Color Hex Logo

#5b782e Color Hex

#5B782E
(91,120,46)
0 Favorites   0 Comments

Color spaces of #5b782e

RGB 9112046
HSL0.230.450.33
HSV84°62°47°
CMYK 0.240.000.62   0.53
XYZ11.524015.85435.0376
Yxy15.85430.35550.4891
Hunter Lab39.8175-18.018920.3710
CIE-Lab46.7828-23.143936.4472

#5b782e color RGB value is (91,120,46).

#5b782e hex color red value is 91, green value is 120 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #5b782e hue: 0.23 , saturation: 0.45 and the lightness value of 5b782e is 0.33.

The process color (four color CMYK) of #5b782e color hex is 0.24, 0.00, 0.62, 0.53. Web safe color of #5b782e is #666633. Color #5b782e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 01111000 00101110
Octal 133 170 56
Decimal 91 120 46
Hex 5B 78 2E

RGB Percentages of Color #5b782e

%35.41
%46.69
%17.90

CMYK Percentages of Color #5b782e

%24
%0
%62
%53

Triadic Colors of #5b782e

#5b782e #2e5b78 #782e5b

Analogous Colors of #5b782e

#5b782e #36782e #78702e

Monochromatic Colors of #5b782e

#5b782e

Complementary Color

#5b782e #4b2e78

#5b782e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b782e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b782e Color CSS Codes

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

#5b782e Text Font Color

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

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


#5b782e Background Color

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

This div background color is #5b782e


#5b782e Border Color

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

This div border color is #5b782e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b782e


Comments

No comments written yet.

Please login to write comment.