Color Hex Logo

#5b791a Color Hex

#5B791A
(91,121,26)
0 Favorites   0 Comments

Color spaces of #5b791a

RGB 9112126
HSL0.220.650.29
HSV79°79°47°
CMYK 0.250.000.79   0.53
XYZ11.338215.97353.4629
Yxy15.97350.36840.5190
Hunter Lab39.9669-19.303322.8397
CIE-Lab46.9397-25.157745.1507

#5b791a color RGB value is (91,121,26).

#5b791a hex color red value is 91, green value is 121 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #5b791a hue: 0.22 , saturation: 0.65 and the lightness value of 5b791a is 0.29.

The process color (four color CMYK) of #5b791a color hex is 0.25, 0.00, 0.79, 0.53. Web safe color of #5b791a is #666633. Color #5b791a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 01111001 00011010
Octal 133 171 32
Decimal 91 121 26
Hex 5B 79 1A

RGB Percentages of Color #5b791a

%38.24
%50.84
%10.92

CMYK Percentages of Color #5b791a

%25
%0
%79
%53

Triadic Colors of #5b791a

#5b791a #1a5b79 #791a5b

Analogous Colors of #5b791a

#5b791a #2c791a #79681a

Monochromatic Colors of #5b791a

#5b791a

Complementary Color

#5b791a #381a79

#5b791a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b791a Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b791a Color CSS Codes

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

#5b791a Text Font Color

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

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


#5b791a Background Color

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

This div background color is #5b791a


#5b791a Border Color

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

This div border color is #5b791a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b791a


Comments

No comments written yet.

Please login to write comment.