COLOR #483051

HEX: #483051
RGB: (72,48,81)

Color info

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

RGB color model

#483051 color RGB value is (72,48,81).

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

RGB channels and saturation

R 72 of 255 = 28%
G 48 of 255 = 19%
B 81 of 255 = 32%

72
48
81

R + G + B ~ 26%. #483051 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 48 + 81 = 201 (100%)
R 72 of 201 ~ 35.82%
G 48 of 201 ~ 23.88%
B 81 of 201 ~ 40.3%

%35.82
%23.88
%40.3

CMYK color model

#483051 color CMYK value is (11,41,0,68).

  • cyan value is 11.11%
  • magenta value is 40.74%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(11,41,0,68)
C11M41Y0K68 
(11%,41%,0%,68%)
(0.11/0.41/0.00/0.68)	

CMYK percentages

%11.11
%40.74
%0
%68.24

Codes

Color #483051 in popluar color models

483051
RGB724881
HSL284°25.58%25.29%
HSB/HSV284°40.74%31.76%
CMYK11.11%40.74%0.00%
68.24%

Color #483051 in popluar number systems.

HEX483051
Decimal724881
Binary10010001100001010001
Octal11060121

Shades and tints

Shades of #483051

#483051
(72,48,81)
#422C4A
(66,44,74)
#3C2843
(60,40,67)
#36243C
(54,36,60)
#302035
(48,32,53)
#2A1C2E
(42,28,46)
#241827
(36,24,39)
#1E1420
(30,20,32)
#181019
(24,16,25)
#120C12
(18,12,18)
#0C080B
(12,8,11)
#000000
(0,0,0)

Tints of #483051

#483051
(72,48,81)
#584260
(88,66,96)
#68546F
(104,84,111)
#78667E
(120,102,126)
#88788D
(136,120,141)
#988A9C
(152,138,156)
#A89CAB
(168,156,171)
#B8AEBA
(184,174,186)
#C8C0C9
(200,192,201)
#D8D2D8
(216,210,216)
#E8E4E7
(232,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483051; }

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

This text font color is #483051.


Background Color

.myBgColor { background-color: #483051; }

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

This div background color is #483051.


Border color

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

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

This div border color is #483051.


Opacity

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

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

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

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

This text has shadow with #483051 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483051 on black background.


Color preview on white background

This text has color #483051 on white background.



Black color preview on #483051 background

This text has black color on #483051 background.


White color preview on #483051 background

This text has white color on #483051 background.