COLOR #4E2F27

HEX: #4E2F27
RGB: (78,47,39)

Color info

#4E2F27 contains red, green and blue colors in about the same proportion. Web safe color of #4E2F27 is #663333 (or #633).

RGB color model

#4E2F27 color RGB value is (78,47,39).

  • red value is 78;
  • green value is 47;
  • blue value is 39.
RGB:
(78,47,39)
(31%,18%,15%)

RGB channels and saturation

R 78 of 255 = 31%
G 47 of 255 = 18%
B 39 of 255 = 15%

78
47
39

R + G + B ~ 21%. #4E2F27 is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 47 + 39 = 164 (100%)
R 78 of 164 ~ 47.56%
G 47 of 164 ~ 28.66%
B 39 of 164 ~ 23.78%

%47.56
%28.66
%23.78

CMYK color model

#4E2F27 color CMYK value is (0,40,50,69).

  • cyan value is 0.00%
  • magenta value is 39.74%
  • yellow value is 50.00%
  • key color value is 69.41%
CMYK:
(0,40,50,69)
C0M40Y50K69 
(0%,40%,50%,69%)
(0.00/0.40/0.50/0.69)	

CMYK percentages

%0
%39.74
%50
%69.41

Codes

Color #4E2F27 in popluar color models

4E2F27
RGB784739
HSL12°33.33%22.94%
HSB/HSV12°50.00%30.59%
CMYK0.00%39.74%50.00%
69.41%

Color #4E2F27 in popluar number systems.

HEX4E2F27
Decimal784739
Binary1001110101111100111
Octal1165747

Shades and tints

Shades of #4E2F27

#4E2F27
(78,47,39)
#472B24
(71,43,36)
#402721
(64,39,33)
#39231E
(57,35,30)
#321F1B
(50,31,27)
#2B1B18
(43,27,24)
#241715
(36,23,21)
#1D1312
(29,19,18)
#160F0F
(22,15,15)
#0F0B0C
(15,11,12)
#080709
(8,7,9)
#000000
(0,0,0)

Tints of #4E2F27

#4E2F27
(78,47,39)
#5E413A
(94,65,58)
#6E534D
(110,83,77)
#7E6560
(126,101,96)
#8E7773
(142,119,115)
#9E8986
(158,137,134)
#AE9B99
(174,155,153)
#BEADAC
(190,173,172)
#CEBFBF
(206,191,191)
#DED1D2
(222,209,210)
#EEE3E5
(238,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E2F27 color. Also use rgb(78,47,39) instead hex code.

Text Font Color

.myTextColor { color: #4E2F27; }

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

This text font color is #4E2F27.


Background Color

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

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

This div background color is #4E2F27.


Border color

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

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

This div border color is #4E2F27.


Opacity

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

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

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

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

This text has shadow with #4E2F27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E2F27 on black background.


Color preview on white background

This text has color #4E2F27 on white background.



Black color preview on #4E2F27 background

This text has black color on #4E2F27 background.


White color preview on #4E2F27 background

This text has white color on #4E2F27 background.