COLOR #4B1D08

HEX: #4B1D08
RGB: (75,29,8)

Color info

#4B1D08 contains mainly red and green colors. Web safe color of #4B1D08 is #333300 (or #330).

RGB color model

#4B1D08 color RGB value is (75,29,8).

  • red value is 75;
  • green value is 29;
  • blue value is 8.
RGB:
(75,29,8)
(29%,11%,3%)

RGB channels and saturation

R 75 of 255 = 29%
G 29 of 255 = 11%
B 8 of 255 = 3%

75
29
8

R + G + B ~ 14%. #4B1D08 is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 29 + 8 = 112 (100%)
R 75 of 112 ~ 66.96%
G 29 of 112 ~ 25.89%
B 8 of 112 ~ 7.14%

%66.96
%25.89

CMYK color model

#4B1D08 color CMYK value is (0,61,89,71).

  • cyan value is 0.00%
  • magenta value is 61.33%
  • yellow value is 89.33%
  • key color value is 70.59%
CMYK:
(0,61,89,71)
C0M61Y89K71 
(0%,61%,89%,71%)
(0.00/0.61/0.89/0.71)	

CMYK percentages

%0
%61.33
%89.33
%70.59

Codes

Color #4B1D08 in popluar color models

4B1D08
RGB75298
HSL19°80.72%16.27%
HSB/HSV19°89.33%29.41%
CMYK0.00%61.33%89.33%
70.59%

Color #4B1D08 in popluar number systems.

HEX4B1D08
Decimal75298
Binary1001011111011000
Octal1133510

Shades and tints

Shades of #4B1D08

#4B1D08
(75,29,8)
#451B08
(69,27,8)
#3F1908
(63,25,8)
#391708
(57,23,8)
#331508
(51,21,8)
#2D1308
(45,19,8)
#271108
(39,17,8)
#210F08
(33,15,8)
#1B0D08
(27,13,8)
#150B08
(21,11,8)
#0F0908
(15,9,8)
#000000
(0,0,0)

Tints of #4B1D08

#4B1D08
(75,29,8)
#5B311E
(91,49,30)
#6B4534
(107,69,52)
#7B594A
(123,89,74)
#8B6D60
(139,109,96)
#9B8176
(155,129,118)
#AB958C
(171,149,140)
#BBA9A2
(187,169,162)
#CBBDB8
(203,189,184)
#DBD1CE
(219,209,206)
#EBE5E4
(235,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B1D08; }

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

This text font color is #4B1D08.


Background Color

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

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

This div background color is #4B1D08.


Border color

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

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

This div border color is #4B1D08.


Opacity

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

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

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

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

This text has shadow with #4B1D08 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B1D08 on black background.


Color preview on white background

This text has color #4B1D08 on white background.



Black color preview on #4B1D08 background

This text has black color on #4B1D08 background.


White color preview on #4B1D08 background

This text has white color on #4B1D08 background.