COLOR #4B0909

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

75
9
9

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

Portions of RGB colors in percentages

R + G + B = 75 + 9 + 9 = 93 (100%)
R 75 of 93 ~ 80.65%
G 9 of 93 ~ 9.68%
B 9 of 93 ~ 9.68'%

%80.65
%9.68
%9.68

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 88.00%
  • yellow value is 88.00%
  • key color value is 70.59%
CMYK: (0,88,88,71) C0M88Y88K71 (0%,88%,88%,71%) (0.00/0.88/0.88/0.71) 

CMYK percentages

%0
%88
%88
%70.59

Codes

Color #4B0909 in popluar color models

4B 09 09
RGB 75 9 9
HSL 78.57% 16.47%
HSB/HSV 88.00% 29.41%
CMYK 0.00% 88.00% 88.00%
70.59%

Color #4B0909 in popluar number systems.

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

Shades and tints

Shades of #4B0909

#4B0909
(75,9,9)
#450909
(69,9,9)
#3F0909
(63,9,9)
#390909
(57,9,9)
#330909
(51,9,9)
#2D0909
(45,9,9)
#270909
(39,9,9)
#210909
(33,9,9)
#1B0909
(27,9,9)
#150909
(21,9,9)
#0F0909
(15,9,9)
#000000
(0,0,0)

Tints of #4B0909

#4B0909
(75,9,9)
#5B1F1F
(91,31,31)
#6B3535
(107,53,53)
#7B4B4B
(123,75,75)
#8B6161
(139,97,97)
#9B7777
(155,119,119)
#AB8D8D
(171,141,141)
#BBA3A3
(187,163,163)
#CBB9B9
(203,185,185)
#DBCFCF
(219,207,207)
#EBE5E5
(235,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B0909; }

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

This text font color is #4B0909.

Background Color

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

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

This div background color is #4B0909.

Border color

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

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

This div border color is #4B0909.

Opacity

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

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

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

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

This text has shadow with #4B0909 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B0909.

Preview

Color preview on black background

This text has color #4B0909 on black background.


Color preview on white background

This text has color #4B0909 on white background.


Black color preview on #4B0909 background

This text has black color on #4B0909 background.


White color preview on #4B0909 background

This text has white color on #4B0909 background.


Related colors

Complementary color

Complementary color for #hex is #B4F6F6.


I love getcolorcode.com