COLOR #483B60

HEX: #483B60
RGB: (72,59,96)

Color info

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

RGB color model

#483B60 color RGB value is (72,59,96).

  • red value is 72;
  • green value is 59;
  • blue value is 96.
RGB:
(72,59,96)
(28%,23%,38%)

RGB channels and saturation

R 72 of 255 = 28%
G 59 of 255 = 23%
B 96 of 255 = 38%

72
59
96

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

Portions of RGB colors in percentages

R + G + B =
72 + 59 + 96 = 227 (100%)
R 72 of 227 ~ 31.72%
G 59 of 227 ~ 25.99%
B 96 of 227 ~ 42.29%

%31.72
%25.99
%42.29

CMYK color model

#483B60 color CMYK value is (25,39,0,62).

  • cyan value is 25.00%
  • magenta value is 38.54%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(25,39,0,62)
C25M39Y0K62 
(25%,39%,0%,62%)
(0.25/0.39/0.00/0.62)	

CMYK percentages

%25
%38.54
%0
%62.35

Codes

Color #483B60 in popluar color models

483B60
RGB725996
HSL261°23.87%30.39%
HSB/HSV261°38.54%37.65%
CMYK25.00%38.54%0.00%
62.35%

Color #483B60 in popluar number systems.

HEX483B60
Decimal725996
Binary10010001110111100000
Octal11073140

Shades and tints

Shades of #483B60

#483B60
(72,59,96)
#423658
(66,54,88)
#3C3150
(60,49,80)
#362C48
(54,44,72)
#302740
(48,39,64)
#2A2238
(42,34,56)
#241D30
(36,29,48)
#1E1828
(30,24,40)
#181320
(24,19,32)
#120E18
(18,14,24)
#0C0910
(12,9,16)
#000000
(0,0,0)

Tints of #483B60

#483B60
(72,59,96)
#584C6E
(88,76,110)
#685D7C
(104,93,124)
#786E8A
(120,110,138)
#887F98
(136,127,152)
#9890A6
(152,144,166)
#A8A1B4
(168,161,180)
#B8B2C2
(184,178,194)
#C8C3D0
(200,195,208)
#D8D4DE
(216,212,222)
#E8E5EC
(232,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #483B60 color. Also use rgb(72,59,96) instead hex code.

Text Font Color

.myTextColor { color: #483B60; }

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

This text font color is #483B60.


Background Color

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

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

This div background color is #483B60.


Border color

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

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

This div border color is #483B60.


Opacity

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

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

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

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

This text has shadow with #483B60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483B60 on black background.


Color preview on white background

This text has color #483B60 on white background.



Black color preview on #483B60 background

This text has black color on #483B60 background.


White color preview on #483B60 background

This text has white color on #483B60 background.