Color Hex Logo

#859d53 Color Hex

#859D53
(133,157,83)
0 Favorites   0 Comments

Color spaces of #859d53

RGB 13315783
HSL0.220.310.47
HSV79°47°62°
CMYK 0.150.000.47   0.38
XYZ23.291229.725012.6935
Yxy29.72500.35450.4524
Hunter Lab54.5206-19.156024.3605
CIE-Lab61.4162-20.803435.7742

#859d53 color RGB value is (133,157,83).

#859d53 hex color red value is 133, green value is 157 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #859d53 hue: 0.22 , saturation: 0.31 and the lightness value of 859d53 is 0.47.

The process color (four color CMYK) of #859d53 color hex is 0.15, 0.00, 0.47, 0.38. Web safe color of #859d53 is #999966. Color #859d53 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10011101 01010011
Octal 205 235 123
Decimal 133 157 83
Hex 85 9D 53

RGB Percentages of Color #859d53

%35.66
%42.09
%22.25

CMYK Percentages of Color #859d53

%15
%0
%47
%38

Triadic Colors of #859d53

#859d53 #53859d #9d5385

Analogous Colors of #859d53

#859d53 #609d53 #9d9053

Monochromatic Colors of #859d53

#859d53

Complementary Color

#859d53 #6b539d

#859d53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#859d53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#859d53 Color CSS Codes

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

#859d53 Text Font Color

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

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


#859d53 Background Color

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

This div background color is #859d53


#859d53 Border Color

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

This div border color is #859d53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #859d53


Comments

No comments written yet.

Please login to write comment.