COLOR #4B1811

HEX: #4B1811
RGB: (75,24,17)

Color info

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

RGB color model

#4B1811 color RGB value is (75,24,17).

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

RGB channels and saturation

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

75
24
17

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

Portions of RGB colors in percentages

R + G + B =
75 + 24 + 17 = 116 (100%)
R 75 of 116 ~ 64.66%
G 24 of 116 ~ 20.69%
B 17 of 116 ~ 14.66%

%64.66
%20.69
%14.66

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 68.00%
  • yellow value is 77.33%
  • key color value is 70.59%
CMYK:
(0,68,77,71)
C0M68Y77K71 
(0%,68%,77%,71%)
(0.00/0.68/0.77/0.71)	

CMYK percentages

%0
%68
%77.33
%70.59

Codes

Color #4B1811 in popluar color models

4B1811
RGB752417
HSL63.04%18.04%
HSB/HSV77.33%29.41%
CMYK0.00%68.00%77.33%
70.59%

Color #4B1811 in popluar number systems.

HEX4B1811
Decimal752417
Binary10010111100010001
Octal1133021

Shades and tints

Shades of #4B1811

#4B1811
(75,24,17)
#451610
(69,22,16)
#3F140F
(63,20,15)
#39120E
(57,18,14)
#33100D
(51,16,13)
#2D0E0C
(45,14,12)
#270C0B
(39,12,11)
#210A0A
(33,10,10)
#1B0809
(27,8,9)
#150608
(21,6,8)
#0F0407
(15,4,7)
#000000
(0,0,0)

Tints of #4B1811

#4B1811
(75,24,17)
#5B2D26
(91,45,38)
#6B423B
(107,66,59)
#7B5750
(123,87,80)
#8B6C65
(139,108,101)
#9B817A
(155,129,122)
#AB968F
(171,150,143)
#BBABA4
(187,171,164)
#CBC0B9
(203,192,185)
#DBD5CE
(219,213,206)
#EBEAE3
(235,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B1811; }

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

This text font color is #4B1811.


Background Color

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

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

This div background color is #4B1811.


Border color

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

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

This div border color is #4B1811.


Opacity

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

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

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

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

This text has shadow with #4B1811 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B1811 on black background.


Color preview on white background

This text has color #4B1811 on white background.



Black color preview on #4B1811 background

This text has black color on #4B1811 background.


White color preview on #4B1811 background

This text has white color on #4B1811 background.