Color Hex Logo

#859b7d Color Hex

#859B7D
(133,155,125)
0 Favorites   0 Comments

Color spaces of #859b7d

RGB 133155125
HSL0.290.130.55
HSV104°19°61°
CMYK 0.140.000.19   0.39
XYZ25.095929.909923.8525
Yxy29.90990.31820.3793
Hunter Lab54.6899-13.798012.4242
CIE-Lab61.5764-13.612713.1874

#859b7d color RGB value is (133,155,125).

#859b7d hex color red value is 133, green value is 155 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #859b7d hue: 0.29 , saturation: 0.13 and the lightness value of 859b7d is 0.55.

The process color (four color CMYK) of #859b7d color hex is 0.14, 0.00, 0.19, 0.39. Web safe color of #859b7d is #999966. Color #859b7d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10011011 01111101
Octal 205 233 175
Decimal 133 155 125
Hex 85 9B 7D

RGB Percentages of Color #859b7d

%32.20
%37.53
%30.27

CMYK Percentages of Color #859b7d

%14
%0
%19
%39

Triadic Colors of #859b7d

#859b7d #7d859b #9b7d85

Analogous Colors of #859b7d

#859b7d #7d9b84 #949b7d

Monochromatic Colors of #859b7d

#859b7d

Complementary Color

#859b7d #937d9b

#859b7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#859b7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#859b7d Color CSS Codes

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

#859b7d Text Font Color

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

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


#859b7d Background Color

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

This div background color is #859b7d


#859b7d Border Color

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

This div border color is #859b7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #859b7d


Comments

No comments written yet.

Please login to write comment.