COLOR #5E952E

HEX: #5E952E RGB: (94,149,46)

Color info

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

RGB color model

#5E952E color RGB value is (94,149,46).

RGB: (94,149,46) (37%, 58%, 18%)

RGB channels and saturation

R 94 of 255 = 37%
G 149 of 255 = 58%
B 46 of 255 = 18%

94
149
46

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

Portions of RGB colors in percentages

R + G + B = 94 + 149 + 46 = 289 (100%)
R 94 of 289 ~ 32.53%
G 149 of 289 ~ 51.56%
B 46 of 289 ~ 15.92'%

%32.53
%51.56
%15.92

CMYK color model

#5E952E color CMYK value is (37,0,69,42).

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

CMYK: (37,0,69,42)
C37M0Y69K42 (37%, 0%, 69%, 42%)
(0.37 / 0.00 / 0.69 / 0.42)

CMYK percentages

%36.91
%0
%69.13
%41.57

Codes

Color #5E952E in popluar color models

5E 95 2E
RGB 94 149 46
HSL 92° 52.82% 38.24%
HSB/HSV 92° 69.13% 58.43%
CMYK 36.91% 0.00% 69.13%
41.57%

Color #5E952E in popluar number systems.

HEX 5E 95 2E
Decimal 94 149 46
Binary 1011110 10010101 101110
Octal 136 225 56

Shades and tints

Shades of #5E952E

#5E952E
(94,149,46)
#56882A
(86,136,42)
#4E7B26
(78,123,38)
#466E22
(70,110,34)
#3E611E
(62,97,30)
#36541A
(54,84,26)
#2E4716
(46,71,22)
#263A12
(38,58,18)
#1E2D0E
(30,45,14)
#16200A
(22,32,10)
#0E1306
(14,19,6)
#000000
(0,0,0)

Tints of #5E952E

#5E952E
(94,149,46)
#6C9E41
(108,158,65)
#7AA754
(122,167,84)
#88B067
(136,176,103)
#96B97A
(150,185,122)
#A4C28D
(164,194,141)
#B2CBA0
(178,203,160)
#C0D4B3
(192,212,179)
#CEDDC6
(206,221,198)
#DCE6D9
(220,230,217)
#EAEFEC
(234,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E952E; }

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

This text font color is #5E952E.

Background Color

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

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

This div background color is #5E952E.

Border color

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

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

This div border color is #5E952E.

Opacity

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

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

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

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

This text has shadow with #5E952E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E952E.

Preview

Color preview on black background

This text has color #5E952E on black background.


Color preview on white background

This text has color #5E952E on white background.


Black color preview on #5E952E background

This text has black color on #5E952E background.


White color preview on #5E952E background

This text has white color on #5E952E background.


Related colors

Complementary color

Complementary color for #hex is #A16AD1.


I love getcolorcode.com

Triadic colors

1 #2E5E95 and #952E5E with #5E952E are triadic colors.

2 #2E955E and #955E2E with #5E952E are triadic colors.