COLOR #4E9B5C

HEX: #4E9B5C RGB: (78,155,92)

Color info

#4E9B5C contains mainly green color. Web safe color of #4E9B5C is #669966 (or #696).

RGB color model

#4E9B5C color RGB value is (78,155,92).

RGB: (78,155,92) (31%, 61%, 36%)

RGB channels and saturation

R 78 of 255 = 31%
G 155 of 255 = 61%
B 92 of 255 = 36%

78
155
92

R + G + B ~ 43%. #4E9B5C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 78 + 155 + 92 = 325 (100%)
R 78 of 325 ~ 24%
G 155 of 325 ~ 47.69%
B 92 of 325 ~ 28.31'%

%24
%47.69
%28.31

CMYK color model

#4E9B5C color CMYK value is (50,0,41,39).

  • cyan value is 49.68%
  • magenta value is 0.00%
  • yellow value is 40.65%
  • key color value is 39.22%

CMYK: (50,0,41,39)
C50M0Y41K39 (50%, 0%, 41%, 39%)
(0.50 / 0.00 / 0.41 / 0.39)

CMYK percentages

%49.68
%0
%40.65
%39.22

Codes

Color #4E9B5C in popluar color models

4E 9B 5C
RGB 78 155 92
HSL 131° 33.05% 45.69%
HSB/HSV 131° 49.68% 60.78%
CMYK 49.68% 0.00% 40.65%
39.22%

Color #4E9B5C in popluar number systems.

HEX 4E 9B 5C
Decimal 78 155 92
Binary 1001110 10011011 1011100
Octal 116 233 134

Shades and tints

Shades of #4E9B5C

#4E9B5C
(78,155,92)
#478D54
(71,141,84)
#407F4C
(64,127,76)
#397144
(57,113,68)
#32633C
(50,99,60)
#2B5534
(43,85,52)
#24472C
(36,71,44)
#1D3924
(29,57,36)
#162B1C
(22,43,28)
#0F1D14
(15,29,20)
#080F0C
(8,15,12)
#000000
(0,0,0)

Tints of #4E9B5C

#4E9B5C
(78,155,92)
#5EA46A
(94,164,106)
#6EAD78
(110,173,120)
#7EB686
(126,182,134)
#8EBF94
(142,191,148)
#9EC8A2
(158,200,162)
#AED1B0
(174,209,176)
#BEDABE
(190,218,190)
#CEE3CC
(206,227,204)
#DEECDA
(222,236,218)
#EEF5E8
(238,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E9B5C color. Also use rgb(78,155,92) instead hex code.

Text Font Color

.myTextColor { color: #4E9B5C; }

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

This text font color is #4E9B5C.

Background Color

.myBgColor { background-color: #4E9B5C; }

<div style="background-color:#4E9B5C">Inner text</div>

This div background color is #4E9B5C.

Border color

.myBorderColor { border: 1px solid #4E9B5C; }

<div style="border:3px solid #4E9B5C">Div</div>

This div border color is #4E9B5C.

Opacity

.myOpacity80 { color: #4E9B5C; opacity: 0.8; }

<p style="color:#4E9B5C;opacity:0.8;">80%</p>

Text with #4E9B5C 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 #4E9B5C;}

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

This text has shadow with #4E9B5C color.


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

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

This text has shadow with #4E9B5C primary color and red secondary color.


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

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

This text has shadow with #4E9B5C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #4E9B5C.

Preview

Color preview on black background

This text has color #4E9B5C on black background.


Color preview on white background

This text has color #4E9B5C on white background.


Black color preview on #4E9B5C background

This text has black color on #4E9B5C background.


White color preview on #4E9B5C background

This text has white color on #4E9B5C background.


Related colors

Complementary color

Complementary color for #hex is #B164A3.


I love getcolorcode.com

Triadic colors

1 #5C4E9B and #9B5C4E with #4E9B5C are triadic colors.

2 #5C9B4E and #9B4E5C with #4E9B5C are triadic colors.