COLOR #4E8175

HEX: #4E8175
RGB: (78,129,117)

Color info

#4E8175 contains red, green and blue colors in about the same proportion. Web safe color of #4E8175 is #669966 (or #696).

RGB color model

#4E8175 color RGB value is (78,129,117).

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

RGB channels and saturation

R 78 of 255 = 31%
G 129 of 255 = 51%
B 117 of 255 = 46%

78
129
117

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

Portions of RGB colors in percentages

R + G + B =
78 + 129 + 117 = 324 (100%)
R 78 of 324 ~ 24.07%
G 129 of 324 ~ 39.81%
B 117 of 324 ~ 36.11%

%24.07
%39.81
%36.11

CMYK color model

#4E8175 color CMYK value is (40,0,9,49).

  • cyan value is 39.53%
  • magenta value is 0.00%
  • yellow value is 9.30%
  • key color value is 49.41%
CMYK:
(40,0,9,49)
C40M0Y9K49 
(40%,0%,9%,49%)
(0.40/0.00/0.09/0.49)	

CMYK percentages

%39.53
%0
%9.3
%49.41

Codes

Color #4E8175 in popluar color models

4E8175
RGB78129117
HSL166°24.64%40.59%
HSB/HSV166°39.53%50.59%
CMYK39.53%0.00%9.30%
49.41%

Color #4E8175 in popluar number systems.

HEX4E8175
Decimal78129117
Binary1001110100000011110101
Octal116201165

Shades and tints

Shades of #4E8175

#4E8175
(78,129,117)
#47766B
(71,118,107)
#406B61
(64,107,97)
#396057
(57,96,87)
#32554D
(50,85,77)
#2B4A43
(43,74,67)
#243F39
(36,63,57)
#1D342F
(29,52,47)
#162925
(22,41,37)
#0F1E1B
(15,30,27)
#081311
(8,19,17)
#000000
(0,0,0)

Tints of #4E8175

#4E8175
(78,129,117)
#5E8C81
(94,140,129)
#6E978D
(110,151,141)
#7EA299
(126,162,153)
#8EADA5
(142,173,165)
#9EB8B1
(158,184,177)
#AEC3BD
(174,195,189)
#BECEC9
(190,206,201)
#CED9D5
(206,217,213)
#DEE4E1
(222,228,225)
#EEEFED
(238,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E8175; }

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

This text font color is #4E8175.


Background Color

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

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

This div background color is #4E8175.


Border color

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

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

This div border color is #4E8175.


Opacity

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

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

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

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

This text has shadow with #4E8175 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E8175 on black background.


Color preview on white background

This text has color #4E8175 on white background.



Black color preview on #4E8175 background

This text has black color on #4E8175 background.


White color preview on #4E8175 background

This text has white color on #4E8175 background.