Color Hex Logo

#5b814f Color Hex

#5B814F
(91,129,79)
0 Favorites   0 Comments

Color spaces of #5b814f

RGB 9112979
HSL0.290.240.41
HSV106°39°51°
CMYK 0.290.000.39   0.49
XYZ13.575918.489210.2504
Yxy18.48920.32080.4369
Hunter Lab42.9991-18.891415.9654
CIE-Lab50.0842-23.480922.9559

#5b814f color RGB value is (91,129,79).

#5b814f hex color red value is 91, green value is 129 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #5b814f hue: 0.29 , saturation: 0.24 and the lightness value of 5b814f is 0.41.

The process color (four color CMYK) of #5b814f color hex is 0.29, 0.00, 0.39, 0.49. Web safe color of #5b814f is #669966. Color #5b814f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10000001 01001111
Octal 133 201 117
Decimal 91 129 79
Hex 5B 81 4F

RGB Percentages of Color #5b814f

%30.43
%43.14
%26.42

CMYK Percentages of Color #5b814f

%29
%0
%39
%49

Triadic Colors of #5b814f

#5b814f #4f5b81 #814f5b

Analogous Colors of #5b814f

#5b814f #4f815c #74814f

Monochromatic Colors of #5b814f

#5b814f

Complementary Color

#5b814f #754f81

#5b814f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b814f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b814f Color CSS Codes

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

#5b814f Text Font Color

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

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


#5b814f Background Color

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

This div background color is #5b814f


#5b814f Border Color

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

This div border color is #5b814f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b814f


Comments

No comments written yet.

Please login to write comment.