COLOR #483251

HEX: #483251
RGB: (72,50,81)

Color info

#483251 contains red, green and blue colors in about the same proportion. Web safe color of #483251 is #333366 (or #336).

RGB color model

#483251 color RGB value is (72,50,81).

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

RGB channels and saturation

R 72 of 255 = 28%
G 50 of 255 = 20%
B 81 of 255 = 32%

72
50
81

R + G + B ~ 27%. #483251 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 50 + 81 = 203 (100%)
R 72 of 203 ~ 35.47%
G 50 of 203 ~ 24.63%
B 81 of 203 ~ 39.9%

%35.47
%24.63
%39.9

CMYK color model

#483251 color CMYK value is (11,38,0,68).

  • cyan value is 11.11%
  • magenta value is 38.27%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(11,38,0,68)
C11M38Y0K68 
(11%,38%,0%,68%)
(0.11/0.38/0.00/0.68)	

CMYK percentages

%11.11
%38.27
%0
%68.24

Codes

Color #483251 in popluar color models

483251
RGB725081
HSL283°23.66%25.69%
HSB/HSV283°38.27%31.76%
CMYK11.11%38.27%0.00%
68.24%

Color #483251 in popluar number systems.

HEX483251
Decimal725081
Binary10010001100101010001
Octal11062121

Shades and tints

Shades of #483251

#483251
(72,50,81)
#422E4A
(66,46,74)
#3C2A43
(60,42,67)
#36263C
(54,38,60)
#302235
(48,34,53)
#2A1E2E
(42,30,46)
#241A27
(36,26,39)
#1E1620
(30,22,32)
#181219
(24,18,25)
#120E12
(18,14,18)
#0C0A0B
(12,10,11)
#000000
(0,0,0)

Tints of #483251

#483251
(72,50,81)
#584460
(88,68,96)
#68566F
(104,86,111)
#78687E
(120,104,126)
#887A8D
(136,122,141)
#988C9C
(152,140,156)
#A89EAB
(168,158,171)
#B8B0BA
(184,176,186)
#C8C2C9
(200,194,201)
#D8D4D8
(216,212,216)
#E8E6E7
(232,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483251; }

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

This text font color is #483251.


Background Color

.myBgColor { background-color: #483251; }

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

This div background color is #483251.


Border color

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

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

This div border color is #483251.


Opacity

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

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

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

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

This text has shadow with #483251 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483251 on black background.


Color preview on white background

This text has color #483251 on white background.



Black color preview on #483251 background

This text has black color on #483251 background.


White color preview on #483251 background

This text has white color on #483251 background.