COLOR #5E8058

HEX: #5E8058 RGB: (94,128,88)

Color info

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

RGB color model

#5E8058 color RGB value is (94,128,88).

RGB: (94,128,88) (37%, 50%, 35%)

RGB channels and saturation

R 94 of 255 = 37%
G 128 of 255 = 50%
B 88 of 255 = 35%

94
128
88

R + G + B ~ 41%. #5E8058 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 94 + 128 + 88 = 310 (100%)
R 94 of 310 ~ 30.32%
G 128 of 310 ~ 41.29%
B 88 of 310 ~ 28.39'%

%30.32
%41.29
%28.39

CMYK color model

#5E8058 color CMYK value is (27,0,31,50).

  • cyan value is 26.56%
  • magenta value is 0.00%
  • yellow value is 31.25%
  • key color value is 49.80%

CMYK: (27,0,31,50)
C27M0Y31K50 (27%, 0%, 31%, 50%)
(0.27 / 0.00 / 0.31 / 0.50)

CMYK percentages

%26.56
%0
%31.25
%49.8

Codes

Color #5E8058 in popluar color models

5E 80 58
RGB 94 128 88
HSL 111° 18.52% 42.35%
HSB/HSV 111° 31.25% 50.20%
CMYK 26.56% 0.00% 31.25%
49.80%

Color #5E8058 in popluar number systems.

HEX 5E 80 58
Decimal 94 128 88
Binary 1011110 10000000 1011000
Octal 136 200 130

Shades and tints

Shades of #5E8058

#5E8058
(94,128,88)
#567550
(86,117,80)
#4E6A48
(78,106,72)
#465F40
(70,95,64)
#3E5438
(62,84,56)
#364930
(54,73,48)
#2E3E28
(46,62,40)
#263320
(38,51,32)
#1E2818
(30,40,24)
#161D10
(22,29,16)
#0E1208
(14,18,8)
#000000
(0,0,0)

Tints of #5E8058

#5E8058
(94,128,88)
#6C8B67
(108,139,103)
#7A9676
(122,150,118)
#88A185
(136,161,133)
#96AC94
(150,172,148)
#A4B7A3
(164,183,163)
#B2C2B2
(178,194,178)
#C0CDC1
(192,205,193)
#CED8D0
(206,216,208)
#DCE3DF
(220,227,223)
#EAEEEE
(234,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E8058 color. Also use rgb(94,128,88) instead hex code.

Text Font Color

.myTextColor { color: #5E8058; }

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

This text font color is #5E8058.

Background Color

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

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

This div background color is #5E8058.

Border color

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

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

This div border color is #5E8058.

Opacity

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

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

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

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

This text has shadow with #5E8058 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E8058.

Preview

Color preview on black background

This text has color #5E8058 on black background.


Color preview on white background

This text has color #5E8058 on white background.


Black color preview on #5E8058 background

This text has black color on #5E8058 background.


White color preview on #5E8058 background

This text has white color on #5E8058 background.


Related colors

Complementary color

Complementary color for #hex is #A17FA7.


I love getcolorcode.com

Triadic colors

1 #585E80 and #80585E with #5E8058 are triadic colors.

2 #58805E and #805E58 with #5E8058 are triadic colors.