COLOR #482C32

HEX: #482C32
RGB: (72,44,50)

Color info

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

RGB color model

#482C32 color RGB value is (72,44,50).

  • red value is 72;
  • green value is 44;
  • blue value is 50.
RGB:
(72,44,50)
(28%,17%,20%)

RGB channels and saturation

R 72 of 255 = 28%
G 44 of 255 = 17%
B 50 of 255 = 20%

72
44
50

R + G + B ~ 22%. #482C32 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 44 + 50 = 166 (100%)
R 72 of 166 ~ 43.37%
G 44 of 166 ~ 26.51%
B 50 of 166 ~ 30.12%

%43.37
%26.51
%30.12

CMYK color model

#482C32 color CMYK value is (0,39,31,72).

  • cyan value is 0.00%
  • magenta value is 38.89%
  • yellow value is 30.56%
  • key color value is 71.76%
CMYK:
(0,39,31,72)
C0M39Y31K72 
(0%,39%,31%,72%)
(0.00/0.39/0.31/0.72)	

CMYK percentages

%0
%38.89
%30.56
%71.76

Codes

Color #482C32 in popluar color models

482C32
RGB724450
HSL347°24.14%22.75%
HSB/HSV347°38.89%28.24%
CMYK0.00%38.89%30.56%
71.76%

Color #482C32 in popluar number systems.

HEX482C32
Decimal724450
Binary1001000101100110010
Octal1105462

Shades and tints

Shades of #482C32

#482C32
(72,44,50)
#42282E
(66,40,46)
#3C242A
(60,36,42)
#362026
(54,32,38)
#301C22
(48,28,34)
#2A181E
(42,24,30)
#24141A
(36,20,26)
#1E1016
(30,16,22)
#180C12
(24,12,18)
#12080E
(18,8,14)
#0C040A
(12,4,10)
#000000
(0,0,0)

Tints of #482C32

#482C32
(72,44,50)
#583F44
(88,63,68)
#685256
(104,82,86)
#786568
(120,101,104)
#88787A
(136,120,122)
#988B8C
(152,139,140)
#A89E9E
(168,158,158)
#B8B1B0
(184,177,176)
#C8C4C2
(200,196,194)
#D8D7D4
(216,215,212)
#E8EAE6
(232,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #482C32; }

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

This text font color is #482C32.


Background Color

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

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

This div background color is #482C32.


Border color

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

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

This div border color is #482C32.


Opacity

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

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

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

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

This text has shadow with #482C32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482C32 on black background.


Color preview on white background

This text has color #482C32 on white background.



Black color preview on #482C32 background

This text has black color on #482C32 background.


White color preview on #482C32 background

This text has white color on #482C32 background.