COLOR #5E954C

HEX: #5E954C RGB: (94,149,76)

Color info

#5E954C contains mainly red and green colors. Web safe color of #5E954C is #669933 (or #693).

RGB color model

#5E954C color RGB value is (94,149,76).

RGB: (94,149,76) (37%, 58%, 30%)

RGB channels and saturation

R 94 of 255 = 37%
G 149 of 255 = 58%
B 76 of 255 = 30%

94
149
76

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

Portions of RGB colors in percentages

R + G + B = 94 + 149 + 76 = 319 (100%)
R 94 of 319 ~ 29.47%
G 149 of 319 ~ 46.71%
B 76 of 319 ~ 23.82'%

%29.47
%46.71
%23.82

CMYK color model

#5E954C color CMYK value is (37,0,49,42).

  • cyan value is 36.91%
  • magenta value is 0.00%
  • yellow value is 48.99%
  • key color value is 41.57%

CMYK: (37,0,49,42)
C37M0Y49K42 (37%, 0%, 49%, 42%)
(0.37 / 0.00 / 0.49 / 0.42)

CMYK percentages

%36.91
%0
%48.99
%41.57

Codes

Color #5E954C in popluar color models

5E 95 4C
RGB 94 149 76
HSL 105° 32.44% 44.12%
HSB/HSV 105° 48.99% 58.43%
CMYK 36.91% 0.00% 48.99%
41.57%

Color #5E954C in popluar number systems.

HEX 5E 95 4C
Decimal 94 149 76
Binary 1011110 10010101 1001100
Octal 136 225 114

Shades and tints

Shades of #5E954C

#5E954C
(94,149,76)
#568846
(86,136,70)
#4E7B40
(78,123,64)
#466E3A
(70,110,58)
#3E6134
(62,97,52)
#36542E
(54,84,46)
#2E4728
(46,71,40)
#263A22
(38,58,34)
#1E2D1C
(30,45,28)
#162016
(22,32,22)
#0E1310
(14,19,16)
#000000
(0,0,0)

Tints of #5E954C

#5E954C
(94,149,76)
#6C9E5C
(108,158,92)
#7AA76C
(122,167,108)
#88B07C
(136,176,124)
#96B98C
(150,185,140)
#A4C29C
(164,194,156)
#B2CBAC
(178,203,172)
#C0D4BC
(192,212,188)
#CEDDCC
(206,221,204)
#DCE6DC
(220,230,220)
#EAEFEC
(234,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E954C; }

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

This text font color is #5E954C.

Background Color

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

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

This div background color is #5E954C.

Border color

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

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

This div border color is #5E954C.

Opacity

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

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

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

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

This text has shadow with #5E954C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E954C.

Preview

Color preview on black background

This text has color #5E954C on black background.


Color preview on white background

This text has color #5E954C on white background.


Black color preview on #5E954C background

This text has black color on #5E954C background.


White color preview on #5E954C background

This text has white color on #5E954C background.


Related colors

Complementary color

Complementary color for #hex is #A16AB3.


I love getcolorcode.com

Triadic colors

1 #4C5E95 and #954C5E with #5E954C are triadic colors.

2 #4C955E and #955E4C with #5E954C are triadic colors.