COLOR #5E7250

HEX: #5E7250 RGB: (94,114,80)

Color info

#5E7250 contains red, green and blue colors in about the same proportion. Web safe color of #5E7250 is #666666 (or #666).

RGB color model

#5E7250 color RGB value is (94,114,80).

RGB: (94,114,80) (37%, 45%, 31%)

RGB channels and saturation

R 94 of 255 = 37%
G 114 of 255 = 45%
B 80 of 255 = 31%

94
114
80

R + G + B ~ 38%. #5E7250 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 94 + 114 + 80 = 288 (100%)
R 94 of 288 ~ 32.64%
G 114 of 288 ~ 39.58%
B 80 of 288 ~ 27.78'%

%32.64
%39.58
%27.78

CMYK color model

#5E7250 color CMYK value is (18,0,30,55).

  • cyan value is 17.54%
  • magenta value is 0.00%
  • yellow value is 29.82%
  • key color value is 55.29%
CMYK: (18,0,30,55) C18M0Y30K55 (18%,0%,30%,55%) (0.18/0.00/0.30/0.55) 

CMYK percentages

%17.54
%0
%29.82
%55.29

Codes

Color #5E7250 in popluar color models

5E 72 50
RGB 94 114 80
HSL 95° 17.53% 38.04%
HSB/HSV 95° 29.82% 44.71%
CMYK 17.54% 0.00% 29.82%
55.29%

Color #5E7250 in popluar number systems.

HEX 5E 72 50
Decimal 94 114 80
Binary 1011110 1110010 1010000
Octal 136 162 120

Shades and tints

Shades of #5E7250

#5E7250
(94,114,80)
#566849
(86,104,73)
#4E5E42
(78,94,66)
#46543B
(70,84,59)
#3E4A34
(62,74,52)
#36402D
(54,64,45)
#2E3626
(46,54,38)
#262C1F
(38,44,31)
#1E2218
(30,34,24)
#161811
(22,24,17)
#0E0E0A
(14,14,10)
#000000
(0,0,0)

Tints of #5E7250

#5E7250
(94,114,80)
#6C7E5F
(108,126,95)
#7A8A6E
(122,138,110)
#88967D
(136,150,125)
#96A28C
(150,162,140)
#A4AE9B
(164,174,155)
#B2BAAA
(178,186,170)
#C0C6B9
(192,198,185)
#CED2C8
(206,210,200)
#DCDED7
(220,222,215)
#EAEAE6
(234,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E7250 color. Also use rgb(94,114,80) instead hex code.

Text Font Color

.myTextColor { color: #5E7250; }

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

This text font color is #5E7250.

Background Color

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

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

This div background color is #5E7250.

Border color

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

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

This div border color is #5E7250.

Opacity

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

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

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

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

This text has shadow with #5E7250 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E7250.

Preview

Color preview on black background

This text has color #5E7250 on black background.


Color preview on white background

This text has color #5E7250 on white background.


Black color preview on #5E7250 background

This text has black color on #5E7250 background.


White color preview on #5E7250 background

This text has white color on #5E7250 background.


Related colors

Complementary color

Complementary color for #hex is #A18DAF.


I love getcolorcode.com

Triadic colors

1 #505E72 and #72505E with #5E7250 are triadic colors.

2 #50725E and #725E50 with #5E7250 are triadic colors.