COLOR #4E7762

HEX: #4E7762 RGB: (78,119,98)

Color info

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

RGB color model

#4E7762 color RGB value is (78,119,98).

RGB: (78,119,98) (31%, 47%, 38%)

RGB channels and saturation

R 78 of 255 = 31%
G 119 of 255 = 47%
B 98 of 255 = 38%

78
119
98

R + G + B ~ 39%. #4E7762 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 119 + 98 = 295 (100%)
R 78 of 295 ~ 26.44%
G 119 of 295 ~ 40.34%
B 98 of 295 ~ 33.22'%

%26.44
%40.34
%33.22

CMYK color model

#4E7762 color CMYK value is (34,0,18,53).

  • cyan value is 34.45%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 53.33%

CMYK: (34,0,18,53)
C34M0Y18K53 (34%, 0%, 18%, 53%)
(0.34 / 0.00 / 0.18 / 0.53)

CMYK percentages

%34.45
%0
%17.65
%53.33

Codes

Color #4E7762 in popluar color models

4E 77 62
RGB 78 119 98
HSL 149° 20.81% 38.63%
HSB/HSV 149° 34.45% 46.67%
CMYK 34.45% 0.00% 17.65%
53.33%

Color #4E7762 in popluar number systems.

HEX 4E 77 62
Decimal 78 119 98
Binary 1001110 1110111 1100010
Octal 116 167 142

Shades and tints

Shades of #4E7762

#4E7762
(78,119,98)
#476D5A
(71,109,90)
#406352
(64,99,82)
#39594A
(57,89,74)
#324F42
(50,79,66)
#2B453A
(43,69,58)
#243B32
(36,59,50)
#1D312A
(29,49,42)
#162722
(22,39,34)
#0F1D1A
(15,29,26)
#081312
(8,19,18)
#000000
(0,0,0)

Tints of #4E7762

#4E7762
(78,119,98)
#5E8370
(94,131,112)
#6E8F7E
(110,143,126)
#7E9B8C
(126,155,140)
#8EA79A
(142,167,154)
#9EB3A8
(158,179,168)
#AEBFB6
(174,191,182)
#BECBC4
(190,203,196)
#CED7D2
(206,215,210)
#DEE3E0
(222,227,224)
#EEEFEE
(238,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E7762 color. Also use rgb(78,119,98) instead hex code.

Text Font Color

.myTextColor { color: #4E7762; }

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

This text font color is #4E7762.

Background Color

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

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

This div background color is #4E7762.

Border color

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

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

This div border color is #4E7762.

Opacity

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

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

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

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

This text has shadow with #4E7762 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E7762.

Preview

Color preview on black background

This text has color #4E7762 on black background.


Color preview on white background

This text has color #4E7762 on white background.


Black color preview on #4E7762 background

This text has black color on #4E7762 background.


White color preview on #4E7762 background

This text has white color on #4E7762 background.


Related colors

Complementary color

Complementary color for #hex is #B1889D.


I love getcolorcode.com

Triadic colors

1 #624E77 and #77624E with #4E7762 are triadic colors.

2 #62774E and #774E62 with #4E7762 are triadic colors.