COLOR #4E380E

HEX: #4E380E RGB: (78,56,14)

Color info

#4E380E contains mainly red and green colors. Web safe color of #4E380E is #663300 (or #630).

RGB color model

#4E380E color RGB value is (78,56,14).

RGB: (78,56,14) (31%, 22%, 5%)

RGB channels and saturation

R 78 of 255 = 31%
G 56 of 255 = 22%
B 14 of 255 = 5%

78
56
14

R + G + B ~ 19%. #4E380E is dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 56 + 14 = 148 (100%)
R 78 of 148 ~ 52.7%
G 56 of 148 ~ 37.84%
B 14 of 148 ~ 9.46'%

%52.7
%37.84

CMYK color model

#4E380E color CMYK value is (0,28,82,69).

  • cyan value is 0.00%
  • magenta value is 28.21%
  • yellow value is 82.05%
  • key color value is 69.41%

CMYK: (0,28,82,69)
C0M28Y82K69 (0%, 28%, 82%, 69%)
(0.00 / 0.28 / 0.82 / 0.69)

CMYK percentages

%0
%28.21
%82.05
%69.41

Codes

Color #4E380E in popluar color models

4E 38 0E
RGB 78 56 14
HSL 39° 69.57% 18.04%
HSB/HSV 39° 82.05% 30.59%
CMYK 0.00% 28.21% 82.05%
69.41%

Color #4E380E in popluar number systems.

HEX 4E 38 0E
Decimal 78 56 14
Binary 1001110 111000 1110
Octal 116 70 16

Shades and tints

Shades of #4E380E

#4E380E
(78,56,14)
#47330D
(71,51,13)
#402E0C
(64,46,12)
#39290B
(57,41,11)
#32240A
(50,36,10)
#2B1F09
(43,31,9)
#241A08
(36,26,8)
#1D1507
(29,21,7)
#161006
(22,16,6)
#0F0B05
(15,11,5)
#080604
(8,6,4)
#000000
(0,0,0)

Tints of #4E380E

#4E380E
(78,56,14)
#5E4A23
(94,74,35)
#6E5C38
(110,92,56)
#7E6E4D
(126,110,77)
#8E8062
(142,128,98)
#9E9277
(158,146,119)
#AEA48C
(174,164,140)
#BEB6A1
(190,182,161)
#CEC8B6
(206,200,182)
#DEDACB
(222,218,203)
#EEECE0
(238,236,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E380E; }

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

This text font color is #4E380E.

Background Color

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

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

This div background color is #4E380E.

Border color

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

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

This div border color is #4E380E.

Opacity

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

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

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

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

This text has shadow with #4E380E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E380E.

Preview

Color preview on black background

This text has color #4E380E on black background.


Color preview on white background

This text has color #4E380E on white background.


Black color preview on #4E380E background

This text has black color on #4E380E background.


White color preview on #4E380E background

This text has white color on #4E380E background.


Related colors

Complementary color

Complementary color for #hex is #B1C7F1.


I love getcolorcode.com

Triadic colors

1 #0E4E38 and #380E4E with #4E380E are triadic colors.

2 #0E384E and #384E0E with #4E380E are triadic colors.