COLOR #4E3038

HEX: #4E3038 RGB: (78,48,56)

Color info

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

RGB color model

#4E3038 color RGB value is (78,48,56).

RGB: (78,48,56) (31%, 19%, 22%)

RGB channels and saturation

R 78 of 255 = 31%
G 48 of 255 = 19%
B 56 of 255 = 22%

78
48
56

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

Portions of RGB colors in percentages

R + G + B = 78 + 48 + 56 = 182 (100%)
R 78 of 182 ~ 42.86%
G 48 of 182 ~ 26.37%
B 56 of 182 ~ 30.77'%

%42.86
%26.37
%30.77

CMYK color model

#4E3038 color CMYK value is (0,38,28,69).

  • cyan value is 0.00%
  • magenta value is 38.46%
  • yellow value is 28.21%
  • key color value is 69.41%
CMYK: (0,38,28,69) C0M38Y28K69 (0%,38%,28%,69%) (0.00/0.38/0.28/0.69) 

CMYK percentages

%0
%38.46
%28.21
%69.41

Codes

Color #4E3038 in popluar color models

4E 30 38
RGB 78 48 56
HSL 344° 23.81% 24.71%
HSB/HSV 344° 38.46% 30.59%
CMYK 0.00% 38.46% 28.21%
69.41%

Color #4E3038 in popluar number systems.

HEX 4E 30 38
Decimal 78 48 56
Binary 1001110 110000 111000
Octal 116 60 70

Shades and tints

Shades of #4E3038

#4E3038
(78,48,56)
#472C33
(71,44,51)
#40282E
(64,40,46)
#392429
(57,36,41)
#322024
(50,32,36)
#2B1C1F
(43,28,31)
#24181A
(36,24,26)
#1D1415
(29,20,21)
#161010
(22,16,16)
#0F0C0B
(15,12,11)
#080806
(8,8,6)
#000000
(0,0,0)

Tints of #4E3038

#4E3038
(78,48,56)
#5E424A
(94,66,74)
#6E545C
(110,84,92)
#7E666E
(126,102,110)
#8E7880
(142,120,128)
#9E8A92
(158,138,146)
#AE9CA4
(174,156,164)
#BEAEB6
(190,174,182)
#CEC0C8
(206,192,200)
#DED2DA
(222,210,218)
#EEE4EC
(238,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E3038; }

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

This text font color is #4E3038.

Background Color

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

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

This div background color is #4E3038.

Border color

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

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

This div border color is #4E3038.

Opacity

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

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

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

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

This text has shadow with #4E3038 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E3038.

Preview

Color preview on black background

This text has color #4E3038 on black background.


Color preview on white background

This text has color #4E3038 on white background.


Black color preview on #4E3038 background

This text has black color on #4E3038 background.


White color preview on #4E3038 background

This text has white color on #4E3038 background.


Related colors

Complementary color

Complementary color for #hex is #B1CFC7.


I love getcolorcode.com

Triadic colors

1 #384E30 and #30384E with #4E3038 are triadic colors.

2 #38304E and #304E38 with #4E3038 are triadic colors.