COLOR #482F05

HEX: #482F05
RGB: (72,47,5)

Color info

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

RGB color model

#482F05 color RGB value is (72,47,5).

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

RGB channels and saturation

R 72 of 255 = 28%
G 47 of 255 = 18%
B 5 of 255 = 2%

72
47
5

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

Portions of RGB colors in percentages

R + G + B =
72 + 47 + 5 = 124 (100%)
R 72 of 124 ~ 58.06%
G 47 of 124 ~ 37.9%
B 5 of 124 ~ 4.03%

%58.06
%37.9

CMYK color model

#482F05 color CMYK value is (0,35,93,72).

  • cyan value is 0.00%
  • magenta value is 34.72%
  • yellow value is 93.06%
  • key color value is 71.76%
CMYK:
(0,35,93,72)
C0M35Y93K72 
(0%,35%,93%,72%)
(0.00/0.35/0.93/0.72)	

CMYK percentages

%0
%34.72
%93.06
%71.76

Codes

Color #482F05 in popluar color models

482F05
RGB72475
HSL38°87.01%15.10%
HSB/HSV38°93.06%28.24%
CMYK0.00%34.72%93.06%
71.76%

Color #482F05 in popluar number systems.

HEX482F05
Decimal72475
Binary1001000101111101
Octal110575

Shades and tints

Shades of #482F05

#482F05
(72,47,5)
#422B05
(66,43,5)
#3C2705
(60,39,5)
#362305
(54,35,5)
#301F05
(48,31,5)
#2A1B05
(42,27,5)
#241705
(36,23,5)
#1E1305
(30,19,5)
#180F05
(24,15,5)
#120B05
(18,11,5)
#0C0705
(12,7,5)
#000000
(0,0,0)

Tints of #482F05

#482F05
(72,47,5)
#58411B
(88,65,27)
#685331
(104,83,49)
#786547
(120,101,71)
#88775D
(136,119,93)
#988973
(152,137,115)
#A89B89
(168,155,137)
#B8AD9F
(184,173,159)
#C8BFB5
(200,191,181)
#D8D1CB
(216,209,203)
#E8E3E1
(232,227,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #482F05; }

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

This text font color is #482F05.


Background Color

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

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

This div background color is #482F05.


Border color

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

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

This div border color is #482F05.


Opacity

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

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

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

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

This text has shadow with #482F05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482F05 on black background.


Color preview on white background

This text has color #482F05 on white background.



Black color preview on #482F05 background

This text has black color on #482F05 background.


White color preview on #482F05 background

This text has white color on #482F05 background.