Color Hex Logo

#835317 Color Hex

#835317
(131,83,23)
0 Favorites   0 Comments

Color spaces of #835317

RGB 1318323
HSL0.090.700.30
HSV33°82°51°
CMYK 0.000.370.82   0.49
XYZ12.608011.07372.2835
Yxy11.07370.48560.4265
Hunter Lab33.27729.394719.2255
CIE-Lab39.704314.894640.8879

#835317 color RGB value is (131,83,23).

#835317 hex color red value is 131, green value is 83 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #835317 hue: 0.09 , saturation: 0.70 and the lightness value of 835317 is 0.30.

The process color (four color CMYK) of #835317 color hex is 0.00, 0.37, 0.82, 0.49. Web safe color of #835317 is #996600. Color #835317 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01010011 00010111
Octal 203 123 27
Decimal 131 83 23
Hex 83 53 17

RGB Percentages of Color #835317

%55.27
%35.02
%9.70

CMYK Percentages of Color #835317

%0
%37
%82
%49

Triadic Colors of #835317

#835317 #178353 #531783

Analogous Colors of #835317

#835317 #7d8317 #831d17

Monochromatic Colors of #835317

#835317

Complementary Color

#835317 #174783

#835317 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#835317 Color Preview on White Background

Lorem ipsum dolor sit amet.

#835317 Color CSS Codes

.mybgcolor {background-color:#835317; } 
.myforecolor {color:#835317; }
.mybordercolor {border:3px solid #835317; }

#835317 Text Font Color

<p style="color:#835317">Text here</p>

This sample text font color is #835317
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.


#835317 Background Color

<div style="background-color:#835317">
Div content here</div>

This div background color is #835317


#835317 Border Color

<div style="border:3px solid #835317">
Div here</div>

This div border color is #835317


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,83,23, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #835317; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #835317;
  -webkit-box-shadow: 1px 1px 3px 2px #835317;
  box-shadow:         1px 1px 3px 2px #835317; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,83,23, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #835317">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #835317;
  -webkit-box-shadow: 1px 1px 3px 2px #835317;
  box-shadow:         1px 1px 3px 2px #835317;">
Div content here</div>

This div box has shadow with color #835317


Comments

No comments written yet.

Please login to write comment.