COLOR #5E956C

HEX: #5E956C
RGB: (94,149,108)

Color info

#5E956C contains red, green and blue colors in about the same proportion. Web safe color of #5E956C is #669966 (or #696).

RGB color model

#5E956C color RGB value is (94,149,108).

  • red value is 94;
  • green value is 149;
  • blue value is 108.
RGB:
(94,149,108)
(37%,58%,42%)

RGB channels and saturation

R 94 of 255 = 37%
G 149 of 255 = 58%
B 108 of 255 = 42%

94
149
108

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

Portions of RGB colors in percentages

R + G + B =
94 + 149 + 108 = 351 (100%)
R 94 of 351 ~ 26.78%
G 149 of 351 ~ 42.45%
B 108 of 351 ~ 30.77%

%26.78
%42.45
%30.77

CMYK color model

#5E956C color CMYK value is (37,0,28,42).

  • cyan value is 36.91%
  • magenta value is 0.00%
  • yellow value is 27.52%
  • key color value is 41.57%
CMYK:
(37,0,28,42)
C37M0Y28K42 
(37%,0%,28%,42%)
(0.37/0.00/0.28/0.42)	

CMYK percentages

%36.91
%0
%27.52
%41.57

Codes

Color #5E956C in popluar color models

5E956C
RGB94149108
HSL135°22.63%47.65%
HSB/HSV135°36.91%58.43%
CMYK36.91%0.00%27.52%
41.57%

Color #5E956C in popluar number systems.

HEX5E956C
Decimal94149108
Binary1011110100101011101100
Octal136225154

Shades and tints

Shades of #5E956C

#5E956C
(94,149,108)
#568863
(86,136,99)
#4E7B5A
(78,123,90)
#466E51
(70,110,81)
#3E6148
(62,97,72)
#36543F
(54,84,63)
#2E4736
(46,71,54)
#263A2D
(38,58,45)
#1E2D24
(30,45,36)
#16201B
(22,32,27)
#0E1312
(14,19,18)
#000000
(0,0,0)

Tints of #5E956C

#5E956C
(94,149,108)
#6C9E79
(108,158,121)
#7AA786
(122,167,134)
#88B093
(136,176,147)
#96B9A0
(150,185,160)
#A4C2AD
(164,194,173)
#B2CBBA
(178,203,186)
#C0D4C7
(192,212,199)
#CEDDD4
(206,221,212)
#DCE6E1
(220,230,225)
#EAEFEE
(234,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E956C color. Also use rgb(94,149,108) instead hex code.

Text Font Color

.myTextColor { color: #5E956C; }

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

This text font color is #5E956C.


Background Color

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

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

This div background color is #5E956C.


Border color

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

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

This div border color is #5E956C.


Opacity

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

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

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

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

This text has shadow with #5E956C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E956C on black background.


Color preview on white background

This text has color #5E956C on white background.



Black color preview on #5E956C background

This text has black color on #5E956C background.


White color preview on #5E956C background

This text has white color on #5E956C background.