COLOR #4B1116

HEX: #4B1116
RGB: (75,17,22)

Color info

#4B1116 contains red, green and blue colors in about the same proportion. Web safe color of #4B1116 is #330000 (or #300).

RGB color model

#4B1116 color RGB value is (75,17,22).

  • red value is 75;
  • green value is 17;
  • blue value is 22.
RGB:
(75,17,22)
(29%,7%,9%)

RGB channels and saturation

R 75 of 255 = 29%
G 17 of 255 = 7%
B 22 of 255 = 9%

75
17
22

R + G + B ~ 15%. #4B1116 is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 17 + 22 = 114 (100%)
R 75 of 114 ~ 65.79%
G 17 of 114 ~ 14.91%
B 22 of 114 ~ 19.3%

%65.79
%14.91
%19.3

CMYK color model

#4B1116 color CMYK value is (0,77,71,71).

  • cyan value is 0.00%
  • magenta value is 77.33%
  • yellow value is 70.67%
  • key color value is 70.59%
CMYK:
(0,77,71,71)
C0M77Y71K71 
(0%,77%,71%,71%)
(0.00/0.77/0.71/0.71)	

CMYK percentages

%0
%77.33
%70.67
%70.59

Codes

Color #4B1116 in popluar color models

4B1116
RGB751722
HSL355°63.04%18.04%
HSB/HSV355°77.33%29.41%
CMYK0.00%77.33%70.67%
70.59%

Color #4B1116 in popluar number systems.

HEX4B1116
Decimal751722
Binary10010111000110110
Octal1132126

Shades and tints

Shades of #4B1116

#4B1116
(75,17,22)
#451014
(69,16,20)
#3F0F12
(63,15,18)
#390E10
(57,14,16)
#330D0E
(51,13,14)
#2D0C0C
(45,12,12)
#270B0A
(39,11,10)
#210A08
(33,10,8)
#1B0906
(27,9,6)
#150804
(21,8,4)
#0F0702
(15,7,2)
#000000
(0,0,0)

Tints of #4B1116

#4B1116
(75,17,22)
#5B262B
(91,38,43)
#6B3B40
(107,59,64)
#7B5055
(123,80,85)
#8B656A
(139,101,106)
#9B7A7F
(155,122,127)
#AB8F94
(171,143,148)
#BBA4A9
(187,164,169)
#CBB9BE
(203,185,190)
#DBCED3
(219,206,211)
#EBE3E8
(235,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B1116; }

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

This text font color is #4B1116.


Background Color

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

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

This div background color is #4B1116.


Border color

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

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

This div border color is #4B1116.


Opacity

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

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

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

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

This text has shadow with #4B1116 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B1116 on black background.


Color preview on white background

This text has color #4B1116 on white background.



Black color preview on #4B1116 background

This text has black color on #4B1116 background.


White color preview on #4B1116 background

This text has white color on #4B1116 background.