COLOR #4E092B

HEX: #4E092B RGB: (78,9,43)

Color info

#4E092B contains mainly red and blue colors. Web safe color of #4E092B is #660033 (or #603).

RGB color model

#4E092B color RGB value is (78,9,43).

RGB: (78,9,43) (31%, 4%, 17%)

RGB channels and saturation

R 78 of 255 = 31%
G 9 of 255 = 4%
B 43 of 255 = 17%

78
9
43

R + G + B ~ 17%. #4E092B is dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 9 + 43 = 130 (100%)
R 78 of 130 ~ 60%
G 9 of 130 ~ 6.92%
B 43 of 130 ~ 33.08'%

%60
%33.08

CMYK color model

#4E092B color CMYK value is (0,88,45,69).

  • cyan value is 0.00%
  • magenta value is 88.46%
  • yellow value is 44.87%
  • key color value is 69.41%

CMYK: (0,88,45,69)
C0M88Y45K69 (0%, 88%, 45%, 69%)
(0.00 / 0.88 / 0.45 / 0.69)

CMYK percentages

%0
%88.46
%44.87
%69.41

Codes

Color #4E092B in popluar color models

4E 09 2B
RGB 78 9 43
HSL 330° 79.31% 17.06%
HSB/HSV 330° 88.46% 30.59%
CMYK 0.00% 88.46% 44.87%
69.41%

Color #4E092B in popluar number systems.

HEX 4E 09 2B
Decimal 78 9 43
Binary 1001110 1001 101011
Octal 116 11 53

Shades and tints

Shades of #4E092B

#4E092B
(78,9,43)
#470928
(71,9,40)
#400925
(64,9,37)
#390922
(57,9,34)
#32091F
(50,9,31)
#2B091C
(43,9,28)
#240919
(36,9,25)
#1D0916
(29,9,22)
#160913
(22,9,19)
#0F0910
(15,9,16)
#08090D
(8,9,13)
#000000
(0,0,0)

Tints of #4E092B

#4E092B
(78,9,43)
#5E1F3E
(94,31,62)
#6E3551
(110,53,81)
#7E4B64
(126,75,100)
#8E6177
(142,97,119)
#9E778A
(158,119,138)
#AE8D9D
(174,141,157)
#BEA3B0
(190,163,176)
#CEB9C3
(206,185,195)
#DECFD6
(222,207,214)
#EEE5E9
(238,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E092B; }

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

This text font color is #4E092B.

Background Color

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

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

This div background color is #4E092B.

Border color

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

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

This div border color is #4E092B.

Opacity

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

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

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

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

This text has shadow with #4E092B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E092B.

Preview

Color preview on black background

This text has color #4E092B on black background.


Color preview on white background

This text has color #4E092B on white background.


Black color preview on #4E092B background

This text has black color on #4E092B background.


White color preview on #4E092B background

This text has white color on #4E092B background.


Related colors

Complementary color

Complementary color for #hex is #B1F6D4.


I love getcolorcode.com

Triadic colors

1 #2B4E09 and #092B4E with #4E092B are triadic colors.

2 #2B094E and #094E2B with #4E092B are triadic colors.