COLOR #483050

HEX: #483050 RGB: (72,48,80)

Color info

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

RGB color model

#483050 color RGB value is (72,48,80).

RGB: (72,48,80) (28%, 19%, 31%)

RGB channels and saturation

R 72 of 255 = 28%
G 48 of 255 = 19%
B 80 of 255 = 31%

72
48
80

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

Portions of RGB colors in percentages

R + G + B = 72 + 48 + 80 = 200 (100%)
R 72 of 200 ~ 36%
G 48 of 200 ~ 24%
B 80 of 200 ~ 40'%

%36
%24
%40

CMYK color model

#483050 color CMYK value is (10,40,0,69).

  • cyan value is 10.00%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 68.63%

CMYK: (10,40,0,69)
C10M40Y0K69 (10%, 40%, 0%, 69%)
(0.10 / 0.40 / 0.00 / 0.69)

CMYK percentages

%10
%40
%0
%68.63

Codes

Color #483050 in popluar color models

48 30 50
RGB 72 48 80
HSL 285° 25.00% 25.10%
HSB/HSV 285° 40.00% 31.37%
CMYK 10.00% 40.00% 0.00%
68.63%

Color #483050 in popluar number systems.

HEX 48 30 50
Decimal 72 48 80
Binary 1001000 110000 1010000
Octal 110 60 120

Shades and tints

Shades of #483050

#483050
(72,48,80)
#422C49
(66,44,73)
#3C2842
(60,40,66)
#36243B
(54,36,59)
#302034
(48,32,52)
#2A1C2D
(42,28,45)
#241826
(36,24,38)
#1E141F
(30,20,31)
#181018
(24,16,24)
#120C11
(18,12,17)
#0C080A
(12,8,10)
#000000
(0,0,0)

Tints of #483050

#483050
(72,48,80)
#58425F
(88,66,95)
#68546E
(104,84,110)
#78667D
(120,102,125)
#88788C
(136,120,140)
#988A9B
(152,138,155)
#A89CAA
(168,156,170)
#B8AEB9
(184,174,185)
#C8C0C8
(200,192,200)
#D8D2D7
(216,210,215)
#E8E4E6
(232,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483050; }

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

This text font color is #483050.

Background Color

.myBgColor { background-color: #483050; }

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

This div background color is #483050.

Border color

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

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

This div border color is #483050.

Opacity

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

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

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

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

This text has shadow with #483050 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #483050.

Preview

Color preview on black background

This text has color #483050 on black background.


Color preview on white background

This text has color #483050 on white background.


Black color preview on #483050 background

This text has black color on #483050 background.


White color preview on #483050 background

This text has white color on #483050 background.


Related colors

Complementary color

Complementary color for #hex is #B7CFAF.


I love getcolorcode.com

Triadic colors

1 #504830 and #305048 with #483050 are triadic colors.

2 #503048 and #304850 with #483050 are triadic colors.