COLOR #4E9949

HEX: #4E9949
RGB: (78,153,73)

Color info

#4E9949 contains mainly green color. Web safe color of #4E9949 is #669933 (or #693).

RGB color model

#4E9949 color RGB value is (78,153,73).

  • red value is 78;
  • green value is 153;
  • blue value is 73.
RGB:
(78,153,73)
(31%,60%,29%)

RGB channels and saturation

R 78 of 255 = 31%
G 153 of 255 = 60%
B 73 of 255 = 29%

78
153
73

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

Portions of RGB colors in percentages

R + G + B =
78 + 153 + 73 = 304 (100%)
R 78 of 304 ~ 25.66%
G 153 of 304 ~ 50.33%
B 73 of 304 ~ 24.01%

%25.66
%50.33
%24.01

CMYK color model

#4E9949 color CMYK value is (49,0,52,40).

  • cyan value is 49.02%
  • magenta value is 0.00%
  • yellow value is 52.29%
  • key color value is 40.00%
CMYK:
(49,0,52,40)
C49M0Y52K40 
(49%,0%,52%,40%)
(0.49/0.00/0.52/0.40)	

CMYK percentages

%49.02
%0
%52.29
%40

Codes

Color #4E9949 in popluar color models

4E9949
RGB7815373
HSL116°35.40%44.31%
HSB/HSV116°52.29%60.00%
CMYK49.02%0.00%52.29%
40.00%

Color #4E9949 in popluar number systems.

HEX4E9949
Decimal7815373
Binary1001110100110011001001
Octal116231111

Shades and tints

Shades of #4E9949

#4E9949
(78,153,73)
#478C43
(71,140,67)
#407F3D
(64,127,61)
#397237
(57,114,55)
#326531
(50,101,49)
#2B582B
(43,88,43)
#244B25
(36,75,37)
#1D3E1F
(29,62,31)
#163119
(22,49,25)
#0F2413
(15,36,19)
#08170D
(8,23,13)
#000000
(0,0,0)

Tints of #4E9949

#4E9949
(78,153,73)
#5EA259
(94,162,89)
#6EAB69
(110,171,105)
#7EB479
(126,180,121)
#8EBD89
(142,189,137)
#9EC699
(158,198,153)
#AECFA9
(174,207,169)
#BED8B9
(190,216,185)
#CEE1C9
(206,225,201)
#DEEAD9
(222,234,217)
#EEF3E9
(238,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E9949 color. Also use rgb(78,153,73) instead hex code.

Text Font Color

.myTextColor { color: #4E9949; }

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

This text font color is #4E9949.


Background Color

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

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

This div background color is #4E9949.


Border color

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

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

This div border color is #4E9949.


Opacity

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

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

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

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

This text has shadow with #4E9949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E9949 on black background.


Color preview on white background

This text has color #4E9949 on white background.



Black color preview on #4E9949 background

This text has black color on #4E9949 background.


White color preview on #4E9949 background

This text has white color on #4E9949 background.