COLOR #4B0409

HEX: #4B0409 RGB: (75,4,9)

Color info

#4B0409 contains mainly red color. Web safe color of #4B0409 is #330000 (or #300).

RGB color model

#4B0409 color RGB value is (75,4,9).

RGB: (75,4,9) (29%, 2%, 4%)

RGB channels and saturation

R 75 of 255 = 29%
G 4 of 255 = 2%
B 9 of 255 = 4%

75
4
9

R + G + B ~ 12%. #4B0409 is dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 4 + 9 = 88 (100%)
R 75 of 88 ~ 85.23%
G 4 of 88 ~ 4.55%
B 9 of 88 ~ 10.23'%

%85.23

CMYK color model

#4B0409 color CMYK value is (0,95,88,71).

  • cyan value is 0.00%
  • magenta value is 94.67%
  • yellow value is 88.00%
  • key color value is 70.59%

CMYK: (0,95,88,71)
C0M95Y88K71 (0%, 95%, 88%, 71%)
(0.00 / 0.95 / 0.88 / 0.71)

CMYK percentages

%0
%94.67
%88
%70.59

Codes

Color #4B0409 in popluar color models

4B 04 09
RGB 75 4 9
HSL 356° 89.87% 15.49%
HSB/HSV 356° 94.67% 29.41%
CMYK 0.00% 94.67% 88.00%
70.59%

Color #4B0409 in popluar number systems.

HEX 4B 04 09
Decimal 75 4 9
Binary 1001011 100 1001
Octal 113 4 11

Shades and tints

Shades of #4B0409

#4B0409
(75,4,9)
#450409
(69,4,9)
#3F0409
(63,4,9)
#390409
(57,4,9)
#330409
(51,4,9)
#2D0409
(45,4,9)
#270409
(39,4,9)
#210409
(33,4,9)
#1B0409
(27,4,9)
#150409
(21,4,9)
#0F0409
(15,4,9)
#000000
(0,0,0)

Tints of #4B0409

#4B0409
(75,4,9)
#5B1A1F
(91,26,31)
#6B3035
(107,48,53)
#7B464B
(123,70,75)
#8B5C61
(139,92,97)
#9B7277
(155,114,119)
#AB888D
(171,136,141)
#BB9EA3
(187,158,163)
#CBB4B9
(203,180,185)
#DBCACF
(219,202,207)
#EBE0E5
(235,224,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B0409; }

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

This text font color is #4B0409.

Background Color

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

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

This div background color is #4B0409.

Border color

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

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

This div border color is #4B0409.

Opacity

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

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

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

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

This text has shadow with #4B0409 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B0409.

Preview

Color preview on black background

This text has color #4B0409 on black background.


Color preview on white background

This text has color #4B0409 on white background.


Black color preview on #4B0409 background

This text has black color on #4B0409 background.


White color preview on #4B0409 background

This text has white color on #4B0409 background.


Related colors

Complementary color

Complementary color for #hex is #B4FBF6.


I love getcolorcode.com

Triadic colors

1 #094B04 and #04094B with #4B0409 are triadic colors.

2 #09044B and #044B09 with #4B0409 are triadic colors.