Color Hex Logo

#5b836f Color Hex

#5B836F
(91,131,111)
0 Favorites   0 Comments

Color spaces of #5b836f

RGB 91131111
HSL0.420.180.44
HSV150°31°51°
CMYK 0.310.000.15   0.49
XYZ15.299919.604418.0166
Yxy19.60440.28910.3704
Hunter Lab44.2769-15.80376.8682
CIE-Lab51.3870-18.47076.3848

#5b836f color RGB value is (91,131,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 10000011 01101111
Octal 133 203 157
Decimal 91 131 111
Hex 5B 83 6F

RGB Percentages of Color #5b836f

%27.33
%39.34
%33.33

CMYK Percentages of Color #5b836f

%31
%0
%15
%49

Triadic Colors of #5b836f

#5b836f #6f5b83 #836f5b

Analogous Colors of #5b836f

#5b836f #5b8383 #5b835b

Monochromatic Colors of #5b836f

#5b836f

Complementary Color

#5b836f #835b6f

#5b836f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b836f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b836f Color CSS Codes

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

#5b836f Text Font Color

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

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


#5b836f Background Color

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

This div background color is #5b836f


#5b836f Border Color

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

This div border color is #5b836f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(91,131,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 #5b836f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b836f


Comments

No comments written yet.

Please login to write comment.