COLOR #481C0F

HEX: #481C0F
RGB: (72,28,15)

Color info

#481C0F contains red, green and blue colors in about the same proportion. Web safe color of #481C0F is #333300 (or #330).

RGB color model

#481C0F color RGB value is (72,28,15).

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

RGB channels and saturation

R 72 of 255 = 28%
G 28 of 255 = 11%
B 15 of 255 = 6%

72
28
15

R + G + B ~ 15%. #481C0F is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 28 + 15 = 115 (100%)
R 72 of 115 ~ 62.61%
G 28 of 115 ~ 24.35%
B 15 of 115 ~ 13.04%

%62.61
%24.35
%13.04

CMYK color model

#481C0F color CMYK value is (0,61,79,72).

  • cyan value is 0.00%
  • magenta value is 61.11%
  • yellow value is 79.17%
  • key color value is 71.76%
CMYK:
(0,61,79,72)
C0M61Y79K72 
(0%,61%,79%,72%)
(0.00/0.61/0.79/0.72)	

CMYK percentages

%0
%61.11
%79.17
%71.76

Codes

Color #481C0F in popluar color models

481C0F
RGB722815
HSL14°65.52%17.06%
HSB/HSV14°79.17%28.24%
CMYK0.00%61.11%79.17%
71.76%

Color #481C0F in popluar number systems.

HEX481C0F
Decimal722815
Binary1001000111001111
Octal1103417

Shades and tints

Shades of #481C0F

#481C0F
(72,28,15)
#421A0E
(66,26,14)
#3C180D
(60,24,13)
#36160C
(54,22,12)
#30140B
(48,20,11)
#2A120A
(42,18,10)
#241009
(36,16,9)
#1E0E08
(30,14,8)
#180C07
(24,12,7)
#120A06
(18,10,6)
#0C0805
(12,8,5)
#000000
(0,0,0)

Tints of #481C0F

#481C0F
(72,28,15)
#583024
(88,48,36)
#684439
(104,68,57)
#78584E
(120,88,78)
#886C63
(136,108,99)
#988078
(152,128,120)
#A8948D
(168,148,141)
#B8A8A2
(184,168,162)
#C8BCB7
(200,188,183)
#D8D0CC
(216,208,204)
#E8E4E1
(232,228,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #481C0F; }

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

This text font color is #481C0F.


Background Color

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

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

This div background color is #481C0F.


Border color

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

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

This div border color is #481C0F.


Opacity

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

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

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

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

This text has shadow with #481C0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #481C0F on black background.


Color preview on white background

This text has color #481C0F on white background.



Black color preview on #481C0F background

This text has black color on #481C0F background.


White color preview on #481C0F background

This text has white color on #481C0F background.