COLOR #483447

HEX: #483447
RGB: (72,52,71)

Color info

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

RGB color model

#483447 color RGB value is (72,52,71).

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

RGB channels and saturation

R 72 of 255 = 28%
G 52 of 255 = 20%
B 71 of 255 = 28%

72
52
71

R + G + B ~ 25%. #483447 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 52 + 71 = 195 (100%)
R 72 of 195 ~ 36.92%
G 52 of 195 ~ 26.67%
B 71 of 195 ~ 36.41%

%36.92
%26.67
%36.41

CMYK color model

#483447 color CMYK value is (0,28,1,72).

  • cyan value is 0.00%
  • magenta value is 27.78%
  • yellow value is 1.39%
  • key color value is 71.76%
CMYK:
(0,28,1,72)
C0M28Y1K72 
(0%,28%,1%,72%)
(0.00/0.28/0.01/0.72)	

CMYK percentages

%0
%27.78
%1.39
%71.76

Codes

Color #483447 in popluar color models

483447
RGB725271
HSL303°16.13%24.31%
HSB/HSV303°27.78%28.24%
CMYK0.00%27.78%1.39%
71.76%

Color #483447 in popluar number systems.

HEX483447
Decimal725271
Binary10010001101001000111
Octal11064107

Shades and tints

Shades of #483447

#483447
(72,52,71)
#423041
(66,48,65)
#3C2C3B
(60,44,59)
#362835
(54,40,53)
#30242F
(48,36,47)
#2A2029
(42,32,41)
#241C23
(36,28,35)
#1E181D
(30,24,29)
#181417
(24,20,23)
#121011
(18,16,17)
#0C0C0B
(12,12,11)
#000000
(0,0,0)

Tints of #483447

#483447
(72,52,71)
#584657
(88,70,87)
#685867
(104,88,103)
#786A77
(120,106,119)
#887C87
(136,124,135)
#988E97
(152,142,151)
#A8A0A7
(168,160,167)
#B8B2B7
(184,178,183)
#C8C4C7
(200,196,199)
#D8D6D7
(216,214,215)
#E8E8E7
(232,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483447; }

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

This text font color is #483447.


Background Color

.myBgColor { background-color: #483447; }

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

This div background color is #483447.


Border color

.myBorderColor { border: 1px solid #483447; }

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

This div border color is #483447.


Opacity

.myOpacity80 { color: #483447; opacity: 0.8; }

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

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

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

This text has shadow with #483447 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483447 on black background.


Color preview on white background

This text has color #483447 on white background.



Black color preview on #483447 background

This text has black color on #483447 background.


White color preview on #483447 background

This text has white color on #483447 background.