COLOR #5E7960

HEX: #5E7960 RGB: (94,121,96)

Color info

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

RGB color model

#5E7960 color RGB value is (94,121,96).

RGB: (94,121,96) (37%, 47%, 38%)

RGB channels and saturation

R 94 of 255 = 37%
G 121 of 255 = 47%
B 96 of 255 = 38%

94
121
96

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

Portions of RGB colors in percentages

R + G + B = 94 + 121 + 96 = 311 (100%)
R 94 of 311 ~ 30.23%
G 121 of 311 ~ 38.91%
B 96 of 311 ~ 30.87'%

%30.23
%38.91
%30.87

CMYK color model

#5E7960 color CMYK value is (22,0,21,53).

  • cyan value is 22.31%
  • magenta value is 0.00%
  • yellow value is 20.66%
  • key color value is 52.55%

CMYK: (22,0,21,53)
C22M0Y21K53 (22%, 0%, 21%, 53%)
(0.22 / 0.00 / 0.21 / 0.53)

CMYK percentages

%22.31
%0
%20.66
%52.55

Codes

Color #5E7960 in popluar color models

5E 79 60
RGB 94 121 96
HSL 124° 12.56% 42.16%
HSB/HSV 124° 22.31% 47.45%
CMYK 22.31% 0.00% 20.66%
52.55%

Color #5E7960 in popluar number systems.

HEX 5E 79 60
Decimal 94 121 96
Binary 1011110 1111001 1100000
Octal 136 171 140

Shades and tints

Shades of #5E7960

#5E7960
(94,121,96)
#566E58
(86,110,88)
#4E6350
(78,99,80)
#465848
(70,88,72)
#3E4D40
(62,77,64)
#364238
(54,66,56)
#2E3730
(46,55,48)
#262C28
(38,44,40)
#1E2120
(30,33,32)
#161618
(22,22,24)
#0E0B10
(14,11,16)
#000000
(0,0,0)

Tints of #5E7960

#5E7960
(94,121,96)
#6C856E
(108,133,110)
#7A917C
(122,145,124)
#889D8A
(136,157,138)
#96A998
(150,169,152)
#A4B5A6
(164,181,166)
#B2C1B4
(178,193,180)
#C0CDC2
(192,205,194)
#CED9D0
(206,217,208)
#DCE5DE
(220,229,222)
#EAF1EC
(234,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E7960 color. Also use rgb(94,121,96) instead hex code.

Text Font Color

.myTextColor { color: #5E7960; }

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

This text font color is #5E7960.

Background Color

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

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

This div background color is #5E7960.

Border color

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

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

This div border color is #5E7960.

Opacity

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

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

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

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

This text has shadow with #5E7960 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E7960.

Preview

Color preview on black background

This text has color #5E7960 on black background.


Color preview on white background

This text has color #5E7960 on white background.


Black color preview on #5E7960 background

This text has black color on #5E7960 background.


White color preview on #5E7960 background

This text has white color on #5E7960 background.


Related colors

Complementary color

Complementary color for #hex is #A1869F.


I love getcolorcode.com

Triadic colors

1 #605E79 and #79605E with #5E7960 are triadic colors.

2 #60795E and #795E60 with #5E7960 are triadic colors.