COLOR #4E7D65

HEX: #4E7D65
RGB: (78,125,101)

Color info

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

RGB color model

#4E7D65 color RGB value is (78,125,101).

  • red value is 78;
  • green value is 125;
  • blue value is 101.
RGB:
(78,125,101)
(31%,49%,40%)

RGB channels and saturation

R 78 of 255 = 31%
G 125 of 255 = 49%
B 101 of 255 = 40%

78
125
101

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

Portions of RGB colors in percentages

R + G + B =
78 + 125 + 101 = 304 (100%)
R 78 of 304 ~ 25.66%
G 125 of 304 ~ 41.12%
B 101 of 304 ~ 33.22%

%25.66
%41.12
%33.22

CMYK color model

#4E7D65 color CMYK value is (38,0,19,51).

  • cyan value is 37.60%
  • magenta value is 0.00%
  • yellow value is 19.20%
  • key color value is 50.98%
CMYK:
(38,0,19,51)
C38M0Y19K51 
(38%,0%,19%,51%)
(0.38/0.00/0.19/0.51)	

CMYK percentages

%37.6
%0
%19.2
%50.98

Codes

Color #4E7D65 in popluar color models

4E7D65
RGB78125101
HSL149°23.15%39.80%
HSB/HSV149°37.60%49.02%
CMYK37.60%0.00%19.20%
50.98%

Color #4E7D65 in popluar number systems.

HEX4E7D65
Decimal78125101
Binary100111011111011100101
Octal116175145

Shades and tints

Shades of #4E7D65

#4E7D65
(78,125,101)
#47725C
(71,114,92)
#406753
(64,103,83)
#395C4A
(57,92,74)
#325141
(50,81,65)
#2B4638
(43,70,56)
#243B2F
(36,59,47)
#1D3026
(29,48,38)
#16251D
(22,37,29)
#0F1A14
(15,26,20)
#080F0B
(8,15,11)
#000000
(0,0,0)

Tints of #4E7D65

#4E7D65
(78,125,101)
#5E8873
(94,136,115)
#6E9381
(110,147,129)
#7E9E8F
(126,158,143)
#8EA99D
(142,169,157)
#9EB4AB
(158,180,171)
#AEBFB9
(174,191,185)
#BECAC7
(190,202,199)
#CED5D5
(206,213,213)
#DEE0E3
(222,224,227)
#EEEBF1
(238,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E7D65 color. Also use rgb(78,125,101) instead hex code.

Text Font Color

.myTextColor { color: #4E7D65; }

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

This text font color is #4E7D65.


Background Color

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

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

This div background color is #4E7D65.


Border color

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

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

This div border color is #4E7D65.


Opacity

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

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

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

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

This text has shadow with #4E7D65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E7D65 on black background.


Color preview on white background

This text has color #4E7D65 on white background.



Black color preview on #4E7D65 background

This text has black color on #4E7D65 background.


White color preview on #4E7D65 background

This text has white color on #4E7D65 background.