COLOR #482620

HEX: #482620
RGB: (72,38,32)

Color info

#482620 contains red, green and blue colors in about the same proportion. Web safe color of #482620 is #333333 (or #333).

RGB color model

#482620 color RGB value is (72,38,32).

  • red value is 72;
  • green value is 38;
  • blue value is 32.
RGB:
(72,38,32)
(28%,15%,13%)

RGB channels and saturation

R 72 of 255 = 28%
G 38 of 255 = 15%
B 32 of 255 = 13%

72
38
32

R + G + B ~ 19%. #482620 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 38 + 32 = 142 (100%)
R 72 of 142 ~ 50.7%
G 38 of 142 ~ 26.76%
B 32 of 142 ~ 22.54%

%50.7
%26.76
%22.54

CMYK color model

#482620 color CMYK value is (0,47,56,72).

  • cyan value is 0.00%
  • magenta value is 47.22%
  • yellow value is 55.56%
  • key color value is 71.76%
CMYK:
(0,47,56,72)
C0M47Y56K72 
(0%,47%,56%,72%)
(0.00/0.47/0.56/0.72)	

CMYK percentages

%0
%47.22
%55.56
%71.76

Codes

Color #482620 in popluar color models

482620
RGB723832
HSL38.46%20.39%
HSB/HSV55.56%28.24%
CMYK0.00%47.22%55.56%
71.76%

Color #482620 in popluar number systems.

HEX482620
Decimal723832
Binary1001000100110100000
Octal1104640

Shades and tints

Shades of #482620

#482620
(72,38,32)
#42231E
(66,35,30)
#3C201C
(60,32,28)
#361D1A
(54,29,26)
#301A18
(48,26,24)
#2A1716
(42,23,22)
#241414
(36,20,20)
#1E1112
(30,17,18)
#180E10
(24,14,16)
#120B0E
(18,11,14)
#0C080C
(12,8,12)
#000000
(0,0,0)

Tints of #482620

#482620
(72,38,32)
#583934
(88,57,52)
#684C48
(104,76,72)
#785F5C
(120,95,92)
#887270
(136,114,112)
#988584
(152,133,132)
#A89898
(168,152,152)
#B8ABAC
(184,171,172)
#C8BEC0
(200,190,192)
#D8D1D4
(216,209,212)
#E8E4E8
(232,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #482620 color. Also use rgb(72,38,32) instead hex code.

Text Font Color

.myTextColor { color: #482620; }

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

This text font color is #482620.


Background Color

.myBgColor { background-color: #482620; }

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

This div background color is #482620.


Border color

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

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

This div border color is #482620.


Opacity

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

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

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

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

This text has shadow with #482620 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482620 on black background.


Color preview on white background

This text has color #482620 on white background.



Black color preview on #482620 background

This text has black color on #482620 background.


White color preview on #482620 background

This text has white color on #482620 background.