Color Hex Logo

#856853 Color Hex

#856853
(133,104,83)
0 Favorites   0 Comments

Color spaces of #856853

RGB 13310483
HSL0.070.230.42
HSV25°38°52°
CMYK 0.000.220.38   0.48
XYZ16.184515.511710.3247
Yxy15.51170.38520.3691
Hunter Lab39.38494.427712.0266
CIE-Lab46.32728.482516.2591

#856853 color RGB value is (133,104,83).

#856853 hex color red value is 133, green value is 104 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #856853 hue: 0.07 , saturation: 0.23 and the lightness value of 856853 is 0.42.

The process color (four color CMYK) of #856853 color hex is 0.00, 0.22, 0.38, 0.48. Web safe color of #856853 is #996666. Color #856853 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01101000 01010011
Octal 205 150 123
Decimal 133 104 83
Hex 85 68 53

RGB Percentages of Color #856853

%41.56
%32.50
%25.94

CMYK Percentages of Color #856853

%0
%22
%38
%48

Triadic Colors of #856853

#856853 #538568 #685385

Analogous Colors of #856853

#856853 #858153 #855357

Monochromatic Colors of #856853

#856853

Complementary Color

#856853 #537085

#856853 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#856853 Color Preview on White Background

Lorem ipsum dolor sit amet.

#856853 Color CSS Codes

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

#856853 Text Font Color

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

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


#856853 Background Color

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

This div background color is #856853


#856853 Border Color

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

This div border color is #856853


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #856853


Comments

No comments written yet.

Please login to write comment.