Color Hex Logo

#857947 Color Hex

#857947
(133,121,71)
0 Favorites   0 Comments

Color spaces of #857947

RGB 13312171
HSL0.130.300.40
HSV48°47°52°
CMYK 0.000.090.47   0.48
XYZ17.647619.11628.7209
Yxy19.11620.38800.4203
Hunter Lab43.7221-4.465418.7793
CIE-Lab50.8229-2.784029.0006

#857947 color RGB value is (133,121,71).

#857947 hex color red value is 133, green value is 121 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #857947 hue: 0.13 , saturation: 0.30 and the lightness value of 857947 is 0.40.

The process color (four color CMYK) of #857947 color hex is 0.00, 0.09, 0.47, 0.48. Web safe color of #857947 is #996633. Color #857947 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01111001 01000111
Octal 205 171 107
Decimal 133 121 71
Hex 85 79 47

RGB Percentages of Color #857947

%40.92
%37.23
%21.85

CMYK Percentages of Color #857947

%0
%9
%47
%48

Triadic Colors of #857947

#857947 #478579 #794785

Analogous Colors of #857947

#857947 #728547 #855a47

Monochromatic Colors of #857947

#857947

Complementary Color

#857947 #475385

#857947 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857947 Color Preview on White Background

Lorem ipsum dolor sit amet.

#857947 Color CSS Codes

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

#857947 Text Font Color

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

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


#857947 Background Color

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

This div background color is #857947


#857947 Border Color

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

This div border color is #857947


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857947


Comments

No comments written yet.

Please login to write comment.