Color Hex Logo

#5b896f Color Hex

#5B896F
(91,137,111)
0 Favorites   0 Comments

Color spaces of #5b896f

RGB 91137111
HSL0.410.200.45
HSV146°34°54°
CMYK 0.340.000.19   0.46
XYZ16.129321.263218.2930
Yxy21.26320.28960.3818
Hunter Lab46.1120-18.25948.7576
CIE-Lab53.2364-21.61379.0147

#5b896f color RGB value is (91,137,111).

#5b896f hex color red value is 91, green value is 137 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #5b896f hue: 0.41 , saturation: 0.20 and the lightness value of 5b896f is 0.45.

The process color (four color CMYK) of #5b896f color hex is 0.34, 0.00, 0.19, 0.46. Web safe color of #5b896f is #669966. Color #5b896f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10001001 01101111
Octal 133 211 157
Decimal 91 137 111
Hex 5B 89 6F

RGB Percentages of Color #5b896f

%26.84
%40.41
%32.74

CMYK Percentages of Color #5b896f

%34
%0
%19
%46

Triadic Colors of #5b896f

#5b896f #6f5b89 #896f5b

Analogous Colors of #5b896f

#5b896f #5b8986 #5e895b

Monochromatic Colors of #5b896f

#5b896f

Complementary Color

#5b896f #895b75

#5b896f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b896f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b896f Color CSS Codes

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

#5b896f Text Font Color

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

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


#5b896f Background Color

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

This div background color is #5b896f


#5b896f Border Color

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

This div border color is #5b896f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(91,137,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5b896f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5b896f;
  -webkit-box-shadow: 1px 1px 3px 2px #5b896f;
  box-shadow:         1px 1px 3px 2px #5b896f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(91,137,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b896f


Comments

No comments written yet.

Please login to write comment.