COLOR #482C09

HEX: #482C09
RGB: (72,44,9)

Color info

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

RGB color model

#482C09 color RGB value is (72,44,9).

  • red value is 72;
  • green value is 44;
  • blue value is 9.
RGB:
(72,44,9)
(28%,17%,4%)

RGB channels and saturation

R 72 of 255 = 28%
G 44 of 255 = 17%
B 9 of 255 = 4%

72
44
9

R + G + B ~ 16%. #482C09 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 44 + 9 = 125 (100%)
R 72 of 125 ~ 57.6%
G 44 of 125 ~ 35.2%
B 9 of 125 ~ 7.2%

%57.6
%35.2

CMYK color model

#482C09 color CMYK value is (0,39,88,72).

  • cyan value is 0.00%
  • magenta value is 38.89%
  • yellow value is 87.50%
  • key color value is 71.76%
CMYK:
(0,39,88,72)
C0M39Y88K72 
(0%,39%,88%,72%)
(0.00/0.39/0.88/0.72)	

CMYK percentages

%0
%38.89
%87.5
%71.76

Codes

Color #482C09 in popluar color models

482C09
RGB72449
HSL33°77.78%15.88%
HSB/HSV33°87.50%28.24%
CMYK0.00%38.89%87.50%
71.76%

Color #482C09 in popluar number systems.

HEX482C09
Decimal72449
Binary10010001011001001
Octal1105411

Shades and tints

Shades of #482C09

#482C09
(72,44,9)
#422809
(66,40,9)
#3C2409
(60,36,9)
#362009
(54,32,9)
#301C09
(48,28,9)
#2A1809
(42,24,9)
#241409
(36,20,9)
#1E1009
(30,16,9)
#180C09
(24,12,9)
#120809
(18,8,9)
#0C0409
(12,4,9)
#000000
(0,0,0)

Tints of #482C09

#482C09
(72,44,9)
#583F1F
(88,63,31)
#685235
(104,82,53)
#78654B
(120,101,75)
#887861
(136,120,97)
#988B77
(152,139,119)
#A89E8D
(168,158,141)
#B8B1A3
(184,177,163)
#C8C4B9
(200,196,185)
#D8D7CF
(216,215,207)
#E8EAE5
(232,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #482C09 color. Also use rgb(72,44,9) instead hex code.

Text Font Color

.myTextColor { color: #482C09; }

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

This text font color is #482C09.


Background Color

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

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

This div background color is #482C09.


Border color

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

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

This div border color is #482C09.


Opacity

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

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

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

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

This text has shadow with #482C09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482C09 on black background.


Color preview on white background

This text has color #482C09 on white background.



Black color preview on #482C09 background

This text has black color on #482C09 background.


White color preview on #482C09 background

This text has white color on #482C09 background.