COLOR #4E7B70

HEX: #4E7B70
RGB: (78,123,112)

Color info

#4E7B70 contains red, green and blue colors in about the same proportion. Web safe color of #4E7B70 is #666666 (or #666).

RGB color model

#4E7B70 color RGB value is (78,123,112).

  • red value is 78;
  • green value is 123;
  • blue value is 112.
RGB:
(78,123,112)
(31%,48%,44%)

RGB channels and saturation

R 78 of 255 = 31%
G 123 of 255 = 48%
B 112 of 255 = 44%

78
123
112

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

Portions of RGB colors in percentages

R + G + B =
78 + 123 + 112 = 313 (100%)
R 78 of 313 ~ 24.92%
G 123 of 313 ~ 39.3%
B 112 of 313 ~ 35.78%

%24.92
%39.3
%35.78

CMYK color model

#4E7B70 color CMYK value is (37,0,9,52).

  • cyan value is 36.59%
  • magenta value is 0.00%
  • yellow value is 8.94%
  • key color value is 51.76%
CMYK:
(37,0,9,52)
C37M0Y9K52 
(37%,0%,9%,52%)
(0.37/0.00/0.09/0.52)	

CMYK percentages

%36.59
%0
%8.94
%51.76

Codes

Color #4E7B70 in popluar color models

4E7B70
RGB78123112
HSL165°22.39%39.41%
HSB/HSV165°36.59%48.24%
CMYK36.59%0.00%8.94%
51.76%

Color #4E7B70 in popluar number systems.

HEX4E7B70
Decimal78123112
Binary100111011110111110000
Octal116173160

Shades and tints

Shades of #4E7B70

#4E7B70
(78,123,112)
#477066
(71,112,102)
#40655C
(64,101,92)
#395A52
(57,90,82)
#324F48
(50,79,72)
#2B443E
(43,68,62)
#243934
(36,57,52)
#1D2E2A
(29,46,42)
#162320
(22,35,32)
#0F1816
(15,24,22)
#080D0C
(8,13,12)
#000000
(0,0,0)

Tints of #4E7B70

#4E7B70
(78,123,112)
#5E877D
(94,135,125)
#6E938A
(110,147,138)
#7E9F97
(126,159,151)
#8EABA4
(142,171,164)
#9EB7B1
(158,183,177)
#AEC3BE
(174,195,190)
#BECFCB
(190,207,203)
#CEDBD8
(206,219,216)
#DEE7E5
(222,231,229)
#EEF3F2
(238,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E7B70 color. Also use rgb(78,123,112) instead hex code.

Text Font Color

.myTextColor { color: #4E7B70; }

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

This text font color is #4E7B70.


Background Color

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

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

This div background color is #4E7B70.


Border color

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

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

This div border color is #4E7B70.


Opacity

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

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

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

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

This text has shadow with #4E7B70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E7B70 on black background.


Color preview on white background

This text has color #4E7B70 on white background.



Black color preview on #4E7B70 background

This text has black color on #4E7B70 background.


White color preview on #4E7B70 background

This text has white color on #4E7B70 background.