COLOR #4E6F53

HEX: #4E6F53
RGB: (78,111,83)

Color info

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

RGB color model

#4E6F53 color RGB value is (78,111,83).

  • red value is 78;
  • green value is 111;
  • blue value is 83.
RGB:
(78,111,83)
(31%,44%,33%)

RGB channels and saturation

R 78 of 255 = 31%
G 111 of 255 = 44%
B 83 of 255 = 33%

78
111
83

R + G + B ~ 36%. #4E6F53 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 111 + 83 = 272 (100%)
R 78 of 272 ~ 28.68%
G 111 of 272 ~ 40.81%
B 83 of 272 ~ 30.51%

%28.68
%40.81
%30.51

CMYK color model

#4E6F53 color CMYK value is (30,0,25,56).

  • cyan value is 29.73%
  • magenta value is 0.00%
  • yellow value is 25.23%
  • key color value is 56.47%
CMYK:
(30,0,25,56)
C30M0Y25K56 
(30%,0%,25%,56%)
(0.30/0.00/0.25/0.56)	

CMYK percentages

%29.73
%0
%25.23
%56.47

Codes

Color #4E6F53 in popluar color models

4E6F53
RGB7811183
HSL129°17.46%37.06%
HSB/HSV129°29.73%43.53%
CMYK29.73%0.00%25.23%
56.47%

Color #4E6F53 in popluar number systems.

HEX4E6F53
Decimal7811183
Binary100111011011111010011
Octal116157123

Shades and tints

Shades of #4E6F53

#4E6F53
(78,111,83)
#47654C
(71,101,76)
#405B45
(64,91,69)
#39513E
(57,81,62)
#324737
(50,71,55)
#2B3D30
(43,61,48)
#243329
(36,51,41)
#1D2922
(29,41,34)
#161F1B
(22,31,27)
#0F1514
(15,21,20)
#080B0D
(8,11,13)
#000000
(0,0,0)

Tints of #4E6F53

#4E6F53
(78,111,83)
#5E7C62
(94,124,98)
#6E8971
(110,137,113)
#7E9680
(126,150,128)
#8EA38F
(142,163,143)
#9EB09E
(158,176,158)
#AEBDAD
(174,189,173)
#BECABC
(190,202,188)
#CED7CB
(206,215,203)
#DEE4DA
(222,228,218)
#EEF1E9
(238,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E6F53 color. Also use rgb(78,111,83) instead hex code.

Text Font Color

.myTextColor { color: #4E6F53; }

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

This text font color is #4E6F53.


Background Color

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

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

This div background color is #4E6F53.


Border color

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

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

This div border color is #4E6F53.


Opacity

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

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

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

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

This text has shadow with #4E6F53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E6F53 on black background.


Color preview on white background

This text has color #4E6F53 on white background.



Black color preview on #4E6F53 background

This text has black color on #4E6F53 background.


White color preview on #4E6F53 background

This text has white color on #4E6F53 background.