COLOR #482410

HEX: #482410
RGB: (72,36,16)

Color info

#482410 contains red, green and blue colors in about the same proportion. Web safe color of #482410 is #333300 (or #330).

RGB color model

#482410 color RGB value is (72,36,16).

  • red value is 72;
  • green value is 36;
  • blue value is 16.
RGB:
(72,36,16)
(28%,14%,6%)

RGB channels and saturation

R 72 of 255 = 28%
G 36 of 255 = 14%
B 16 of 255 = 6%

72
36
16

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

Portions of RGB colors in percentages

R + G + B =
72 + 36 + 16 = 124 (100%)
R 72 of 124 ~ 58.06%
G 36 of 124 ~ 29.03%
B 16 of 124 ~ 12.9%

%58.06
%29.03
%12.9

CMYK color model

#482410 color CMYK value is (0,50,78,72).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 77.78%
  • key color value is 71.76%
CMYK:
(0,50,78,72)
C0M50Y78K72 
(0%,50%,78%,72%)
(0.00/0.50/0.78/0.72)	

CMYK percentages

%0
%50
%77.78
%71.76

Codes

Color #482410 in popluar color models

482410
RGB723616
HSL21°63.64%17.25%
HSB/HSV21°77.78%28.24%
CMYK0.00%50.00%77.78%
71.76%

Color #482410 in popluar number systems.

HEX482410
Decimal723616
Binary100100010010010000
Octal1104420

Shades and tints

Shades of #482410

#482410
(72,36,16)
#42210F
(66,33,15)
#3C1E0E
(60,30,14)
#361B0D
(54,27,13)
#30180C
(48,24,12)
#2A150B
(42,21,11)
#24120A
(36,18,10)
#1E0F09
(30,15,9)
#180C08
(24,12,8)
#120907
(18,9,7)
#0C0606
(12,6,6)
#000000
(0,0,0)

Tints of #482410

#482410
(72,36,16)
#583725
(88,55,37)
#684A3A
(104,74,58)
#785D4F
(120,93,79)
#887064
(136,112,100)
#988379
(152,131,121)
#A8968E
(168,150,142)
#B8A9A3
(184,169,163)
#C8BCB8
(200,188,184)
#D8CFCD
(216,207,205)
#E8E2E2
(232,226,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #482410 color. Also use rgb(72,36,16) instead hex code.

Text Font Color

.myTextColor { color: #482410; }

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

This text font color is #482410.


Background Color

.myBgColor { background-color: #482410; }

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

This div background color is #482410.


Border color

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

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

This div border color is #482410.


Opacity

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

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

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

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

This text has shadow with #482410 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482410 on black background.


Color preview on white background

This text has color #482410 on white background.



Black color preview on #482410 background

This text has black color on #482410 background.


White color preview on #482410 background

This text has white color on #482410 background.