COLOR #483E68

HEX: #483E68
RGB: (72,62,104)

Color info

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

RGB color model

#483E68 color RGB value is (72,62,104).

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

RGB channels and saturation

R 72 of 255 = 28%
G 62 of 255 = 24%
B 104 of 255 = 41%

72
62
104

R + G + B ~ 31%. #483E68 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 62 + 104 = 238 (100%)
R 72 of 238 ~ 30.25%
G 62 of 238 ~ 26.05%
B 104 of 238 ~ 43.7%

%30.25
%26.05
%43.7

CMYK color model

#483E68 color CMYK value is (31,40,0,59).

  • cyan value is 30.77%
  • magenta value is 40.38%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(31,40,0,59)
C31M40Y0K59 
(31%,40%,0%,59%)
(0.31/0.40/0.00/0.59)	

CMYK percentages

%30.77
%40.38
%0
%59.22

Codes

Color #483E68 in popluar color models

483E68
RGB7262104
HSL254°25.30%32.55%
HSB/HSV254°40.38%40.78%
CMYK30.77%40.38%0.00%
59.22%

Color #483E68 in popluar number systems.

HEX483E68
Decimal7262104
Binary10010001111101101000
Octal11076150

Shades and tints

Shades of #483E68

#483E68
(72,62,104)
#42395F
(66,57,95)
#3C3456
(60,52,86)
#362F4D
(54,47,77)
#302A44
(48,42,68)
#2A253B
(42,37,59)
#242032
(36,32,50)
#1E1B29
(30,27,41)
#181620
(24,22,32)
#121117
(18,17,23)
#0C0C0E
(12,12,14)
#000000
(0,0,0)

Tints of #483E68

#483E68
(72,62,104)
#584F75
(88,79,117)
#686082
(104,96,130)
#78718F
(120,113,143)
#88829C
(136,130,156)
#9893A9
(152,147,169)
#A8A4B6
(168,164,182)
#B8B5C3
(184,181,195)
#C8C6D0
(200,198,208)
#D8D7DD
(216,215,221)
#E8E8EA
(232,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483E68; }

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

This text font color is #483E68.


Background Color

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

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

This div background color is #483E68.


Border color

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

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

This div border color is #483E68.


Opacity

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

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

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

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

This text has shadow with #483E68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483E68 on black background.


Color preview on white background

This text has color #483E68 on white background.



Black color preview on #483E68 background

This text has black color on #483E68 background.


White color preview on #483E68 background

This text has white color on #483E68 background.