COLOR #5E771E

HEX: #5E771E
RGB: (94,119,30)

Color info

#5E771E contains mainly red and green colors. Web safe color of #5E771E is #666633 (or #663).

RGB color model

#5E771E color RGB value is (94,119,30).

  • red value is 94;
  • green value is 119;
  • blue value is 30.
RGB:
(94,119,30)
(37%,47%,12%)

RGB channels and saturation

R 94 of 255 = 37%
G 119 of 255 = 47%
B 30 of 255 = 12%

94
119
30

R + G + B ~ 32%. #5E771E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 119 + 30 = 243 (100%)
R 94 of 243 ~ 38.68%
G 119 of 243 ~ 48.97%
B 30 of 243 ~ 12.35%

%38.68
%48.97
%12.35

CMYK color model

#5E771E color CMYK value is (21,0,75,53).

  • cyan value is 21.01%
  • magenta value is 0.00%
  • yellow value is 74.79%
  • key color value is 53.33%
CMYK:
(21,0,75,53)
C21M0Y75K53 
(21%,0%,75%,53%)
(0.21/0.00/0.75/0.53)	

CMYK percentages

%21.01
%0
%74.79
%53.33

Codes

Color #5E771E in popluar color models

5E771E
RGB9411930
HSL77°59.73%29.22%
HSB/HSV77°74.79%46.67%
CMYK21.01%0.00%74.79%
53.33%

Color #5E771E in popluar number systems.

HEX5E771E
Decimal9411930
Binary1011110111011111110
Octal13616736

Shades and tints

Shades of #5E771E

#5E771E
(94,119,30)
#566D1C
(86,109,28)
#4E631A
(78,99,26)
#465918
(70,89,24)
#3E4F16
(62,79,22)
#364514
(54,69,20)
#2E3B12
(46,59,18)
#263110
(38,49,16)
#1E270E
(30,39,14)
#161D0C
(22,29,12)
#0E130A
(14,19,10)
#000000
(0,0,0)

Tints of #5E771E

#5E771E
(94,119,30)
#6C8332
(108,131,50)
#7A8F46
(122,143,70)
#889B5A
(136,155,90)
#96A76E
(150,167,110)
#A4B382
(164,179,130)
#B2BF96
(178,191,150)
#C0CBAA
(192,203,170)
#CED7BE
(206,215,190)
#DCE3D2
(220,227,210)
#EAEFE6
(234,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E771E color. Also use rgb(94,119,30) instead hex code.

Text Font Color

.myTextColor { color: #5E771E; }

<p style="color:#5E771E">This sample text font color is #5E771E.</p>

This text font color is #5E771E.


Background Color

.myBgColor { background-color: #5E771E; }

<div style="background-color:#5E771E">Inner text</div>

This div background color is #5E771E.


Border color

.myBorderColor { border: 1px solid #5E771E; }

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

This div border color is #5E771E.


Opacity

.myOpacity80 { color: #5E771E; opacity: 0.8; }

<p style="color:#5E771E;opacity:0.8;">80%</p>

Text with #5E771E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #5E771E;}

<p style="text-shadow: 3px 3px 1px #5E771E">Text here.</p>

This text has shadow with #5E771E color.

.textShadow {text-shadow: 3px 3px 1px #5E771E, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #5E771E, 5px 5px 20px red">Text here.</p>

This text has shadow with #5E771E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#5E771E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#5E771E, Direction=45, Strength=4)">Text</p>

This text has shadow with #5E771E and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #5E771E;
  -webkit-box-shadow:	1px 1px 3px 2px #5E771E;
  box-shadow:		1px 1px 3px 2px #5E771E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #5E771E;
-webkit-box-shadow: 1px 1px 3px 2px #5E771E;
box-shadow:1px 1px 3px 2px #5E771E;">
Div content here</div>
This div box has shadow with color #5E771E.

Preview

Color preview on black background

This text has color #5E771E on black background.


Color preview on white background

This text has color #5E771E on white background.



Black color preview on #5E771E background

This text has black color on #5E771E background.


White color preview on #5E771E background

This text has white color on #5E771E background.