COLOR #4E230B

HEX: #4E230B RGB: (78,35,11)

Color info

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

RGB color model

#4E230B color RGB value is (78,35,11).

RGB: (78,35,11) (31%, 14%, 4%)

RGB channels and saturation

R 78 of 255 = 31%
G 35 of 255 = 14%
B 11 of 255 = 4%

78
35
11

R + G + B ~ 16%. #4E230B is dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 35 + 11 = 124 (100%)
R 78 of 124 ~ 62.9%
G 35 of 124 ~ 28.23%
B 11 of 124 ~ 8.87'%

%62.9
%28.23

CMYK color model

#4E230B color CMYK value is (0,55,86,69).

  • cyan value is 0.00%
  • magenta value is 55.13%
  • yellow value is 85.90%
  • key color value is 69.41%
CMYK: (0,55,86,69) C0M55Y86K69 (0%,55%,86%,69%) (0.00/0.55/0.86/0.69) 

CMYK percentages

%0
%55.13
%85.9
%69.41

Codes

Color #4E230B in popluar color models

4E 23 0B
RGB 78 35 11
HSL 21° 75.28% 17.45%
HSB/HSV 21° 85.90% 30.59%
CMYK 0.00% 55.13% 85.90%
69.41%

Color #4E230B in popluar number systems.

HEX 4E 23 0B
Decimal 78 35 11
Binary 1001110 100011 1011
Octal 116 43 13

Shades and tints

Shades of #4E230B

#4E230B
(78,35,11)
#47200A
(71,32,10)
#401D09
(64,29,9)
#391A08
(57,26,8)
#321707
(50,23,7)
#2B1406
(43,20,6)
#241105
(36,17,5)
#1D0E04
(29,14,4)
#160B03
(22,11,3)
#0F0802
(15,8,2)
#080501
(8,5,1)
#000000
(0,0,0)

Tints of #4E230B

#4E230B
(78,35,11)
#5E3721
(94,55,33)
#6E4B37
(110,75,55)
#7E5F4D
(126,95,77)
#8E7363
(142,115,99)
#9E8779
(158,135,121)
#AE9B8F
(174,155,143)
#BEAFA5
(190,175,165)
#CEC3BB
(206,195,187)
#DED7D1
(222,215,209)
#EEEBE7
(238,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E230B; }

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

This text font color is #4E230B.

Background Color

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

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

This div background color is #4E230B.

Border color

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

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

This div border color is #4E230B.

Opacity

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

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

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

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

This text has shadow with #4E230B color.

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

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

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

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

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

This text has shadow with #'.$colorObj['hex'].' and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #4E230B.

Preview

Color preview on black background

This text has color #4E230B on black background.


Color preview on white background

This text has color #4E230B on white background.



Black color preview on #4E230B background

This text has black color on #4E230B background.


White color preview on #4E230B background

This text has white color on #4E230B background.


Related colors


Complementary color

Complementary color for #4E230B is #B1DCF4.


I love getcolorcode.com

Triadic colors

1 #0B4E23 and #230B4E with #4E230B are triadic colors.

2 #0B234E and #234E0B with #4E230B are triadic colors.