COLOR #396882

HEX: #396882
RGB: (57,104,130)

Color info

#396882 contains mainly green and blue colors. Web safe color of #396882 is #336699 (or #369).

RGB color model

#396882 color RGB value is (57,104,130).

  • red value is 57;
  • green value is 104;
  • blue value is 130.
RGB:
(57,104,130)
(22%,41%,51%)

RGB channels and saturation

R 57 of 255 = 22%
G 104 of 255 = 41%
B 130 of 255 = 51%

57
104
130

R + G + B ~ 38%. #396882 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 104 + 130 = 291 (100%)
R 57 of 291 ~ 19.59%
G 104 of 291 ~ 35.74%
B 130 of 291 ~ 44.67%

%19.59
%35.74
%44.67

CMYK color model

#396882 color CMYK value is (56,20,0,49).

  • cyan value is 56.15%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(56,20,0,49)
C56M20Y0K49 
(56%,20%,0%,49%)
(0.56/0.20/0.00/0.49)	

CMYK percentages

%56.15
%20
%0
%49.02

Codes

Color #396882 in popluar color models

396882
RGB57104130
HSL201°39.04%36.67%
HSB/HSV201°56.15%50.98%
CMYK56.15%20.00%0.00%
49.02%

Color #396882 in popluar number systems.

HEX396882
Decimal57104130
Binary111001110100010000010
Octal71150202

Shades and tints

Shades of #396882

#396882
(57,104,130)
#345F77
(52,95,119)
#2F566C
(47,86,108)
#2A4D61
(42,77,97)
#254456
(37,68,86)
#203B4B
(32,59,75)
#1B3240
(27,50,64)
#162935
(22,41,53)
#11202A
(17,32,42)
#0C171F
(12,23,31)
#070E14
(7,14,20)
#000000
(0,0,0)

Tints of #396882

#396882
(57,104,130)
#4B758D
(75,117,141)
#5D8298
(93,130,152)
#6F8FA3
(111,143,163)
#819CAE
(129,156,174)
#93A9B9
(147,169,185)
#A5B6C4
(165,182,196)
#B7C3CF
(183,195,207)
#C9D0DA
(201,208,218)
#DBDDE5
(219,221,229)
#EDEAF0
(237,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #396882 color. Also use rgb(57,104,130) instead hex code.

Text Font Color

.myTextColor { color: #396882; }

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

This text font color is #396882.


Background Color

.myBgColor { background-color: #396882; }

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

This div background color is #396882.


Border color

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

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

This div border color is #396882.


Opacity

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

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

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

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

This text has shadow with #396882 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #396882 on black background.


Color preview on white background

This text has color #396882 on white background.



Black color preview on #396882 background

This text has black color on #396882 background.


White color preview on #396882 background

This text has white color on #396882 background.