COLOR #4EA275

HEX: #4EA275
RGB: (78,162,117)

Color info

#4EA275 contains mainly green and blue colors. Web safe color of #4EA275 is #669966 (or #696).

RGB color model

#4EA275 color RGB value is (78,162,117).

  • red value is 78;
  • green value is 162;
  • blue value is 117.
RGB:
(78,162,117)
(31%,64%,46%)

RGB channels and saturation

R 78 of 255 = 31%
G 162 of 255 = 64%
B 117 of 255 = 46%

78
162
117

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

Portions of RGB colors in percentages

R + G + B =
78 + 162 + 117 = 357 (100%)
R 78 of 357 ~ 21.85%
G 162 of 357 ~ 45.38%
B 117 of 357 ~ 32.77%

%21.85
%45.38
%32.77

CMYK color model

#4EA275 color CMYK value is (52,0,28,36).

  • cyan value is 51.85%
  • magenta value is 0.00%
  • yellow value is 27.78%
  • key color value is 36.47%
CMYK:
(52,0,28,36)
C52M0Y28K36 
(52%,0%,28%,36%)
(0.52/0.00/0.28/0.36)	

CMYK percentages

%51.85
%0
%27.78
%36.47

Codes

Color #4EA275 in popluar color models

4EA275
RGB78162117
HSL148°35.00%47.06%
HSB/HSV148°51.85%63.53%
CMYK51.85%0.00%27.78%
36.47%

Color #4EA275 in popluar number systems.

HEX4EA275
Decimal78162117
Binary1001110101000101110101
Octal116242165

Shades and tints

Shades of #4EA275

#4EA275
(78,162,117)
#47946B
(71,148,107)
#408661
(64,134,97)
#397857
(57,120,87)
#326A4D
(50,106,77)
#2B5C43
(43,92,67)
#244E39
(36,78,57)
#1D402F
(29,64,47)
#163225
(22,50,37)
#0F241B
(15,36,27)
#081611
(8,22,17)
#000000
(0,0,0)

Tints of #4EA275

#4EA275
(78,162,117)
#5EAA81
(94,170,129)
#6EB28D
(110,178,141)
#7EBA99
(126,186,153)
#8EC2A5
(142,194,165)
#9ECAB1
(158,202,177)
#AED2BD
(174,210,189)
#BEDAC9
(190,218,201)
#CEE2D5
(206,226,213)
#DEEAE1
(222,234,225)
#EEF2ED
(238,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4EA275 color. Also use rgb(78,162,117) instead hex code.

Text Font Color

.myTextColor { color: #4EA275; }

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

This text font color is #4EA275.


Background Color

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

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

This div background color is #4EA275.


Border color

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

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

This div border color is #4EA275.


Opacity

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

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

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

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

This text has shadow with #4EA275 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4EA275 on black background.


Color preview on white background

This text has color #4EA275 on white background.



Black color preview on #4EA275 background

This text has black color on #4EA275 background.


White color preview on #4EA275 background

This text has white color on #4EA275 background.