COLOR #4B0212

HEX: #4B0212 RGB: (75,2,18)

Color info

#4B0212 contains mainly red and blue colors. Web safe color of #4B0212 is #330000 (or #300).

RGB color model

#4B0212 color RGB value is (75,2,18).

RGB: (75,2,18) (29%, 1%, 7%)

RGB channels and saturation

R 75 of 255 = 29%
G 2 of 255 = 1%
B 18 of 255 = 7%

75
2
18

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

Portions of RGB colors in percentages

R + G + B = 75 + 2 + 18 = 95 (100%)
R 75 of 95 ~ 78.95%
G 2 of 95 ~ 2.11%
B 18 of 95 ~ 18.95'%

%78.95
%18.95

CMYK color model

#4B0212 color CMYK value is (0,97,76,71).

  • cyan value is 0.00%
  • magenta value is 97.33%
  • yellow value is 76.00%
  • key color value is 70.59%
CMYK: (0,97,76,71) C0M97Y76K71 (0%,97%,76%,71%) (0.00/0.97/0.76/0.71) 

CMYK percentages

%0
%97.33
%76
%70.59

Codes

Color #4B0212 in popluar color models

4B 02 12
RGB 75 2 18
HSL 347° 94.81% 15.10%
HSB/HSV 347° 97.33% 29.41%
CMYK 0.00% 97.33% 76.00%
70.59%

Color #4B0212 in popluar number systems.

HEX 4B 02 12
Decimal 75 2 18
Binary 1001011 10 10010
Octal 113 2 22

Shades and tints

Shades of #4B0212

#4B0212
(75,2,18)
#450211
(69,2,17)
#3F0210
(63,2,16)
#39020F
(57,2,15)
#33020E
(51,2,14)
#2D020D
(45,2,13)
#27020C
(39,2,12)
#21020B
(33,2,11)
#1B020A
(27,2,10)
#150209
(21,2,9)
#0F0208
(15,2,8)
#000000
(0,0,0)

Tints of #4B0212

#4B0212
(75,2,18)
#5B1927
(91,25,39)
#6B303C
(107,48,60)
#7B4751
(123,71,81)
#8B5E66
(139,94,102)
#9B757B
(155,117,123)
#AB8C90
(171,140,144)
#BBA3A5
(187,163,165)
#CBBABA
(203,186,186)
#DBD1CF
(219,209,207)
#EBE8E4
(235,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B0212; }

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

This text font color is #4B0212.

Background Color

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

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

This div background color is #4B0212.

Border color

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

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

This div border color is #4B0212.

Opacity

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

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

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

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

This text has shadow with #4B0212 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B0212.

Preview

Color preview on black background

This text has color #4B0212 on black background.


Color preview on white background

This text has color #4B0212 on white background.


Black color preview on #4B0212 background

This text has black color on #4B0212 background.


White color preview on #4B0212 background

This text has white color on #4B0212 background.


Related colors

Complementary color

Complementary color for #hex is #B4FDED.


I love getcolorcode.com

Triadic colors

1 #124B02 and #02124B with #4B0212 are triadic colors.

2 #12024B and #024B12 with #4B0212 are triadic colors.