COLOR #482D24

HEX: #482D24 RGB: (72,45,36)

Color info

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

RGB color model

#482D24 color RGB value is (72,45,36).

RGB: (72,45,36) (28%, 18%, 14%)

RGB channels and saturation

R 72 of 255 = 28%
G 45 of 255 = 18%
B 36 of 255 = 14%

72
45
36

R + G + B ~ 20%. #482D24 is dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 45 + 36 = 153 (100%)
R 72 of 153 ~ 47.06%
G 45 of 153 ~ 29.41%
B 36 of 153 ~ 23.53'%

%47.06
%29.41
%23.53

CMYK color model

#482D24 color CMYK value is (0,38,50,72).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 50.00%
  • key color value is 71.76%
CMYK: (0,38,50,72) C0M38Y50K72 (0%,38%,50%,72%) (0.00/0.38/0.50/0.72) 

CMYK percentages

%0
%37.5
%50
%71.76

Codes

Color #482D24 in popluar color models

48 2D 24
RGB 72 45 36
HSL 15° 33.33% 21.18%
HSB/HSV 15° 50.00% 28.24%
CMYK 0.00% 37.50% 50.00%
71.76%

Color #482D24 in popluar number systems.

HEX 48 2D 24
Decimal 72 45 36
Binary 1001000 101101 100100
Octal 110 55 44

Shades and tints

Shades of #482D24

#482D24
(72,45,36)
#422921
(66,41,33)
#3C251E
(60,37,30)
#36211B
(54,33,27)
#301D18
(48,29,24)
#2A1915
(42,25,21)
#241512
(36,21,18)
#1E110F
(30,17,15)
#180D0C
(24,13,12)
#120909
(18,9,9)
#0C0506
(12,5,6)
#000000
(0,0,0)

Tints of #482D24

#482D24
(72,45,36)
#584037
(88,64,55)
#68534A
(104,83,74)
#78665D
(120,102,93)
#887970
(136,121,112)
#988C83
(152,140,131)
#A89F96
(168,159,150)
#B8B2A9
(184,178,169)
#C8C5BC
(200,197,188)
#D8D8CF
(216,216,207)
#E8EBE2
(232,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #482D24; }

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

This text font color is #482D24.

Background Color

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

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

This div background color is #482D24.

Border color

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

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

This div border color is #482D24.

Opacity

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

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

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

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

This text has shadow with #482D24 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #482D24.

Preview

Color preview on black background

This text has color #482D24 on black background.


Color preview on white background

This text has color #482D24 on white background.


Black color preview on #482D24 background

This text has black color on #482D24 background.


White color preview on #482D24 background

This text has white color on #482D24 background.


Related colors

Complementary color

Complementary color for #hex is #B7D2DB.


I love getcolorcode.com

Triadic colors

1 #24482D and #2D2448 with #482D24 are triadic colors.

2 #242D48 and #2D4824 with #482D24 are triadic colors.