Color Hex Logo

#858147 Color Hex

#858147
(133,129,71)
0 Favorites   0 Comments

Color spaces of #858147

RGB 13312971
HSL0.160.300.40
HSV56°47°52°
CMYK 0.000.030.47   0.48
XYZ18.660521.14209.0585
Yxy21.14200.38190.4327
Hunter Lab45.9804-8.024120.5057
CIE-Lab53.1046-7.262731.8362

#858147 color RGB value is (133,129,71).

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

The process color (four color CMYK) of #858147 color hex is 0.00, 0.03, 0.47, 0.48. Web safe color of #858147 is #999933. Color #858147 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10000001 01000111
Octal 205 201 107
Decimal 133 129 71
Hex 85 81 47

RGB Percentages of Color #858147

%39.94
%38.74
%21.32

CMYK Percentages of Color #858147

%0
%3
%47
%48

Triadic Colors of #858147

#858147 #478581 #814785

Analogous Colors of #858147

#858147 #6a8547 #856247

Monochromatic Colors of #858147

#858147

Complementary Color

#858147 #474b85

#858147 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858147 Color Preview on White Background

Lorem ipsum dolor sit amet.

#858147 Color CSS Codes

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

#858147 Text Font Color

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

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


#858147 Background Color

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

This div background color is #858147


#858147 Border Color

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

This div border color is #858147


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,129,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 #858147">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #858147


Comments

No comments written yet.

Please login to write comment.