COLOR #482A05

HEX: #482A05
RGB: (72,42,5)

Color info

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

RGB color model

#482A05 color RGB value is (72,42,5).

  • red value is 72;
  • green value is 42;
  • blue value is 5.
RGB:
(72,42,5)
(28%,16%,2%)

RGB channels and saturation

R 72 of 255 = 28%
G 42 of 255 = 16%
B 5 of 255 = 2%

72
42
5

R + G + B ~ 15%. #482A05 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 42 + 5 = 119 (100%)
R 72 of 119 ~ 60.5%
G 42 of 119 ~ 35.29%
B 5 of 119 ~ 4.2%

%60.5
%35.29

CMYK color model

#482A05 color CMYK value is (0,42,93,72).

  • cyan value is 0.00%
  • magenta value is 41.67%
  • yellow value is 93.06%
  • key color value is 71.76%
CMYK:
(0,42,93,72)
C0M42Y93K72 
(0%,42%,93%,72%)
(0.00/0.42/0.93/0.72)	

CMYK percentages

%0
%41.67
%93.06
%71.76

Codes

Color #482A05 in popluar color models

482A05
RGB72425
HSL33°87.01%15.10%
HSB/HSV33°93.06%28.24%
CMYK0.00%41.67%93.06%
71.76%

Color #482A05 in popluar number systems.

HEX482A05
Decimal72425
Binary1001000101010101
Octal110525

Shades and tints

Shades of #482A05

#482A05
(72,42,5)
#422705
(66,39,5)
#3C2405
(60,36,5)
#362105
(54,33,5)
#301E05
(48,30,5)
#2A1B05
(42,27,5)
#241805
(36,24,5)
#1E1505
(30,21,5)
#181205
(24,18,5)
#120F05
(18,15,5)
#0C0C05
(12,12,5)
#000000
(0,0,0)

Tints of #482A05

#482A05
(72,42,5)
#583D1B
(88,61,27)
#685031
(104,80,49)
#786347
(120,99,71)
#88765D
(136,118,93)
#988973
(152,137,115)
#A89C89
(168,156,137)
#B8AF9F
(184,175,159)
#C8C2B5
(200,194,181)
#D8D5CB
(216,213,203)
#E8E8E1
(232,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #482A05; }

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

This text font color is #482A05.


Background Color

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

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

This div background color is #482A05.


Border color

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

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

This div border color is #482A05.


Opacity

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

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

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

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

This text has shadow with #482A05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482A05 on black background.


Color preview on white background

This text has color #482A05 on white background.



Black color preview on #482A05 background

This text has black color on #482A05 background.


White color preview on #482A05 background

This text has white color on #482A05 background.