COLOR #396792

HEX: #396792
RGB: (57,103,146)

Color info

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

RGB color model

#396792 color RGB value is (57,103,146).

  • red value is 57;
  • green value is 103;
  • blue value is 146.
RGB:
(57,103,146)
(22%,40%,57%)

RGB channels and saturation

R 57 of 255 = 22%
G 103 of 255 = 40%
B 146 of 255 = 57%

57
103
146

R + G + B ~ 40%. #396792 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
57 + 103 + 146 = 306 (100%)
R 57 of 306 ~ 18.63%
G 103 of 306 ~ 33.66%
B 146 of 306 ~ 47.71%

%18.63
%33.66
%47.71

CMYK color model

#396792 color CMYK value is (61,29,0,43).

  • cyan value is 60.96%
  • magenta value is 29.45%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(61,29,0,43)
C61M29Y0K43 
(61%,29%,0%,43%)
(0.61/0.29/0.00/0.43)	

CMYK percentages

%60.96
%29.45
%0
%42.75

Codes

Color #396792 in popluar color models

396792
RGB57103146
HSL209°43.84%39.80%
HSB/HSV209°60.96%57.25%
CMYK60.96%29.45%0.00%
42.75%

Color #396792 in popluar number systems.

HEX396792
Decimal57103146
Binary111001110011110010010
Octal71147222

Shades and tints

Shades of #396792

#396792
(57,103,146)
#345E85
(52,94,133)
#2F5578
(47,85,120)
#2A4C6B
(42,76,107)
#25435E
(37,67,94)
#203A51
(32,58,81)
#1B3144
(27,49,68)
#162837
(22,40,55)
#111F2A
(17,31,42)
#0C161D
(12,22,29)
#070D10
(7,13,16)
#000000
(0,0,0)

Tints of #396792

#396792
(57,103,146)
#4B749B
(75,116,155)
#5D81A4
(93,129,164)
#6F8EAD
(111,142,173)
#819BB6
(129,155,182)
#93A8BF
(147,168,191)
#A5B5C8
(165,181,200)
#B7C2D1
(183,194,209)
#C9CFDA
(201,207,218)
#DBDCE3
(219,220,227)
#EDE9EC
(237,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #396792 color. Also use rgb(57,103,146) instead hex code.

Text Font Color

.myTextColor { color: #396792; }

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

This text font color is #396792.


Background Color

.myBgColor { background-color: #396792; }

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

This div background color is #396792.


Border color

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

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

This div border color is #396792.


Opacity

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

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

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

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

This text has shadow with #396792 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #396792 on black background.


Color preview on white background

This text has color #396792 on white background.



Black color preview on #396792 background

This text has black color on #396792 background.


White color preview on #396792 background

This text has white color on #396792 background.