COLOR #481D17

HEX: #481D17
RGB: (72,29,23)

Color info

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

RGB color model

#481D17 color RGB value is (72,29,23).

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

RGB channels and saturation

R 72 of 255 = 28%
G 29 of 255 = 11%
B 23 of 255 = 9%

72
29
23

R + G + B ~ 16%. #481D17 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 29 + 23 = 124 (100%)
R 72 of 124 ~ 58.06%
G 29 of 124 ~ 23.39%
B 23 of 124 ~ 18.55%

%58.06
%23.39
%18.55

CMYK color model

#481D17 color CMYK value is (0,60,68,72).

  • cyan value is 0.00%
  • magenta value is 59.72%
  • yellow value is 68.06%
  • key color value is 71.76%
CMYK:
(0,60,68,72)
C0M60Y68K72 
(0%,60%,68%,72%)
(0.00/0.60/0.68/0.72)	

CMYK percentages

%0
%59.72
%68.06
%71.76

Codes

Color #481D17 in popluar color models

481D17
RGB722923
HSL51.58%18.63%
HSB/HSV68.06%28.24%
CMYK0.00%59.72%68.06%
71.76%

Color #481D17 in popluar number systems.

HEX481D17
Decimal722923
Binary10010001110110111
Octal1103527

Shades and tints

Shades of #481D17

#481D17
(72,29,23)
#421B15
(66,27,21)
#3C1913
(60,25,19)
#361711
(54,23,17)
#30150F
(48,21,15)
#2A130D
(42,19,13)
#24110B
(36,17,11)
#1E0F09
(30,15,9)
#180D07
(24,13,7)
#120B05
(18,11,5)
#0C0903
(12,9,3)
#000000
(0,0,0)

Tints of #481D17

#481D17
(72,29,23)
#58312C
(88,49,44)
#684541
(104,69,65)
#785956
(120,89,86)
#886D6B
(136,109,107)
#988180
(152,129,128)
#A89595
(168,149,149)
#B8A9AA
(184,169,170)
#C8BDBF
(200,189,191)
#D8D1D4
(216,209,212)
#E8E5E9
(232,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #481D17; }

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

This text font color is #481D17.


Background Color

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

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

This div background color is #481D17.


Border color

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

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

This div border color is #481D17.


Opacity

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

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

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

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

This text has shadow with #481D17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #481D17 on black background.


Color preview on white background

This text has color #481D17 on white background.



Black color preview on #481D17 background

This text has black color on #481D17 background.


White color preview on #481D17 background

This text has white color on #481D17 background.