COLOR #482C47

HEX: #482C47
RGB: (72,44,71)

Color info

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

RGB color model

#482C47 color RGB value is (72,44,71).

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

RGB channels and saturation

R 72 of 255 = 28%
G 44 of 255 = 17%
B 71 of 255 = 28%

72
44
71

R + G + B ~ 24%. #482C47 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 44 + 71 = 187 (100%)
R 72 of 187 ~ 38.5%
G 44 of 187 ~ 23.53%
B 71 of 187 ~ 37.97%

%38.5
%23.53
%37.97

CMYK color model

#482C47 color CMYK value is (0,39,1,72).

  • cyan value is 0.00%
  • magenta value is 38.89%
  • yellow value is 1.39%
  • key color value is 71.76%
CMYK:
(0,39,1,72)
C0M39Y1K72 
(0%,39%,1%,72%)
(0.00/0.39/0.01/0.72)	

CMYK percentages

%0
%38.89
%1.39
%71.76

Codes

Color #482C47 in popluar color models

482C47
RGB724471
HSL302°24.14%22.75%
HSB/HSV302°38.89%28.24%
CMYK0.00%38.89%1.39%
71.76%

Color #482C47 in popluar number systems.

HEX482C47
Decimal724471
Binary10010001011001000111
Octal11054107

Shades and tints

Shades of #482C47

#482C47
(72,44,71)
#422841
(66,40,65)
#3C243B
(60,36,59)
#362035
(54,32,53)
#301C2F
(48,28,47)
#2A1829
(42,24,41)
#241423
(36,20,35)
#1E101D
(30,16,29)
#180C17
(24,12,23)
#120811
(18,8,17)
#0C040B
(12,4,11)
#000000
(0,0,0)

Tints of #482C47

#482C47
(72,44,71)
#583F57
(88,63,87)
#685267
(104,82,103)
#786577
(120,101,119)
#887887
(136,120,135)
#988B97
(152,139,151)
#A89EA7
(168,158,167)
#B8B1B7
(184,177,183)
#C8C4C7
(200,196,199)
#D8D7D7
(216,215,215)
#E8EAE7
(232,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #482C47; }

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

This text font color is #482C47.


Background Color

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

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

This div background color is #482C47.


Border color

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

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

This div border color is #482C47.


Opacity

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

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

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

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

This text has shadow with #482C47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482C47 on black background.


Color preview on white background

This text has color #482C47 on white background.



Black color preview on #482C47 background

This text has black color on #482C47 background.


White color preview on #482C47 background

This text has white color on #482C47 background.