COLOR #483247

HEX: #483247
RGB: (72,50,71)

Color info

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

RGB color model

#483247 color RGB value is (72,50,71).

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

RGB channels and saturation

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

72
50
71

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

Portions of RGB colors in percentages

R + G + B =
72 + 50 + 71 = 193 (100%)
R 72 of 193 ~ 37.31%
G 50 of 193 ~ 25.91%
B 71 of 193 ~ 36.79%

%37.31
%25.91
%36.79

CMYK color model

#483247 color CMYK value is (0,31,1,72).

  • cyan value is 0.00%
  • magenta value is 30.56%
  • yellow value is 1.39%
  • key color value is 71.76%
CMYK:
(0,31,1,72)
C0M31Y1K72 
(0%,31%,1%,72%)
(0.00/0.31/0.01/0.72)	

CMYK percentages

%0
%30.56
%1.39
%71.76

Codes

Color #483247 in popluar color models

483247
RGB725071
HSL303°18.03%23.92%
HSB/HSV303°30.56%28.24%
CMYK0.00%30.56%1.39%
71.76%

Color #483247 in popluar number systems.

HEX483247
Decimal725071
Binary10010001100101000111
Octal11062107

Shades and tints

Shades of #483247

#483247
(72,50,71)
#422E41
(66,46,65)
#3C2A3B
(60,42,59)
#362635
(54,38,53)
#30222F
(48,34,47)
#2A1E29
(42,30,41)
#241A23
(36,26,35)
#1E161D
(30,22,29)
#181217
(24,18,23)
#120E11
(18,14,17)
#0C0A0B
(12,10,11)
#000000
(0,0,0)

Tints of #483247

#483247
(72,50,71)
#584457
(88,68,87)
#685667
(104,86,103)
#786877
(120,104,119)
#887A87
(136,122,135)
#988C97
(152,140,151)
#A89EA7
(168,158,167)
#B8B0B7
(184,176,183)
#C8C2C7
(200,194,199)
#D8D4D7
(216,212,215)
#E8E6E7
(232,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483247; }

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

This text font color is #483247.


Background Color

.myBgColor { background-color: #483247; }

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

This div background color is #483247.


Border color

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

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

This div border color is #483247.


Opacity

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

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

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

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

This text has shadow with #483247 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483247 on black background.


Color preview on white background

This text has color #483247 on white background.



Black color preview on #483247 background

This text has black color on #483247 background.


White color preview on #483247 background

This text has white color on #483247 background.