COLOR #4B121C

HEX: #4B121C RGB: (75,18,28)

Color info

#4B121C contains red, green and blue colors in about the same proportion. Web safe color of #4B121C is #330033 (or #303).

RGB color model

#4B121C color RGB value is (75,18,28).

RGB: (75,18,28) (29%, 7%, 11%)

RGB channels and saturation

R 75 of 255 = 29%
G 18 of 255 = 7%
B 28 of 255 = 11%

75
18
28

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

Portions of RGB colors in percentages

R + G + B = 75 + 18 + 28 = 121 (100%)
R 75 of 121 ~ 61.98%
G 18 of 121 ~ 14.88%
B 28 of 121 ~ 23.14'%

%61.98
%14.88
%23.14

CMYK color model

#4B121C color CMYK value is (0,76,63,71).

  • cyan value is 0.00%
  • magenta value is 76.00%
  • yellow value is 62.67%
  • key color value is 70.59%

CMYK: (0,76,63,71)
C0M76Y63K71 (0%, 76%, 63%, 71%)
(0.00 / 0.76 / 0.63 / 0.71)

CMYK percentages

%0
%76
%62.67
%70.59

Codes

Color #4B121C in popluar color models

4B 12 1C
RGB 75 18 28
HSL 349° 61.29% 18.24%
HSB/HSV 349° 76.00% 29.41%
CMYK 0.00% 76.00% 62.67%
70.59%

Color #4B121C in popluar number systems.

HEX 4B 12 1C
Decimal 75 18 28
Binary 1001011 10010 11100
Octal 113 22 34

Shades and tints

Shades of #4B121C

#4B121C
(75,18,28)
#45111A
(69,17,26)
#3F1018
(63,16,24)
#390F16
(57,15,22)
#330E14
(51,14,20)
#2D0D12
(45,13,18)
#270C10
(39,12,16)
#210B0E
(33,11,14)
#1B0A0C
(27,10,12)
#15090A
(21,9,10)
#0F0808
(15,8,8)
#000000
(0,0,0)

Tints of #4B121C

#4B121C
(75,18,28)
#5B2730
(91,39,48)
#6B3C44
(107,60,68)
#7B5158
(123,81,88)
#8B666C
(139,102,108)
#9B7B80
(155,123,128)
#AB9094
(171,144,148)
#BBA5A8
(187,165,168)
#CBBABC
(203,186,188)
#DBCFD0
(219,207,208)
#EBE4E4
(235,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B121C; }

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

This text font color is #4B121C.

Background Color

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

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

This div background color is #4B121C.

Border color

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

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

This div border color is #4B121C.

Opacity

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

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

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

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

This text has shadow with #4B121C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B121C.

Preview

Color preview on black background

This text has color #4B121C on black background.


Color preview on white background

This text has color #4B121C on white background.


Black color preview on #4B121C background

This text has black color on #4B121C background.


White color preview on #4B121C background

This text has white color on #4B121C background.


Related colors

Complementary color

Complementary color for #hex is #B4EDE3.


I love getcolorcode.com

Triadic colors

1 #1C4B12 and #121C4B with #4B121C are triadic colors.

2 #1C124B and #124B1C with #4B121C are triadic colors.