COLOR #4E9548

HEX: #4E9548
RGB: (78,149,72)

Color info

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

RGB color model

#4E9548 color RGB value is (78,149,72).

  • red value is 78;
  • green value is 149;
  • blue value is 72.
RGB:
(78,149,72)
(31%,58%,28%)

RGB channels and saturation

R 78 of 255 = 31%
G 149 of 255 = 58%
B 72 of 255 = 28%

78
149
72

R + G + B ~ 39%. #4E9548 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 149 + 72 = 299 (100%)
R 78 of 299 ~ 26.09%
G 149 of 299 ~ 49.83%
B 72 of 299 ~ 24.08%

%26.09
%49.83
%24.08

CMYK color model

#4E9548 color CMYK value is (48,0,52,42).

  • cyan value is 47.65%
  • magenta value is 0.00%
  • yellow value is 51.68%
  • key color value is 41.57%
CMYK:
(48,0,52,42)
C48M0Y52K42 
(48%,0%,52%,42%)
(0.48/0.00/0.52/0.42)	

CMYK percentages

%47.65
%0
%51.68
%41.57

Codes

Color #4E9548 in popluar color models

4E9548
RGB7814972
HSL115°34.84%43.33%
HSB/HSV115°51.68%58.43%
CMYK47.65%0.00%51.68%
41.57%

Color #4E9548 in popluar number systems.

HEX4E9548
Decimal7814972
Binary1001110100101011001000
Octal116225110

Shades and tints

Shades of #4E9548

#4E9548
(78,149,72)
#478842
(71,136,66)
#407B3C
(64,123,60)
#396E36
(57,110,54)
#326130
(50,97,48)
#2B542A
(43,84,42)
#244724
(36,71,36)
#1D3A1E
(29,58,30)
#162D18
(22,45,24)
#0F2012
(15,32,18)
#08130C
(8,19,12)
#000000
(0,0,0)

Tints of #4E9548

#4E9548
(78,149,72)
#5E9E58
(94,158,88)
#6EA768
(110,167,104)
#7EB078
(126,176,120)
#8EB988
(142,185,136)
#9EC298
(158,194,152)
#AECBA8
(174,203,168)
#BED4B8
(190,212,184)
#CEDDC8
(206,221,200)
#DEE6D8
(222,230,216)
#EEEFE8
(238,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E9548 color. Also use rgb(78,149,72) instead hex code.

Text Font Color

.myTextColor { color: #4E9548; }

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

This text font color is #4E9548.


Background Color

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

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

This div background color is #4E9548.


Border color

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

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

This div border color is #4E9548.


Opacity

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

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

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

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

This text has shadow with #4E9548 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E9548 on black background.


Color preview on white background

This text has color #4E9548 on white background.



Black color preview on #4E9548 background

This text has black color on #4E9548 background.


White color preview on #4E9548 background

This text has white color on #4E9548 background.