COLOR #4E4335

HEX: #4E4335
RGB: (78,67,53)

Color info

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

RGB color model

#4E4335 color RGB value is (78,67,53).

  • red value is 78;
  • green value is 67;
  • blue value is 53.
RGB:
(78,67,53)
(31%,26%,21%)

RGB channels and saturation

R 78 of 255 = 31%
G 67 of 255 = 26%
B 53 of 255 = 21%

78
67
53

R + G + B ~ 26%. #4E4335 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 67 + 53 = 198 (100%)
R 78 of 198 ~ 39.39%
G 67 of 198 ~ 33.84%
B 53 of 198 ~ 26.77%

%39.39
%33.84
%26.77

CMYK color model

#4E4335 color CMYK value is (0,14,32,69).

  • cyan value is 0.00%
  • magenta value is 14.10%
  • yellow value is 32.05%
  • key color value is 69.41%
CMYK:
(0,14,32,69)
C0M14Y32K69 
(0%,14%,32%,69%)
(0.00/0.14/0.32/0.69)	

CMYK percentages

%0
%14.1
%32.05
%69.41

Codes

Color #4E4335 in popluar color models

4E4335
RGB786753
HSL34°19.08%25.69%
HSB/HSV34°32.05%30.59%
CMYK0.00%14.10%32.05%
69.41%

Color #4E4335 in popluar number systems.

HEX4E4335
Decimal786753
Binary10011101000011110101
Octal11610365

Shades and tints

Shades of #4E4335

#4E4335
(78,67,53)
#473D31
(71,61,49)
#40372D
(64,55,45)
#393129
(57,49,41)
#322B25
(50,43,37)
#2B2521
(43,37,33)
#241F1D
(36,31,29)
#1D1919
(29,25,25)
#161315
(22,19,21)
#0F0D11
(15,13,17)
#08070D
(8,7,13)
#000000
(0,0,0)

Tints of #4E4335

#4E4335
(78,67,53)
#5E5447
(94,84,71)
#6E6559
(110,101,89)
#7E766B
(126,118,107)
#8E877D
(142,135,125)
#9E988F
(158,152,143)
#AEA9A1
(174,169,161)
#BEBAB3
(190,186,179)
#CECBC5
(206,203,197)
#DEDCD7
(222,220,215)
#EEEDE9
(238,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E4335; }

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

This text font color is #4E4335.


Background Color

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

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

This div background color is #4E4335.


Border color

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

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

This div border color is #4E4335.


Opacity

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

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

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

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

This text has shadow with #4E4335 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4335 on black background.


Color preview on white background

This text has color #4E4335 on white background.



Black color preview on #4E4335 background

This text has black color on #4E4335 background.


White color preview on #4E4335 background

This text has white color on #4E4335 background.