COLOR #483F5F

HEX: #483F5F
RGB: (72,63,95)

Color info

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

RGB color model

#483F5F color RGB value is (72,63,95).

  • red value is 72;
  • green value is 63;
  • blue value is 95.
RGB:
(72,63,95)
(28%,25%,37%)

RGB channels and saturation

R 72 of 255 = 28%
G 63 of 255 = 25%
B 95 of 255 = 37%

72
63
95

R + G + B ~ 30%. #483F5F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 63 + 95 = 230 (100%)
R 72 of 230 ~ 31.3%
G 63 of 230 ~ 27.39%
B 95 of 230 ~ 41.3%

%31.3
%27.39
%41.3

CMYK color model

#483F5F color CMYK value is (24,34,0,63).

  • cyan value is 24.21%
  • magenta value is 33.68%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(24,34,0,63)
C24M34Y0K63 
(24%,34%,0%,63%)
(0.24/0.34/0.00/0.63)	

CMYK percentages

%24.21
%33.68
%0
%62.75

Codes

Color #483F5F in popluar color models

483F5F
RGB726395
HSL257°20.25%30.98%
HSB/HSV257°33.68%37.25%
CMYK24.21%33.68%0.00%
62.75%

Color #483F5F in popluar number systems.

HEX483F5F
Decimal726395
Binary10010001111111011111
Octal11077137

Shades and tints

Shades of #483F5F

#483F5F
(72,63,95)
#423A57
(66,58,87)
#3C354F
(60,53,79)
#363047
(54,48,71)
#302B3F
(48,43,63)
#2A2637
(42,38,55)
#24212F
(36,33,47)
#1E1C27
(30,28,39)
#18171F
(24,23,31)
#121217
(18,18,23)
#0C0D0F
(12,13,15)
#000000
(0,0,0)

Tints of #483F5F

#483F5F
(72,63,95)
#58506D
(88,80,109)
#68617B
(104,97,123)
#787289
(120,114,137)
#888397
(136,131,151)
#9894A5
(152,148,165)
#A8A5B3
(168,165,179)
#B8B6C1
(184,182,193)
#C8C7CF
(200,199,207)
#D8D8DD
(216,216,221)
#E8E9EB
(232,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #483F5F color. Also use rgb(72,63,95) instead hex code.

Text Font Color

.myTextColor { color: #483F5F; }

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

This text font color is #483F5F.


Background Color

.myBgColor { background-color: #483F5F; }

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

This div background color is #483F5F.


Border color

.myBorderColor { border: 1px solid #483F5F; }

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

This div border color is #483F5F.


Opacity

.myOpacity80 { color: #483F5F; opacity: 0.8; }

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

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

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

This text has shadow with #483F5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483F5F on black background.


Color preview on white background

This text has color #483F5F on white background.



Black color preview on #483F5F background

This text has black color on #483F5F background.


White color preview on #483F5F background

This text has white color on #483F5F background.