COLOR #482A03

HEX: #482A03
RGB: (72,42,3)

Color info

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

RGB color model

#482A03 color RGB value is (72,42,3).

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

RGB channels and saturation

R 72 of 255 = 28%
G 42 of 255 = 16%
B 3 of 255 = 1%

72
42
3

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

Portions of RGB colors in percentages

R + G + B =
72 + 42 + 3 = 117 (100%)
R 72 of 117 ~ 61.54%
G 42 of 117 ~ 35.9%
B 3 of 117 ~ 2.56%

%61.54
%35.9

CMYK color model

#482A03 color CMYK value is (0,42,96,72).

  • cyan value is 0.00%
  • magenta value is 41.67%
  • yellow value is 95.83%
  • key color value is 71.76%
CMYK:
(0,42,96,72)
C0M42Y96K72 
(0%,42%,96%,72%)
(0.00/0.42/0.96/0.72)	

CMYK percentages

%0
%41.67
%95.83
%71.76

Codes

Color #482A03 in popluar color models

482A03
RGB72423
HSL34°92.00%14.71%
HSB/HSV34°95.83%28.24%
CMYK0.00%41.67%95.83%
71.76%

Color #482A03 in popluar number systems.

HEX482A03
Decimal72423
Binary100100010101011
Octal110523

Shades and tints

Shades of #482A03

#482A03
(72,42,3)
#422703
(66,39,3)
#3C2403
(60,36,3)
#362103
(54,33,3)
#301E03
(48,30,3)
#2A1B03
(42,27,3)
#241803
(36,24,3)
#1E1503
(30,21,3)
#181203
(24,18,3)
#120F03
(18,15,3)
#0C0C03
(12,12,3)
#000000
(0,0,0)

Tints of #482A03

#482A03
(72,42,3)
#583D19
(88,61,25)
#68502F
(104,80,47)
#786345
(120,99,69)
#88765B
(136,118,91)
#988971
(152,137,113)
#A89C87
(168,156,135)
#B8AF9D
(184,175,157)
#C8C2B3
(200,194,179)
#D8D5C9
(216,213,201)
#E8E8DF
(232,232,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #482A03; }

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

This text font color is #482A03.


Background Color

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

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

This div background color is #482A03.


Border color

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

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

This div border color is #482A03.


Opacity

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

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

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

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

This text has shadow with #482A03 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482A03 on black background.


Color preview on white background

This text has color #482A03 on white background.



Black color preview on #482A03 background

This text has black color on #482A03 background.


White color preview on #482A03 background

This text has white color on #482A03 background.