COLOR #482A0A

HEX: #482A0A RGB: (72,42,10)

Color info

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

RGB color model

#482A0A color RGB value is (72,42,10).

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

RGB channels and saturation

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

72
42
10

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

Portions of RGB colors in percentages

R + G + B = 72 + 42 + 10 = 124 (100%)
R 72 of 124 ~ 58.06%
G 42 of 124 ~ 33.87%
B 10 of 124 ~ 8.06'%

%58.06
%33.87

CMYK color model

#482A0A color CMYK value is (0,42,86,72).

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

CMYK: (0,42,86,72)
C0M42Y86K72 (0%, 42%, 86%, 72%)
(0.00 / 0.42 / 0.86 / 0.72)

CMYK percentages

%0
%41.67
%86.11
%71.76

Codes

Color #482A0A in popluar color models

48 2A 0A
RGB 72 42 10
HSL 31° 75.61% 16.08%
HSB/HSV 31° 86.11% 28.24%
CMYK 0.00% 41.67% 86.11%
71.76%

Color #482A0A in popluar number systems.

HEX 48 2A 0A
Decimal 72 42 10
Binary 1001000 101010 1010
Octal 110 52 12

Shades and tints

Shades of #482A0A

#482A0A
(72,42,10)
#42270A
(66,39,10)
#3C240A
(60,36,10)
#36210A
(54,33,10)
#301E0A
(48,30,10)
#2A1B0A
(42,27,10)
#24180A
(36,24,10)
#1E150A
(30,21,10)
#18120A
(24,18,10)
#120F0A
(18,15,10)
#0C0C0A
(12,12,10)
#000000
(0,0,0)

Tints of #482A0A

#482A0A
(72,42,10)
#583D20
(88,61,32)
#685036
(104,80,54)
#78634C
(120,99,76)
#887662
(136,118,98)
#988978
(152,137,120)
#A89C8E
(168,156,142)
#B8AFA4
(184,175,164)
#C8C2BA
(200,194,186)
#D8D5D0
(216,213,208)
#E8E8E6
(232,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #482A0A; }

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

This text font color is #482A0A.

Background Color

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

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

This div background color is #482A0A.

Border color

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

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

This div border color is #482A0A.

Opacity

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

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

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

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

This text has shadow with #482A0A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #482A0A.

Preview

Color preview on black background

This text has color #482A0A on black background.


Color preview on white background

This text has color #482A0A on white background.


Black color preview on #482A0A background

This text has black color on #482A0A background.


White color preview on #482A0A background

This text has white color on #482A0A background.


Related colors

Complementary color

Complementary color for #hex is #B7D5F5.


I love getcolorcode.com

Triadic colors

1 #0A482A and #2A0A48 with #482A0A are triadic colors.

2 #0A2A48 and #2A480A with #482A0A are triadic colors.