Color Hex Logo

#857c2c Color Hex

#857C2C
(133,124,44)
0 Favorites   0 Comments

Color spaces of #857c2c

RGB 13312444
HSL0.150.500.35
HSV54°67°52°
CMYK 0.000.070.67   0.48
XYZ17.335119.58375.2492
Yxy19.58370.41110.4644
Hunter Lab44.2535-7.521023.9446
CIE-Lab51.3632-6.806843.3531

#857c2c color RGB value is (133,124,44).

#857c2c hex color red value is 133, green value is 124 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #857c2c hue: 0.15 , saturation: 0.50 and the lightness value of 857c2c is 0.35.

The process color (four color CMYK) of #857c2c color hex is 0.00, 0.07, 0.67, 0.48. Web safe color of #857c2c is #996633. Color #857c2c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01111100 00101100
Octal 205 174 54
Decimal 133 124 44
Hex 85 7C 2C

RGB Percentages of Color #857c2c

%44.19
%41.20
%14.62

CMYK Percentages of Color #857c2c

%0
%7
%67
%48

Triadic Colors of #857c2c

#857c2c #2c857c #7c2c85

Analogous Colors of #857c2c

#857c2c #62852c #85502c

Monochromatic Colors of #857c2c

#857c2c

Complementary Color

#857c2c #2c3585

#857c2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857c2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#857c2c Color CSS Codes

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

#857c2c Text Font Color

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

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


#857c2c Background Color

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

This div background color is #857c2c


#857c2c Border Color

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

This div border color is #857c2c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,124,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #857c2c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #857c2c;
  -webkit-box-shadow: 1px 1px 3px 2px #857c2c;
  box-shadow:         1px 1px 3px 2px #857c2c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857c2c


Comments

No comments written yet.

Please login to write comment.