COLOR #396480

HEX: #396480
RGB: (57,100,128)

Color info

#396480 contains mainly green and blue colors. Web safe color of #396480 is #336666 (or #366).

RGB color model

#396480 color RGB value is (57,100,128).

  • red value is 57;
  • green value is 100;
  • blue value is 128.
RGB:
(57,100,128)
(22%,39%,50%)

RGB channels and saturation

R 57 of 255 = 22%
G 100 of 255 = 39%
B 128 of 255 = 50%

57
100
128

R + G + B ~ 37%. #396480 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 100 + 128 = 285 (100%)
R 57 of 285 ~ 20%
G 100 of 285 ~ 35.09%
B 128 of 285 ~ 44.91%

%20
%35.09
%44.91

CMYK color model

#396480 color CMYK value is (55,22,0,50).

  • cyan value is 55.47%
  • magenta value is 21.88%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(55,22,0,50)
C55M22Y0K50 
(55%,22%,0%,50%)
(0.55/0.22/0.00/0.50)	

CMYK percentages

%55.47
%21.88
%0
%49.8

Codes

Color #396480 in popluar color models

396480
RGB57100128
HSL204°38.38%36.27%
HSB/HSV204°55.47%50.20%
CMYK55.47%21.88%0.00%
49.80%

Color #396480 in popluar number systems.

HEX396480
Decimal57100128
Binary111001110010010000000
Octal71144200

Shades and tints

Shades of #396480

#396480
(57,100,128)
#345B75
(52,91,117)
#2F526A
(47,82,106)
#2A495F
(42,73,95)
#254054
(37,64,84)
#203749
(32,55,73)
#1B2E3E
(27,46,62)
#162533
(22,37,51)
#111C28
(17,28,40)
#0C131D
(12,19,29)
#070A12
(7,10,18)
#000000
(0,0,0)

Tints of #396480

#396480
(57,100,128)
#4B728B
(75,114,139)
#5D8096
(93,128,150)
#6F8EA1
(111,142,161)
#819CAC
(129,156,172)
#93AAB7
(147,170,183)
#A5B8C2
(165,184,194)
#B7C6CD
(183,198,205)
#C9D4D8
(201,212,216)
#DBE2E3
(219,226,227)
#EDF0EE
(237,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #396480 color. Also use rgb(57,100,128) instead hex code.

Text Font Color

.myTextColor { color: #396480; }

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

This text font color is #396480.


Background Color

.myBgColor { background-color: #396480; }

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

This div background color is #396480.


Border color

.myBorderColor { border: 1px solid #396480; }

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

This div border color is #396480.


Opacity

.myOpacity80 { color: #396480; opacity: 0.8; }

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

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

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

This text has shadow with #396480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #396480 on black background.


Color preview on white background

This text has color #396480 on white background.



Black color preview on #396480 background

This text has black color on #396480 background.


White color preview on #396480 background

This text has white color on #396480 background.