COLOR #4E3036

HEX: #4E3036
RGB: (78,48,54)

Color info

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

RGB color model

#4E3036 color RGB value is (78,48,54).

  • red value is 78;
  • green value is 48;
  • blue value is 54.
RGB:
(78,48,54)
(31%,19%,21%)

RGB channels and saturation

R 78 of 255 = 31%
G 48 of 255 = 19%
B 54 of 255 = 21%

78
48
54

R + G + B ~ 24%. #4E3036 is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 48 + 54 = 180 (100%)
R 78 of 180 ~ 43.33%
G 48 of 180 ~ 26.67%
B 54 of 180 ~ 30%

%43.33
%26.67
%30

CMYK color model

#4E3036 color CMYK value is (0,38,31,69).

  • cyan value is 0.00%
  • magenta value is 38.46%
  • yellow value is 30.77%
  • key color value is 69.41%
CMYK:
(0,38,31,69)
C0M38Y31K69 
(0%,38%,31%,69%)
(0.00/0.38/0.31/0.69)	

CMYK percentages

%0
%38.46
%30.77
%69.41

Codes

Color #4E3036 in popluar color models

4E3036
RGB784854
HSL348°23.81%24.71%
HSB/HSV348°38.46%30.59%
CMYK0.00%38.46%30.77%
69.41%

Color #4E3036 in popluar number systems.

HEX4E3036
Decimal784854
Binary1001110110000110110
Octal1166066

Shades and tints

Shades of #4E3036

#4E3036
(78,48,54)
#472C32
(71,44,50)
#40282E
(64,40,46)
#39242A
(57,36,42)
#322026
(50,32,38)
#2B1C22
(43,28,34)
#24181E
(36,24,30)
#1D141A
(29,20,26)
#161016
(22,16,22)
#0F0C12
(15,12,18)
#08080E
(8,8,14)
#000000
(0,0,0)

Tints of #4E3036

#4E3036
(78,48,54)
#5E4248
(94,66,72)
#6E545A
(110,84,90)
#7E666C
(126,102,108)
#8E787E
(142,120,126)
#9E8A90
(158,138,144)
#AE9CA2
(174,156,162)
#BEAEB4
(190,174,180)
#CEC0C6
(206,192,198)
#DED2D8
(222,210,216)
#EEE4EA
(238,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E3036 color. Also use rgb(78,48,54) instead hex code.

Text Font Color

.myTextColor { color: #4E3036; }

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

This text font color is #4E3036.


Background Color

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

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

This div background color is #4E3036.


Border color

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

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

This div border color is #4E3036.


Opacity

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

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

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

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

This text has shadow with #4E3036 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E3036 on black background.


Color preview on white background

This text has color #4E3036 on white background.



Black color preview on #4E3036 background

This text has black color on #4E3036 background.


White color preview on #4E3036 background

This text has white color on #4E3036 background.