COLOR #5E761D

HEX: #5E761D RGB: (94,118,29)

Color info

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

RGB color model

#5E761D color RGB value is (94,118,29).

RGB: (94,118,29) (37%, 46%, 11%)

RGB channels and saturation

R 94 of 255 = 37%
G 118 of 255 = 46%
B 29 of 255 = 11%

94
118
29

R + G + B ~ 31%. #5E761D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 94 + 118 + 29 = 241 (100%)
R 94 of 241 ~ 39%
G 118 of 241 ~ 48.96%
B 29 of 241 ~ 12.03'%

%39
%48.96
%12.03

CMYK color model

#5E761D color CMYK value is (20,0,75,54).

  • cyan value is 20.34%
  • magenta value is 0.00%
  • yellow value is 75.42%
  • key color value is 53.73%
CMYK: (20,0,75,54) C20M0Y75K54 (20%,0%,75%,54%) (0.20/0.00/0.75/0.54) 

CMYK percentages

%20.34
%0
%75.42
%53.73

Codes

Color #5E761D in popluar color models

5E 76 1D
RGB 94 118 29
HSL 76° 60.54% 28.82%
HSB/HSV 76° 75.42% 46.27%
CMYK 20.34% 0.00% 75.42%
53.73%

Color #5E761D in popluar number systems.

HEX 5E 76 1D
Decimal 94 118 29
Binary 1011110 1110110 11101
Octal 136 166 35

Shades and tints

Shades of #5E761D

#5E761D
(94,118,29)
#566C1B
(86,108,27)
#4E6219
(78,98,25)
#465817
(70,88,23)
#3E4E15
(62,78,21)
#364413
(54,68,19)
#2E3A11
(46,58,17)
#26300F
(38,48,15)
#1E260D
(30,38,13)
#161C0B
(22,28,11)
#0E1209
(14,18,9)
#000000
(0,0,0)

Tints of #5E761D

#5E761D
(94,118,29)
#6C8231
(108,130,49)
#7A8E45
(122,142,69)
#889A59
(136,154,89)
#96A66D
(150,166,109)
#A4B281
(164,178,129)
#B2BE95
(178,190,149)
#C0CAA9
(192,202,169)
#CED6BD
(206,214,189)
#DCE2D1
(220,226,209)
#EAEEE5
(234,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E761D color. Also use rgb(94,118,29) instead hex code.

Text Font Color

.myTextColor { color: #5E761D; }

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

This text font color is #5E761D.

Background Color

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

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

This div background color is #5E761D.

Border color

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

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

This div border color is #5E761D.

Opacity

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

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

Text with #5E761D 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 #5E761D;}

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

This text has shadow with #5E761D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E761D.

Preview

Color preview on black background

This text has color #5E761D on black background.


Color preview on white background

This text has color #5E761D on white background.


Black color preview on #5E761D background

This text has black color on #5E761D background.


White color preview on #5E761D background

This text has white color on #5E761D background.


Related colors

Complementary color

Complementary color for #hex is #A189E2.


I love getcolorcode.com

Triadic colors

1 #1D5E76 and #761D5E with #5E761D are triadic colors.

2 #1D765E and #765E1D with #5E761D are triadic colors.