COLOR #482905

HEX: #482905
RGB: (72,41,5)

Color info

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

RGB color model

#482905 color RGB value is (72,41,5).

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

RGB channels and saturation

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

72
41
5

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

Portions of RGB colors in percentages

R + G + B =
72 + 41 + 5 = 118 (100%)
R 72 of 118 ~ 61.02%
G 41 of 118 ~ 34.75%
B 5 of 118 ~ 4.24%

%61.02
%34.75

CMYK color model

#482905 color CMYK value is (0,43,93,72).

  • cyan value is 0.00%
  • magenta value is 43.06%
  • yellow value is 93.06%
  • key color value is 71.76%
CMYK:
(0,43,93,72)
C0M43Y93K72 
(0%,43%,93%,72%)
(0.00/0.43/0.93/0.72)	

CMYK percentages

%0
%43.06
%93.06
%71.76

Codes

Color #482905 in popluar color models

482905
RGB72415
HSL32°87.01%15.10%
HSB/HSV32°93.06%28.24%
CMYK0.00%43.06%93.06%
71.76%

Color #482905 in popluar number systems.

HEX482905
Decimal72415
Binary1001000101001101
Octal110515

Shades and tints

Shades of #482905

#482905
(72,41,5)
#422605
(66,38,5)
#3C2305
(60,35,5)
#362005
(54,32,5)
#301D05
(48,29,5)
#2A1A05
(42,26,5)
#241705
(36,23,5)
#1E1405
(30,20,5)
#181105
(24,17,5)
#120E05
(18,14,5)
#0C0B05
(12,11,5)
#000000
(0,0,0)

Tints of #482905

#482905
(72,41,5)
#583C1B
(88,60,27)
#684F31
(104,79,49)
#786247
(120,98,71)
#88755D
(136,117,93)
#988873
(152,136,115)
#A89B89
(168,155,137)
#B8AE9F
(184,174,159)
#C8C1B5
(200,193,181)
#D8D4CB
(216,212,203)
#E8E7E1
(232,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #482905; }

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

This text font color is #482905.


Background Color

.myBgColor { background-color: #482905; }

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

This div background color is #482905.


Border color

.myBorderColor { border: 1px solid #482905; }

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

This div border color is #482905.


Opacity

.myOpacity80 { color: #482905; opacity: 0.8; }

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

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

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

This text has shadow with #482905 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482905 on black background.


Color preview on white background

This text has color #482905 on white background.



Black color preview on #482905 background

This text has black color on #482905 background.


White color preview on #482905 background

This text has white color on #482905 background.