COLOR #481B1B

HEX: #481B1B
RGB: (72,27,27)

Color info

#481B1B contains red, green and blue colors in about the same proportion. Web safe color of #481B1B is #333333 (or #333).

RGB color model

#481B1B color RGB value is (72,27,27).

  • red value is 72;
  • green value is 27;
  • blue value is 27.
RGB:
(72,27,27)
(28%,11%,11%)

RGB channels and saturation

R 72 of 255 = 28%
G 27 of 255 = 11%
B 27 of 255 = 11%

72
27
27

R + G + B ~ 17%. #481B1B is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 27 + 27 = 126 (100%)
R 72 of 126 ~ 57.14%
G 27 of 126 ~ 21.43%
B 27 of 126 ~ 21.43%

%57.14
%21.43
%21.43

CMYK color model

#481B1B color CMYK value is (0,63,63,72).

  • cyan value is 0.00%
  • magenta value is 62.50%
  • yellow value is 62.50%
  • key color value is 71.76%
CMYK:
(0,63,63,72)
C0M63Y63K72 
(0%,63%,63%,72%)
(0.00/0.63/0.63/0.72)	

CMYK percentages

%0
%62.5
%62.5
%71.76

Codes

Color #481B1B in popluar color models

481B1B
RGB722727
HSL45.45%19.41%
HSB/HSV62.50%28.24%
CMYK0.00%62.50%62.50%
71.76%

Color #481B1B in popluar number systems.

HEX481B1B
Decimal722727
Binary10010001101111011
Octal1103333

Shades and tints

Shades of #481B1B

#481B1B
(72,27,27)
#421919
(66,25,25)
#3C1717
(60,23,23)
#361515
(54,21,21)
#301313
(48,19,19)
#2A1111
(42,17,17)
#240F0F
(36,15,15)
#1E0D0D
(30,13,13)
#180B0B
(24,11,11)
#120909
(18,9,9)
#0C0707
(12,7,7)
#000000
(0,0,0)

Tints of #481B1B

#481B1B
(72,27,27)
#582F2F
(88,47,47)
#684343
(104,67,67)
#785757
(120,87,87)
#886B6B
(136,107,107)
#987F7F
(152,127,127)
#A89393
(168,147,147)
#B8A7A7
(184,167,167)
#C8BBBB
(200,187,187)
#D8CFCF
(216,207,207)
#E8E3E3
(232,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #481B1B color. Also use rgb(72,27,27) instead hex code.

Text Font Color

.myTextColor { color: #481B1B; }

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

This text font color is #481B1B.


Background Color

.myBgColor { background-color: #481B1B; }

<div style="background-color:#481B1B">Inner text</div>

This div background color is #481B1B.


Border color

.myBorderColor { border: 1px solid #481B1B; }

<div style="border:3px solid #481B1B">Div</div>

This div border color is #481B1B.


Opacity

.myOpacity80 { color: #481B1B; opacity: 0.8; }

<p style="color:#481B1B;opacity:0.8;">80%</p>

Text with #481B1B 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 #481B1B;}

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

This text has shadow with #481B1B color.

.textShadow {text-shadow: 3px 3px 1px #481B1B, 3px 3px 1px red;}

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

This text has shadow with #481B1B primary color and red secondary color.


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

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

This text has shadow with #481B1B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #481B1B on black background.


Color preview on white background

This text has color #481B1B on white background.



Black color preview on #481B1B background

This text has black color on #481B1B background.


White color preview on #481B1B background

This text has white color on #481B1B background.