COLOR #4E3333

HEX: #4E3333
RGB: (78,51,51)

Color info

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

RGB color model

#4E3333 color RGB value is (78,51,51).

  • red value is 78;
  • green value is 51;
  • blue value is 51.
RGB:
(78,51,51)
(31%,20%,20%)

RGB channels and saturation

R 78 of 255 = 31%
G 51 of 255 = 20%
B 51 of 255 = 20%

78
51
51

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

Portions of RGB colors in percentages

R + G + B =
78 + 51 + 51 = 180 (100%)
R 78 of 180 ~ 43.33%
G 51 of 180 ~ 28.33%
B 51 of 180 ~ 28.33%

%43.33
%28.33
%28.33

CMYK color model

#4E3333 color CMYK value is (0,35,35,69).

  • cyan value is 0.00%
  • magenta value is 34.62%
  • yellow value is 34.62%
  • key color value is 69.41%
CMYK:
(0,35,35,69)
C0M35Y35K69 
(0%,35%,35%,69%)
(0.00/0.35/0.35/0.69)	

CMYK percentages

%0
%34.62
%34.62
%69.41

Codes

Color #4E3333 in popluar color models

4E3333
RGB785151
HSL20.93%25.29%
HSB/HSV34.62%30.59%
CMYK0.00%34.62%34.62%
69.41%

Color #4E3333 in popluar number systems.

HEX4E3333
Decimal785151
Binary1001110110011110011
Octal1166363

Shades and tints

Shades of #4E3333

#4E3333
(78,51,51)
#472F2F
(71,47,47)
#402B2B
(64,43,43)
#392727
(57,39,39)
#322323
(50,35,35)
#2B1F1F
(43,31,31)
#241B1B
(36,27,27)
#1D1717
(29,23,23)
#161313
(22,19,19)
#0F0F0F
(15,15,15)
#080B0B
(8,11,11)
#000000
(0,0,0)

Tints of #4E3333

#4E3333
(78,51,51)
#5E4545
(94,69,69)
#6E5757
(110,87,87)
#7E6969
(126,105,105)
#8E7B7B
(142,123,123)
#9E8D8D
(158,141,141)
#AE9F9F
(174,159,159)
#BEB1B1
(190,177,177)
#CEC3C3
(206,195,195)
#DED5D5
(222,213,213)
#EEE7E7
(238,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E3333; }

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

This text font color is #4E3333.


Background Color

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

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

This div background color is #4E3333.


Border color

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

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

This div border color is #4E3333.


Opacity

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

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

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

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

This text has shadow with #4E3333 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E3333 on black background.


Color preview on white background

This text has color #4E3333 on white background.



Black color preview on #4E3333 background

This text has black color on #4E3333 background.


White color preview on #4E3333 background

This text has white color on #4E3333 background.