COLOR #481B08

HEX: #481B08
RGB: (72,27,8)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

72
27
8

R + G + B ~ 14%. #481B08 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 27 + 8 = 107 (100%)
R 72 of 107 ~ 67.29%
G 27 of 107 ~ 25.23%
B 8 of 107 ~ 7.48%

%67.29
%25.23

CMYK color model

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

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

CMYK percentages

%0
%62.5
%88.89
%71.76

Codes

Color #481B08 in popluar color models

481B08
RGB72278
HSL18°80.00%15.69%
HSB/HSV18°88.89%28.24%
CMYK0.00%62.50%88.89%
71.76%

Color #481B08 in popluar number systems.

HEX481B08
Decimal72278
Binary1001000110111000
Octal1103310

Shades and tints

Shades of #481B08

#481B08
(72,27,8)
#421908
(66,25,8)
#3C1708
(60,23,8)
#361508
(54,21,8)
#301308
(48,19,8)
#2A1108
(42,17,8)
#240F08
(36,15,8)
#1E0D08
(30,13,8)
#180B08
(24,11,8)
#120908
(18,9,8)
#0C0708
(12,7,8)
#000000
(0,0,0)

Tints of #481B08

#481B08
(72,27,8)
#582F1E
(88,47,30)
#684334
(104,67,52)
#78574A
(120,87,74)
#886B60
(136,107,96)
#987F76
(152,127,118)
#A8938C
(168,147,140)
#B8A7A2
(184,167,162)
#C8BBB8
(200,187,184)
#D8CFCE
(216,207,206)
#E8E3E4
(232,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #481B08; }

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

This text font color is #481B08.


Background Color

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

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

This div background color is #481B08.


Border color

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

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

This div border color is #481B08.


Opacity

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

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

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

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

This text has shadow with #481B08 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #481B08 on black background.


Color preview on white background

This text has color #481B08 on white background.



Black color preview on #481B08 background

This text has black color on #481B08 background.


White color preview on #481B08 background

This text has white color on #481B08 background.