COLOR #4E985C

HEX: #4E985C
RGB: (78,152,92)

Color info

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

RGB color model

#4E985C color RGB value is (78,152,92).

  • red value is 78;
  • green value is 152;
  • blue value is 92.
RGB:
(78,152,92)
(31%,60%,36%)

RGB channels and saturation

R 78 of 255 = 31%
G 152 of 255 = 60%
B 92 of 255 = 36%

78
152
92

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

Portions of RGB colors in percentages

R + G + B =
78 + 152 + 92 = 322 (100%)
R 78 of 322 ~ 24.22%
G 152 of 322 ~ 47.2%
B 92 of 322 ~ 28.57%

%24.22
%47.2
%28.57

CMYK color model

#4E985C color CMYK value is (49,0,39,40).

  • cyan value is 48.68%
  • magenta value is 0.00%
  • yellow value is 39.47%
  • key color value is 40.39%
CMYK:
(49,0,39,40)
C49M0Y39K40 
(49%,0%,39%,40%)
(0.49/0.00/0.39/0.40)	

CMYK percentages

%48.68
%0
%39.47
%40.39

Codes

Color #4E985C in popluar color models

4E985C
RGB7815292
HSL131°32.17%45.10%
HSB/HSV131°48.68%59.61%
CMYK48.68%0.00%39.47%
40.39%

Color #4E985C in popluar number systems.

HEX4E985C
Decimal7815292
Binary1001110100110001011100
Octal116230134

Shades and tints

Shades of #4E985C

#4E985C
(78,152,92)
#478B54
(71,139,84)
#407E4C
(64,126,76)
#397144
(57,113,68)
#32643C
(50,100,60)
#2B5734
(43,87,52)
#244A2C
(36,74,44)
#1D3D24
(29,61,36)
#16301C
(22,48,28)
#0F2314
(15,35,20)
#08160C
(8,22,12)
#000000
(0,0,0)

Tints of #4E985C

#4E985C
(78,152,92)
#5EA16A
(94,161,106)
#6EAA78
(110,170,120)
#7EB386
(126,179,134)
#8EBC94
(142,188,148)
#9EC5A2
(158,197,162)
#AECEB0
(174,206,176)
#BED7BE
(190,215,190)
#CEE0CC
(206,224,204)
#DEE9DA
(222,233,218)
#EEF2E8
(238,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E985C; }

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

This text font color is #4E985C.


Background Color

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

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

This div background color is #4E985C.


Border color

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

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

This div border color is #4E985C.


Opacity

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

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

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

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

This text has shadow with #4E985C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E985C on black background.


Color preview on white background

This text has color #4E985C on white background.



Black color preview on #4E985C background

This text has black color on #4E985C background.


White color preview on #4E985C background

This text has white color on #4E985C background.