COLOR #482718

HEX: #482718
RGB: (72,39,24)

Color info

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

RGB color model

#482718 color RGB value is (72,39,24).

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

RGB channels and saturation

R 72 of 255 = 28%
G 39 of 255 = 15%
B 24 of 255 = 9%

72
39
24

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

Portions of RGB colors in percentages

R + G + B =
72 + 39 + 24 = 135 (100%)
R 72 of 135 ~ 53.33%
G 39 of 135 ~ 28.89%
B 24 of 135 ~ 17.78%

%53.33
%28.89
%17.78

CMYK color model

#482718 color CMYK value is (0,46,67,72).

  • cyan value is 0.00%
  • magenta value is 45.83%
  • yellow value is 66.67%
  • key color value is 71.76%
CMYK:
(0,46,67,72)
C0M46Y67K72 
(0%,46%,67%,72%)
(0.00/0.46/0.67/0.72)	

CMYK percentages

%0
%45.83
%66.67
%71.76

Codes

Color #482718 in popluar color models

482718
RGB723924
HSL19°50.00%18.82%
HSB/HSV19°66.67%28.24%
CMYK0.00%45.83%66.67%
71.76%

Color #482718 in popluar number systems.

HEX482718
Decimal723924
Binary100100010011111000
Octal1104730

Shades and tints

Shades of #482718

#482718
(72,39,24)
#422416
(66,36,22)
#3C2114
(60,33,20)
#361E12
(54,30,18)
#301B10
(48,27,16)
#2A180E
(42,24,14)
#24150C
(36,21,12)
#1E120A
(30,18,10)
#180F08
(24,15,8)
#120C06
(18,12,6)
#0C0904
(12,9,4)
#000000
(0,0,0)

Tints of #482718

#482718
(72,39,24)
#583A2D
(88,58,45)
#684D42
(104,77,66)
#786057
(120,96,87)
#88736C
(136,115,108)
#988681
(152,134,129)
#A89996
(168,153,150)
#B8ACAB
(184,172,171)
#C8BFC0
(200,191,192)
#D8D2D5
(216,210,213)
#E8E5EA
(232,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #482718; }

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

This text font color is #482718.


Background Color

.myBgColor { background-color: #482718; }

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

This div background color is #482718.


Border color

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

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

This div border color is #482718.


Opacity

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

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

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

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

This text has shadow with #482718 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482718 on black background.


Color preview on white background

This text has color #482718 on white background.



Black color preview on #482718 background

This text has black color on #482718 background.


White color preview on #482718 background

This text has white color on #482718 background.