COLOR #482A09

HEX: #482A09 RGB: (72,42,9)

Color info

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

RGB color model

#482A09 color RGB value is (72,42,9).

RGB: (72,42,9) (28%, 16%, 4%)

RGB channels and saturation

R 72 of 255 = 28%
G 42 of 255 = 16%
B 9 of 255 = 4%

72
42
9

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

Portions of RGB colors in percentages

R + G + B = 72 + 42 + 9 = 123 (100%)
R 72 of 123 ~ 58.54%
G 42 of 123 ~ 34.15%
B 9 of 123 ~ 7.32'%

%58.54
%34.15

CMYK color model

#482A09 color CMYK value is (0,42,88,72).

  • cyan value is 0.00%
  • magenta value is 41.67%
  • yellow value is 87.50%
  • key color value is 71.76%

CMYK: (0,42,88,72)
C0M42Y88K72 (0%, 42%, 88%, 72%)
(0.00 / 0.42 / 0.88 / 0.72)

CMYK percentages

%0
%41.67
%87.5
%71.76

Codes

Color #482A09 in popluar color models

48 2A 09
RGB 72 42 9
HSL 31° 77.78% 15.88%
HSB/HSV 31° 87.50% 28.24%
CMYK 0.00% 41.67% 87.50%
71.76%

Color #482A09 in popluar number systems.

HEX 48 2A 09
Decimal 72 42 9
Binary 1001000 101010 1001
Octal 110 52 11

Shades and tints

Shades of #482A09

#482A09
(72,42,9)
#422709
(66,39,9)
#3C2409
(60,36,9)
#362109
(54,33,9)
#301E09
(48,30,9)
#2A1B09
(42,27,9)
#241809
(36,24,9)
#1E1509
(30,21,9)
#181209
(24,18,9)
#120F09
(18,15,9)
#0C0C09
(12,12,9)
#000000
(0,0,0)

Tints of #482A09

#482A09
(72,42,9)
#583D1F
(88,61,31)
#685035
(104,80,53)
#78634B
(120,99,75)
#887661
(136,118,97)
#988977
(152,137,119)
#A89C8D
(168,156,141)
#B8AFA3
(184,175,163)
#C8C2B9
(200,194,185)
#D8D5CF
(216,213,207)
#E8E8E5
(232,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #482A09; }

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

This text font color is #482A09.

Background Color

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

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

This div background color is #482A09.

Border color

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

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

This div border color is #482A09.

Opacity

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

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

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

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

This text has shadow with #482A09 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #482A09.

Preview

Color preview on black background

This text has color #482A09 on black background.


Color preview on white background

This text has color #482A09 on white background.


Black color preview on #482A09 background

This text has black color on #482A09 background.


White color preview on #482A09 background

This text has white color on #482A09 background.


Related colors

Complementary color

Complementary color for #hex is #B7D5F6.


I love getcolorcode.com

Triadic colors

1 #09482A and #2A0948 with #482A09 are triadic colors.

2 #092A48 and #2A4809 with #482A09 are triadic colors.