COLOR #483E5D

HEX: #483E5D
RGB: (72,62,93)

Color info

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

RGB color model

#483E5D color RGB value is (72,62,93).

  • red value is 72;
  • green value is 62;
  • blue value is 93.
RGB:
(72,62,93)
(28%,24%,36%)

RGB channels and saturation

R 72 of 255 = 28%
G 62 of 255 = 24%
B 93 of 255 = 36%

72
62
93

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

Portions of RGB colors in percentages

R + G + B =
72 + 62 + 93 = 227 (100%)
R 72 of 227 ~ 31.72%
G 62 of 227 ~ 27.31%
B 93 of 227 ~ 40.97%

%31.72
%27.31
%40.97

CMYK color model

#483E5D color CMYK value is (23,33,0,64).

  • cyan value is 22.58%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(23,33,0,64)
C23M33Y0K64 
(23%,33%,0%,64%)
(0.23/0.33/0.00/0.64)	

CMYK percentages

%22.58
%33.33
%0
%63.53

Codes

Color #483E5D in popluar color models

483E5D
RGB726293
HSL259°20.00%30.39%
HSB/HSV259°33.33%36.47%
CMYK22.58%33.33%0.00%
63.53%

Color #483E5D in popluar number systems.

HEX483E5D
Decimal726293
Binary10010001111101011101
Octal11076135

Shades and tints

Shades of #483E5D

#483E5D
(72,62,93)
#423955
(66,57,85)
#3C344D
(60,52,77)
#362F45
(54,47,69)
#302A3D
(48,42,61)
#2A2535
(42,37,53)
#24202D
(36,32,45)
#1E1B25
(30,27,37)
#18161D
(24,22,29)
#121115
(18,17,21)
#0C0C0D
(12,12,13)
#000000
(0,0,0)

Tints of #483E5D

#483E5D
(72,62,93)
#584F6B
(88,79,107)
#686079
(104,96,121)
#787187
(120,113,135)
#888295
(136,130,149)
#9893A3
(152,147,163)
#A8A4B1
(168,164,177)
#B8B5BF
(184,181,191)
#C8C6CD
(200,198,205)
#D8D7DB
(216,215,219)
#E8E8E9
(232,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #483E5D color. Also use rgb(72,62,93) instead hex code.

Text Font Color

.myTextColor { color: #483E5D; }

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

This text font color is #483E5D.


Background Color

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

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

This div background color is #483E5D.


Border color

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

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

This div border color is #483E5D.


Opacity

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

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

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

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

This text has shadow with #483E5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483E5D on black background.


Color preview on white background

This text has color #483E5D on white background.



Black color preview on #483E5D background

This text has black color on #483E5D background.


White color preview on #483E5D background

This text has white color on #483E5D background.