COLOR #4E694C

HEX: #4E694C
RGB: (78,105,76)

Color info

#4E694C contains red, green and blue colors in about the same proportion. Web safe color of #4E694C is #666633 (or #663).

RGB color model

#4E694C color RGB value is (78,105,76).

  • red value is 78;
  • green value is 105;
  • blue value is 76.
RGB:
(78,105,76)
(31%,41%,30%)

RGB channels and saturation

R 78 of 255 = 31%
G 105 of 255 = 41%
B 76 of 255 = 30%

78
105
76

R + G + B ~ 34%. #4E694C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 105 + 76 = 259 (100%)
R 78 of 259 ~ 30.12%
G 105 of 259 ~ 40.54%
B 76 of 259 ~ 29.34%

%30.12
%40.54
%29.34

CMYK color model

#4E694C color CMYK value is (26,0,28,59).

  • cyan value is 25.71%
  • magenta value is 0.00%
  • yellow value is 27.62%
  • key color value is 58.82%
CMYK:
(26,0,28,59)
C26M0Y28K59 
(26%,0%,28%,59%)
(0.26/0.00/0.28/0.59)	

CMYK percentages

%25.71
%0
%27.62
%58.82

Codes

Color #4E694C in popluar color models

4E694C
RGB7810576
HSL116°16.02%35.49%
HSB/HSV116°27.62%41.18%
CMYK25.71%0.00%27.62%
58.82%

Color #4E694C in popluar number systems.

HEX4E694C
Decimal7810576
Binary100111011010011001100
Octal116151114

Shades and tints

Shades of #4E694C

#4E694C
(78,105,76)
#476046
(71,96,70)
#405740
(64,87,64)
#394E3A
(57,78,58)
#324534
(50,69,52)
#2B3C2E
(43,60,46)
#243328
(36,51,40)
#1D2A22
(29,42,34)
#16211C
(22,33,28)
#0F1816
(15,24,22)
#080F10
(8,15,16)
#000000
(0,0,0)

Tints of #4E694C

#4E694C
(78,105,76)
#5E765C
(94,118,92)
#6E836C
(110,131,108)
#7E907C
(126,144,124)
#8E9D8C
(142,157,140)
#9EAA9C
(158,170,156)
#AEB7AC
(174,183,172)
#BEC4BC
(190,196,188)
#CED1CC
(206,209,204)
#DEDEDC
(222,222,220)
#EEEBEC
(238,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E694C color. Also use rgb(78,105,76) instead hex code.

Text Font Color

.myTextColor { color: #4E694C; }

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

This text font color is #4E694C.


Background Color

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

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

This div background color is #4E694C.


Border color

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

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

This div border color is #4E694C.


Opacity

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

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

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

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

This text has shadow with #4E694C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E694C on black background.


Color preview on white background

This text has color #4E694C on white background.



Black color preview on #4E694C background

This text has black color on #4E694C background.


White color preview on #4E694C background

This text has white color on #4E694C background.