COLOR #482D02

HEX: #482D02
RGB: (72,45,2)

Color info

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

RGB color model

#482D02 color RGB value is (72,45,2).

  • red value is 72;
  • green value is 45;
  • blue value is 2.
RGB:
(72,45,2)
(28%,18%,1%)

RGB channels and saturation

R 72 of 255 = 28%
G 45 of 255 = 18%
B 2 of 255 = 1%

72
45
2

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

Portions of RGB colors in percentages

R + G + B =
72 + 45 + 2 = 119 (100%)
R 72 of 119 ~ 60.5%
G 45 of 119 ~ 37.82%
B 2 of 119 ~ 1.68%

%60.5
%37.82

CMYK color model

#482D02 color CMYK value is (0,38,97,72).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 97.22%
  • key color value is 71.76%
CMYK:
(0,38,97,72)
C0M38Y97K72 
(0%,38%,97%,72%)
(0.00/0.38/0.97/0.72)	

CMYK percentages

%0
%37.5
%97.22
%71.76

Codes

Color #482D02 in popluar color models

482D02
RGB72452
HSL37°94.59%14.51%
HSB/HSV37°97.22%28.24%
CMYK0.00%37.50%97.22%
71.76%

Color #482D02 in popluar number systems.

HEX482D02
Decimal72452
Binary100100010110110
Octal110552

Shades and tints

Shades of #482D02

#482D02
(72,45,2)
#422902
(66,41,2)
#3C2502
(60,37,2)
#362102
(54,33,2)
#301D02
(48,29,2)
#2A1902
(42,25,2)
#241502
(36,21,2)
#1E1102
(30,17,2)
#180D02
(24,13,2)
#120902
(18,9,2)
#0C0502
(12,5,2)
#000000
(0,0,0)

Tints of #482D02

#482D02
(72,45,2)
#584019
(88,64,25)
#685330
(104,83,48)
#786647
(120,102,71)
#88795E
(136,121,94)
#988C75
(152,140,117)
#A89F8C
(168,159,140)
#B8B2A3
(184,178,163)
#C8C5BA
(200,197,186)
#D8D8D1
(216,216,209)
#E8EBE8
(232,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #482D02 color. Also use rgb(72,45,2) instead hex code.

Text Font Color

.myTextColor { color: #482D02; }

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

This text font color is #482D02.


Background Color

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

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

This div background color is #482D02.


Border color

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

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

This div border color is #482D02.


Opacity

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

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

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

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

This text has shadow with #482D02 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482D02 on black background.


Color preview on white background

This text has color #482D02 on white background.



Black color preview on #482D02 background

This text has black color on #482D02 background.


White color preview on #482D02 background

This text has white color on #482D02 background.