COLOR #482C2D

HEX: #482C2D
RGB: (72,44,45)

Color info

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

RGB color model

#482C2D color RGB value is (72,44,45).

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

RGB channels and saturation

R 72 of 255 = 28%
G 44 of 255 = 17%
B 45 of 255 = 18%

72
44
45

R + G + B ~ 21%. #482C2D is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 44 + 45 = 161 (100%)
R 72 of 161 ~ 44.72%
G 44 of 161 ~ 27.33%
B 45 of 161 ~ 27.95%

%44.72
%27.33
%27.95

CMYK color model

#482C2D color CMYK value is (0,39,38,72).

  • cyan value is 0.00%
  • magenta value is 38.89%
  • yellow value is 37.50%
  • key color value is 71.76%
CMYK:
(0,39,38,72)
C0M39Y38K72 
(0%,39%,38%,72%)
(0.00/0.39/0.38/0.72)	

CMYK percentages

%0
%38.89
%37.5
%71.76

Codes

Color #482C2D in popluar color models

482C2D
RGB724445
HSL358°24.14%22.75%
HSB/HSV358°38.89%28.24%
CMYK0.00%38.89%37.50%
71.76%

Color #482C2D in popluar number systems.

HEX482C2D
Decimal724445
Binary1001000101100101101
Octal1105455

Shades and tints

Shades of #482C2D

#482C2D
(72,44,45)
#422829
(66,40,41)
#3C2425
(60,36,37)
#362021
(54,32,33)
#301C1D
(48,28,29)
#2A1819
(42,24,25)
#241415
(36,20,21)
#1E1011
(30,16,17)
#180C0D
(24,12,13)
#120809
(18,8,9)
#0C0405
(12,4,5)
#000000
(0,0,0)

Tints of #482C2D

#482C2D
(72,44,45)
#583F40
(88,63,64)
#685253
(104,82,83)
#786566
(120,101,102)
#887879
(136,120,121)
#988B8C
(152,139,140)
#A89E9F
(168,158,159)
#B8B1B2
(184,177,178)
#C8C4C5
(200,196,197)
#D8D7D8
(216,215,216)
#E8EAEB
(232,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #482C2D; }

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

This text font color is #482C2D.


Background Color

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

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

This div background color is #482C2D.


Border color

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

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

This div border color is #482C2D.


Opacity

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

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

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

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

This text has shadow with #482C2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482C2D on black background.


Color preview on white background

This text has color #482C2D on white background.



Black color preview on #482C2D background

This text has black color on #482C2D background.


White color preview on #482C2D background

This text has white color on #482C2D background.