Hex #837358 Color
equivalent to
RGB
(131, 115, 88)Details of #837358
|
|
|
|
Color HEX #837358 matches (131, 115, 88) in RGB.
#837358 hex color red value is 131, green value is 115 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #837358 hue: 0.10, saturation: 0.20 and the lightness value of 837358 is 0.43.
The process color (four color CMYK) of #837358 color hex is 0.00, 0.12, 0.33, 0.49. Web safe color of #837358 is #996666. Color #837358 contains mainly RED color.
Base Numbers
|
|
|
|
#837358 tints
#837358 shades
RGB in % of #837358
CMYK in % of #837358
Preview Color #837358 on black ground
Very nice color.
Preview Color #837358 on white ground
Very nice color.
CSS Codes #837358 color
.mybgcolor {background-color:#837358; } .myforecolor {color:#837358; } .mybordercolor {border:3px solid #837358; }
Text Font Color #837358
<p style="color:#837358">Text here</p>
This sample text font color is #837358
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Background Color #837358
<div style="background-color:#837358">
Div content here</div>
This div background color is #837358
Border Color #837358
<div style="border:3px solid #837358">
Div here</div>
The color of this border is #837358
Examples Css3
.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #837358; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #837358; -webkit-box-shadow: 1px 1px 3px 2px #837358; box-shadow: 1px 1px 3px 2px #837358; }
Text Shadow using RGB
<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
The shadow of this text using RGB.
Text Shadow using Hex
<p style="text-shadow: 4px 4px 2px #837358">Text here</p>
The shadow of this text using hex.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #837358; -webkit-box-shadow: 1px 1px 3px 2px #837358; box-shadow: 1px 1px 3px 2px #837358;">
Div content here</div>
The shadow of div box using color #837358