COLOR #482C16

HEX: #482C16 RGB: (72,44,22)

Color info

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

RGB color model

#482C16 color RGB value is (72,44,22).

RGB: (72,44,22) (28%, 17%, 9%)

RGB channels and saturation

R 72 of 255 = 28%
G 44 of 255 = 17%
B 22 of 255 = 9%

72
44
22

R + G + B ~ 18%. #482C16 is dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 44 + 22 = 138 (100%)
R 72 of 138 ~ 52.17%
G 44 of 138 ~ 31.88%
B 22 of 138 ~ 15.94'%

%52.17
%31.88
%15.94

CMYK color model

#482C16 color CMYK value is (0,39,69,72).

  • cyan value is 0.00%
  • magenta value is 38.89%
  • yellow value is 69.44%
  • key color value is 71.76%

CMYK: (0,39,69,72)
C0M39Y69K72 (0%, 39%, 69%, 72%)
(0.00 / 0.39 / 0.69 / 0.72)

CMYK percentages

%0
%38.89
%69.44
%71.76

Codes

Color #482C16 in popluar color models

48 2C 16
RGB 72 44 22
HSL 26° 53.19% 18.43%
HSB/HSV 26° 69.44% 28.24%
CMYK 0.00% 38.89% 69.44%
71.76%

Color #482C16 in popluar number systems.

HEX 48 2C 16
Decimal 72 44 22
Binary 1001000 101100 10110
Octal 110 54 26

Shades and tints

Shades of #482C16

#482C16
(72,44,22)
#422814
(66,40,20)
#3C2412
(60,36,18)
#362010
(54,32,16)
#301C0E
(48,28,14)
#2A180C
(42,24,12)
#24140A
(36,20,10)
#1E1008
(30,16,8)
#180C06
(24,12,6)
#120804
(18,8,4)
#0C0402
(12,4,2)
#000000
(0,0,0)

Tints of #482C16

#482C16
(72,44,22)
#583F2B
(88,63,43)
#685240
(104,82,64)
#786555
(120,101,85)
#88786A
(136,120,106)
#988B7F
(152,139,127)
#A89E94
(168,158,148)
#B8B1A9
(184,177,169)
#C8C4BE
(200,196,190)
#D8D7D3
(216,215,211)
#E8EAE8
(232,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #482C16 color. Also use rgb(72,44,22) instead hex code.

Text Font Color

.myTextColor { color: #482C16; }

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

This text font color is #482C16.

Background Color

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

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

This div background color is #482C16.

Border color

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

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

This div border color is #482C16.

Opacity

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

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

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

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

This text has shadow with #482C16 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #482C16.

Preview

Color preview on black background

This text has color #482C16 on black background.


Color preview on white background

This text has color #482C16 on white background.


Black color preview on #482C16 background

This text has black color on #482C16 background.


White color preview on #482C16 background

This text has white color on #482C16 background.


Related colors

Complementary color

Complementary color for #hex is #B7D3E9.


I love getcolorcode.com

Triadic colors

1 #16482C and #2C1648 with #482C16 are triadic colors.

2 #162C48 and #2C4816 with #482C16 are triadic colors.