COLOR #483F57

HEX: #483F57
RGB: (72,63,87)

Color info

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

RGB color model

#483F57 color RGB value is (72,63,87).

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

RGB channels and saturation

R 72 of 255 = 28%
G 63 of 255 = 25%
B 87 of 255 = 34%

72
63
87

R + G + B ~ 29%. #483F57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 63 + 87 = 222 (100%)
R 72 of 222 ~ 32.43%
G 63 of 222 ~ 28.38%
B 87 of 222 ~ 39.19%

%32.43
%28.38
%39.19

CMYK color model

#483F57 color CMYK value is (17,28,0,66).

  • cyan value is 17.24%
  • magenta value is 27.59%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(17,28,0,66)
C17M28Y0K66 
(17%,28%,0%,66%)
(0.17/0.28/0.00/0.66)	

CMYK percentages

%17.24
%27.59
%0
%65.88

Codes

Color #483F57 in popluar color models

483F57
RGB726387
HSL263°16.00%29.41%
HSB/HSV263°27.59%34.12%
CMYK17.24%27.59%0.00%
65.88%

Color #483F57 in popluar number systems.

HEX483F57
Decimal726387
Binary10010001111111010111
Octal11077127

Shades and tints

Shades of #483F57

#483F57
(72,63,87)
#423A50
(66,58,80)
#3C3549
(60,53,73)
#363042
(54,48,66)
#302B3B
(48,43,59)
#2A2634
(42,38,52)
#24212D
(36,33,45)
#1E1C26
(30,28,38)
#18171F
(24,23,31)
#121218
(18,18,24)
#0C0D11
(12,13,17)
#000000
(0,0,0)

Tints of #483F57

#483F57
(72,63,87)
#585066
(88,80,102)
#686175
(104,97,117)
#787284
(120,114,132)
#888393
(136,131,147)
#9894A2
(152,148,162)
#A8A5B1
(168,165,177)
#B8B6C0
(184,182,192)
#C8C7CF
(200,199,207)
#D8D8DE
(216,216,222)
#E8E9ED
(232,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483F57; }

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

This text font color is #483F57.


Background Color

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

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

This div background color is #483F57.


Border color

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

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

This div border color is #483F57.


Opacity

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

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

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

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

This text has shadow with #483F57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483F57 on black background.


Color preview on white background

This text has color #483F57 on white background.



Black color preview on #483F57 background

This text has black color on #483F57 background.


White color preview on #483F57 background

This text has white color on #483F57 background.