COLOR #4E7968

HEX: #4E7968 RGB: (78,121,104)

Color info

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

RGB color model

#4E7968 color RGB value is (78,121,104).

RGB: (78,121,104) (31%, 47%, 41%)

RGB channels and saturation

R 78 of 255 = 31%
G 121 of 255 = 47%
B 104 of 255 = 41%

78
121
104

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

Portions of RGB colors in percentages

R + G + B = 78 + 121 + 104 = 303 (100%)
R 78 of 303 ~ 25.74%
G 121 of 303 ~ 39.93%
B 104 of 303 ~ 34.32'%

%25.74
%39.93
%34.32

CMYK color model

#4E7968 color CMYK value is (36,0,14,53).

  • cyan value is 35.54%
  • magenta value is 0.00%
  • yellow value is 14.05%
  • key color value is 52.55%

CMYK: (36,0,14,53)
C36M0Y14K53 (36%, 0%, 14%, 53%)
(0.36 / 0.00 / 0.14 / 0.53)

CMYK percentages

%35.54
%0
%14.05
%52.55

Codes

Color #4E7968 in popluar color models

4E 79 68
RGB 78 121 104
HSL 156° 21.61% 39.02%
HSB/HSV 156° 35.54% 47.45%
CMYK 35.54% 0.00% 14.05%
52.55%

Color #4E7968 in popluar number systems.

HEX 4E 79 68
Decimal 78 121 104
Binary 1001110 1111001 1101000
Octal 116 171 150

Shades and tints

Shades of #4E7968

#4E7968
(78,121,104)
#476E5F
(71,110,95)
#406356
(64,99,86)
#39584D
(57,88,77)
#324D44
(50,77,68)
#2B423B
(43,66,59)
#243732
(36,55,50)
#1D2C29
(29,44,41)
#162120
(22,33,32)
#0F1617
(15,22,23)
#080B0E
(8,11,14)
#000000
(0,0,0)

Tints of #4E7968

#4E7968
(78,121,104)
#5E8575
(94,133,117)
#6E9182
(110,145,130)
#7E9D8F
(126,157,143)
#8EA99C
(142,169,156)
#9EB5A9
(158,181,169)
#AEC1B6
(174,193,182)
#BECDC3
(190,205,195)
#CED9D0
(206,217,208)
#DEE5DD
(222,229,221)
#EEF1EA
(238,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E7968 color. Also use rgb(78,121,104) instead hex code.

Text Font Color

.myTextColor { color: #4E7968; }

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

This text font color is #4E7968.

Background Color

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

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

This div background color is #4E7968.

Border color

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

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

This div border color is #4E7968.

Opacity

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

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

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

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

This text has shadow with #4E7968 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E7968.

Preview

Color preview on black background

This text has color #4E7968 on black background.


Color preview on white background

This text has color #4E7968 on white background.


Black color preview on #4E7968 background

This text has black color on #4E7968 background.


White color preview on #4E7968 background

This text has white color on #4E7968 background.


Related colors

Complementary color

Complementary color for #hex is #B18697.


I love getcolorcode.com

Triadic colors

1 #684E79 and #79684E with #4E7968 are triadic colors.

2 #68794E and #794E68 with #4E7968 are triadic colors.