COLOR #482E0A

HEX: #482E0A
RGB: (72,46,10)

Color info

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

RGB color model

#482E0A color RGB value is (72,46,10).

  • red value is 72;
  • green value is 46;
  • blue value is 10.
RGB:
(72,46,10)
(28%,18%,4%)

RGB channels and saturation

R 72 of 255 = 28%
G 46 of 255 = 18%
B 10 of 255 = 4%

72
46
10

R + G + B ~ 17%. #482E0A is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 46 + 10 = 128 (100%)
R 72 of 128 ~ 56.25%
G 46 of 128 ~ 35.94%
B 10 of 128 ~ 7.81%

%56.25
%35.94

CMYK color model

#482E0A color CMYK value is (0,36,86,72).

  • cyan value is 0.00%
  • magenta value is 36.11%
  • yellow value is 86.11%
  • key color value is 71.76%
CMYK:
(0,36,86,72)
C0M36Y86K72 
(0%,36%,86%,72%)
(0.00/0.36/0.86/0.72)	

CMYK percentages

%0
%36.11
%86.11
%71.76

Codes

Color #482E0A in popluar color models

482E0A
RGB724610
HSL35°75.61%16.08%
HSB/HSV35°86.11%28.24%
CMYK0.00%36.11%86.11%
71.76%

Color #482E0A in popluar number systems.

HEX482E0A
Decimal724610
Binary10010001011101010
Octal1105612

Shades and tints

Shades of #482E0A

#482E0A
(72,46,10)
#422A0A
(66,42,10)
#3C260A
(60,38,10)
#36220A
(54,34,10)
#301E0A
(48,30,10)
#2A1A0A
(42,26,10)
#24160A
(36,22,10)
#1E120A
(30,18,10)
#180E0A
(24,14,10)
#120A0A
(18,10,10)
#0C060A
(12,6,10)
#000000
(0,0,0)

Tints of #482E0A

#482E0A
(72,46,10)
#584120
(88,65,32)
#685436
(104,84,54)
#78674C
(120,103,76)
#887A62
(136,122,98)
#988D78
(152,141,120)
#A8A08E
(168,160,142)
#B8B3A4
(184,179,164)
#C8C6BA
(200,198,186)
#D8D9D0
(216,217,208)
#E8ECE6
(232,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #482E0A color. Also use rgb(72,46,10) instead hex code.

Text Font Color

.myTextColor { color: #482E0A; }

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

This text font color is #482E0A.


Background Color

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

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

This div background color is #482E0A.


Border color

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

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

This div border color is #482E0A.


Opacity

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

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

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

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

This text has shadow with #482E0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482E0A on black background.


Color preview on white background

This text has color #482E0A on white background.



Black color preview on #482E0A background

This text has black color on #482E0A background.


White color preview on #482E0A background

This text has white color on #482E0A background.