COLOR #483258

HEX: #483258
RGB: (72,50,88)

Color info

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

RGB color model

#483258 color RGB value is (72,50,88).

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

RGB channels and saturation

R 72 of 255 = 28%
G 50 of 255 = 20%
B 88 of 255 = 35%

72
50
88

R + G + B ~ 28%. #483258 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 50 + 88 = 210 (100%)
R 72 of 210 ~ 34.29%
G 50 of 210 ~ 23.81%
B 88 of 210 ~ 41.9%

%34.29
%23.81
%41.9

CMYK color model

#483258 color CMYK value is (18,43,0,65).

  • cyan value is 18.18%
  • magenta value is 43.18%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(18,43,0,65)
C18M43Y0K65 
(18%,43%,0%,65%)
(0.18/0.43/0.00/0.65)	

CMYK percentages

%18.18
%43.18
%0
%65.49

Codes

Color #483258 in popluar color models

483258
RGB725088
HSL275°27.54%27.06%
HSB/HSV275°43.18%34.51%
CMYK18.18%43.18%0.00%
65.49%

Color #483258 in popluar number systems.

HEX483258
Decimal725088
Binary10010001100101011000
Octal11062130

Shades and tints

Shades of #483258

#483258
(72,50,88)
#422E50
(66,46,80)
#3C2A48
(60,42,72)
#362640
(54,38,64)
#302238
(48,34,56)
#2A1E30
(42,30,48)
#241A28
(36,26,40)
#1E1620
(30,22,32)
#181218
(24,18,24)
#120E10
(18,14,16)
#0C0A08
(12,10,8)
#000000
(0,0,0)

Tints of #483258

#483258
(72,50,88)
#584467
(88,68,103)
#685676
(104,86,118)
#786885
(120,104,133)
#887A94
(136,122,148)
#988CA3
(152,140,163)
#A89EB2
(168,158,178)
#B8B0C1
(184,176,193)
#C8C2D0
(200,194,208)
#D8D4DF
(216,212,223)
#E8E6EE
(232,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483258; }

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

This text font color is #483258.


Background Color

.myBgColor { background-color: #483258; }

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

This div background color is #483258.


Border color

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

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

This div border color is #483258.


Opacity

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

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

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

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

This text has shadow with #483258 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483258 on black background.


Color preview on white background

This text has color #483258 on white background.



Black color preview on #483258 background

This text has black color on #483258 background.


White color preview on #483258 background

This text has white color on #483258 background.