Color Hex Logo

#858245 Color Hex

#858245
(133,130,69)
0 Favorites   0 Comments

Color spaces of #858245

RGB 13313069
HSL0.160.320.40
HSV57°48°52°
CMYK 0.000.020.48   0.48
XYZ18.729721.38158.7701
Yxy21.38150.38320.4374
Hunter Lab46.2401-8.618321.1229
CIE-Lab53.3645-8.024433.2210

#858245 color RGB value is (133,130,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10000010 01000101
Octal 205 202 105
Decimal 133 130 69
Hex 85 82 45

RGB Percentages of Color #858245

%40.06
%39.16
%20.78

CMYK Percentages of Color #858245

%0
%2
%48
%48

Triadic Colors of #858245

#858245 #458582 #824585

Analogous Colors of #858245

#858245 #688545 #856245

Monochromatic Colors of #858245

#858245

Complementary Color

#858245 #454885

#858245 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858245 Color Preview on White Background

Lorem ipsum dolor sit amet.

#858245 Color CSS Codes

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

#858245 Text Font Color

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

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


#858245 Background Color

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

This div background color is #858245


#858245 Border Color

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

This div border color is #858245


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #858245


Comments

No comments written yet.

Please login to write comment.