COLOR #4E7A71

HEX: #4E7A71
RGB: (78,122,113)

Color info

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

RGB color model

#4E7A71 color RGB value is (78,122,113).

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

RGB channels and saturation

R 78 of 255 = 31%
G 122 of 255 = 48%
B 113 of 255 = 44%

78
122
113

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

Portions of RGB colors in percentages

R + G + B =
78 + 122 + 113 = 313 (100%)
R 78 of 313 ~ 24.92%
G 122 of 313 ~ 38.98%
B 113 of 313 ~ 36.1%

%24.92
%38.98
%36.1

CMYK color model

#4E7A71 color CMYK value is (36,0,7,52).

  • cyan value is 36.07%
  • magenta value is 0.00%
  • yellow value is 7.38%
  • key color value is 52.16%
CMYK:
(36,0,7,52)
C36M0Y7K52 
(36%,0%,7%,52%)
(0.36/0.00/0.07/0.52)	

CMYK percentages

%36.07
%0
%7.38
%52.16

Codes

Color #4E7A71 in popluar color models

4E7A71
RGB78122113
HSL168°22.00%39.22%
HSB/HSV168°36.07%47.84%
CMYK36.07%0.00%7.38%
52.16%

Color #4E7A71 in popluar number systems.

HEX4E7A71
Decimal78122113
Binary100111011110101110001
Octal116172161

Shades and tints

Shades of #4E7A71

#4E7A71
(78,122,113)
#476F67
(71,111,103)
#40645D
(64,100,93)
#395953
(57,89,83)
#324E49
(50,78,73)
#2B433F
(43,67,63)
#243835
(36,56,53)
#1D2D2B
(29,45,43)
#162221
(22,34,33)
#0F1717
(15,23,23)
#080C0D
(8,12,13)
#000000
(0,0,0)

Tints of #4E7A71

#4E7A71
(78,122,113)
#5E867D
(94,134,125)
#6E9289
(110,146,137)
#7E9E95
(126,158,149)
#8EAAA1
(142,170,161)
#9EB6AD
(158,182,173)
#AEC2B9
(174,194,185)
#BECEC5
(190,206,197)
#CEDAD1
(206,218,209)
#DEE6DD
(222,230,221)
#EEF2E9
(238,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E7A71 color. Also use rgb(78,122,113) instead hex code.

Text Font Color

.myTextColor { color: #4E7A71; }

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

This text font color is #4E7A71.


Background Color

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

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

This div background color is #4E7A71.


Border color

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

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

This div border color is #4E7A71.


Opacity

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

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

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

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

This text has shadow with #4E7A71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E7A71 on black background.


Color preview on white background

This text has color #4E7A71 on white background.



Black color preview on #4E7A71 background

This text has black color on #4E7A71 background.


White color preview on #4E7A71 background

This text has white color on #4E7A71 background.