COLOR #482715

HEX: #482715
RGB: (72,39,21)

Color info

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

RGB color model

#482715 color RGB value is (72,39,21).

  • red value is 72;
  • green value is 39;
  • blue value is 21.
RGB:
(72,39,21)
(28%,15%,8%)

RGB channels and saturation

R 72 of 255 = 28%
G 39 of 255 = 15%
B 21 of 255 = 8%

72
39
21

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

Portions of RGB colors in percentages

R + G + B =
72 + 39 + 21 = 132 (100%)
R 72 of 132 ~ 54.55%
G 39 of 132 ~ 29.55%
B 21 of 132 ~ 15.91%

%54.55
%29.55
%15.91

CMYK color model

#482715 color CMYK value is (0,46,71,72).

  • cyan value is 0.00%
  • magenta value is 45.83%
  • yellow value is 70.83%
  • key color value is 71.76%
CMYK:
(0,46,71,72)
C0M46Y71K72 
(0%,46%,71%,72%)
(0.00/0.46/0.71/0.72)	

CMYK percentages

%0
%45.83
%70.83
%71.76

Codes

Color #482715 in popluar color models

482715
RGB723921
HSL21°54.84%18.24%
HSB/HSV21°70.83%28.24%
CMYK0.00%45.83%70.83%
71.76%

Color #482715 in popluar number systems.

HEX482715
Decimal723921
Binary100100010011110101
Octal1104725

Shades and tints

Shades of #482715

#482715
(72,39,21)
#422414
(66,36,20)
#3C2113
(60,33,19)
#361E12
(54,30,18)
#301B11
(48,27,17)
#2A1810
(42,24,16)
#24150F
(36,21,15)
#1E120E
(30,18,14)
#180F0D
(24,15,13)
#120C0C
(18,12,12)
#0C090B
(12,9,11)
#000000
(0,0,0)

Tints of #482715

#482715
(72,39,21)
#583A2A
(88,58,42)
#684D3F
(104,77,63)
#786054
(120,96,84)
#887369
(136,115,105)
#98867E
(152,134,126)
#A89993
(168,153,147)
#B8ACA8
(184,172,168)
#C8BFBD
(200,191,189)
#D8D2D2
(216,210,210)
#E8E5E7
(232,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #482715 color. Also use rgb(72,39,21) instead hex code.

Text Font Color

.myTextColor { color: #482715; }

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

This text font color is #482715.


Background Color

.myBgColor { background-color: #482715; }

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

This div background color is #482715.


Border color

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

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

This div border color is #482715.


Opacity

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

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

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

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

This text has shadow with #482715 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482715 on black background.


Color preview on white background

This text has color #482715 on white background.



Black color preview on #482715 background

This text has black color on #482715 background.


White color preview on #482715 background

This text has white color on #482715 background.