Color Hex Logo

#5b835e Color Hex

#5B835E
(91,131,94)
0 Favorites   0 Comments

Color spaces of #5b835e

RGB 9113194
HSL0.350.180.44
HSV125°31°51°
CMYK 0.310.000.28   0.49
XYZ14.451119.264913.5465
Yxy19.26490.30580.4076
Hunter Lab43.8918-18.040612.4254
CIE-Lab50.9957-21.910015.6665

#5b835e color RGB value is (91,131,94).

#5b835e hex color red value is 91, green value is 131 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #5b835e hue: 0.35 , saturation: 0.18 and the lightness value of 5b835e is 0.44.

The process color (four color CMYK) of #5b835e color hex is 0.31, 0.00, 0.28, 0.49. Web safe color of #5b835e is #669966. Color #5b835e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10000011 01011110
Octal 133 203 136
Decimal 91 131 94
Hex 5B 83 5E

RGB Percentages of Color #5b835e

%28.80
%41.46
%29.75

CMYK Percentages of Color #5b835e

%31
%0
%28
%49

Triadic Colors of #5b835e

#5b835e #5e5b83 #835e5b

Analogous Colors of #5b835e

#5b835e #5b8372 #6c835b

Monochromatic Colors of #5b835e

#5b835e

Complementary Color

#5b835e #835b80

#5b835e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b835e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b835e Color CSS Codes

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

#5b835e Text Font Color

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

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


#5b835e Background Color

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

This div background color is #5b835e


#5b835e Border Color

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

This div border color is #5b835e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b835e


Comments

No comments written yet.

Please login to write comment.