COLOR #483255

HEX: #483255 RGB: (72,50,85)

Color info

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

RGB color model

#483255 color RGB value is (72,50,85).

RGB: (72,50,85) (28%, 20%, 33%)

RGB channels and saturation

R 72 of 255 = 28%
G 50 of 255 = 20%
B 85 of 255 = 33%

72
50
85

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

Portions of RGB colors in percentages

R + G + B = 72 + 50 + 85 = 207 (100%)
R 72 of 207 ~ 34.78%
G 50 of 207 ~ 24.15%
B 85 of 207 ~ 41.06'%

%34.78
%24.15
%41.06

CMYK color model

#483255 color CMYK value is (15,41,0,67).

  • cyan value is 15.29%
  • magenta value is 41.18%
  • yellow value is 0.00%
  • key color value is 66.67%

CMYK: (15,41,0,67)
C15M41Y0K67 (15%, 41%, 0%, 67%)
(0.15 / 0.41 / 0.00 / 0.67)

CMYK percentages

%15.29
%41.18
%0
%66.67

Codes

Color #483255 in popluar color models

48 32 55
RGB 72 50 85
HSL 278° 25.93% 26.47%
HSB/HSV 278° 41.18% 33.33%
CMYK 15.29% 41.18% 0.00%
66.67%

Color #483255 in popluar number systems.

HEX 48 32 55
Decimal 72 50 85
Binary 1001000 110010 1010101
Octal 110 62 125

Shades and tints

Shades of #483255

#483255
(72,50,85)
#422E4E
(66,46,78)
#3C2A47
(60,42,71)
#362640
(54,38,64)
#302239
(48,34,57)
#2A1E32
(42,30,50)
#241A2B
(36,26,43)
#1E1624
(30,22,36)
#18121D
(24,18,29)
#120E16
(18,14,22)
#0C0A0F
(12,10,15)
#000000
(0,0,0)

Tints of #483255

#483255
(72,50,85)
#584464
(88,68,100)
#685673
(104,86,115)
#786882
(120,104,130)
#887A91
(136,122,145)
#988CA0
(152,140,160)
#A89EAF
(168,158,175)
#B8B0BE
(184,176,190)
#C8C2CD
(200,194,205)
#D8D4DC
(216,212,220)
#E8E6EB
(232,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483255; }

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

This text font color is #483255.

Background Color

.myBgColor { background-color: #483255; }

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

This div background color is #483255.

Border color

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

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

This div border color is #483255.

Opacity

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

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

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

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

This text has shadow with #483255 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #483255.

Preview

Color preview on black background

This text has color #483255 on black background.


Color preview on white background

This text has color #483255 on white background.


Black color preview on #483255 background

This text has black color on #483255 background.


White color preview on #483255 background

This text has white color on #483255 background.


Related colors

Complementary color

Complementary color for #hex is #B7CDAA.


I love getcolorcode.com

Triadic colors

1 #554832 and #325548 with #483255 are triadic colors.

2 #553248 and #324855 with #483255 are triadic colors.