COLOR #482D17

HEX: #482D17
RGB: (72,45,23)

Color info

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

RGB color model

#482D17 color RGB value is (72,45,23).

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

RGB channels and saturation

R 72 of 255 = 28%
G 45 of 255 = 18%
B 23 of 255 = 9%

72
45
23

R + G + B ~ 18%. #482D17 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 45 + 23 = 140 (100%)
R 72 of 140 ~ 51.43%
G 45 of 140 ~ 32.14%
B 23 of 140 ~ 16.43%

%51.43
%32.14
%16.43

CMYK color model

#482D17 color CMYK value is (0,38,68,72).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 68.06%
  • key color value is 71.76%
CMYK:
(0,38,68,72)
C0M38Y68K72 
(0%,38%,68%,72%)
(0.00/0.38/0.68/0.72)	

CMYK percentages

%0
%37.5
%68.06
%71.76

Codes

Color #482D17 in popluar color models

482D17
RGB724523
HSL27°51.58%18.63%
HSB/HSV27°68.06%28.24%
CMYK0.00%37.50%68.06%
71.76%

Color #482D17 in popluar number systems.

HEX482D17
Decimal724523
Binary100100010110110111
Octal1105527

Shades and tints

Shades of #482D17

#482D17
(72,45,23)
#422915
(66,41,21)
#3C2513
(60,37,19)
#362111
(54,33,17)
#301D0F
(48,29,15)
#2A190D
(42,25,13)
#24150B
(36,21,11)
#1E1109
(30,17,9)
#180D07
(24,13,7)
#120905
(18,9,5)
#0C0503
(12,5,3)
#000000
(0,0,0)

Tints of #482D17

#482D17
(72,45,23)
#58402C
(88,64,44)
#685341
(104,83,65)
#786656
(120,102,86)
#88796B
(136,121,107)
#988C80
(152,140,128)
#A89F95
(168,159,149)
#B8B2AA
(184,178,170)
#C8C5BF
(200,197,191)
#D8D8D4
(216,216,212)
#E8EBE9
(232,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #482D17; }

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

This text font color is #482D17.


Background Color

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

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

This div background color is #482D17.


Border color

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

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

This div border color is #482D17.


Opacity

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

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

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

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

This text has shadow with #482D17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482D17 on black background.


Color preview on white background

This text has color #482D17 on white background.



Black color preview on #482D17 background

This text has black color on #482D17 background.


White color preview on #482D17 background

This text has white color on #482D17 background.