COLOR #396781

HEX: #396781
RGB: (57,103,129)

Color info

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

RGB color model

#396781 color RGB value is (57,103,129).

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

RGB channels and saturation

R 57 of 255 = 22%
G 103 of 255 = 40%
B 129 of 255 = 51%

57
103
129

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

Portions of RGB colors in percentages

R + G + B =
57 + 103 + 129 = 289 (100%)
R 57 of 289 ~ 19.72%
G 103 of 289 ~ 35.64%
B 129 of 289 ~ 44.64%

%19.72
%35.64
%44.64

CMYK color model

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

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

CMYK percentages

%55.81
%20.16
%0
%49.41

Codes

Color #396781 in popluar color models

396781
RGB57103129
HSL202°38.71%36.47%
HSB/HSV202°55.81%50.59%
CMYK55.81%20.16%0.00%
49.41%

Color #396781 in popluar number systems.

HEX396781
Decimal57103129
Binary111001110011110000001
Octal71147201

Shades and tints

Shades of #396781

#396781
(57,103,129)
#345E76
(52,94,118)
#2F556B
(47,85,107)
#2A4C60
(42,76,96)
#254355
(37,67,85)
#203A4A
(32,58,74)
#1B313F
(27,49,63)
#162834
(22,40,52)
#111F29
(17,31,41)
#0C161E
(12,22,30)
#070D13
(7,13,19)
#000000
(0,0,0)

Tints of #396781

#396781
(57,103,129)
#4B748C
(75,116,140)
#5D8197
(93,129,151)
#6F8EA2
(111,142,162)
#819BAD
(129,155,173)
#93A8B8
(147,168,184)
#A5B5C3
(165,181,195)
#B7C2CE
(183,194,206)
#C9CFD9
(201,207,217)
#DBDCE4
(219,220,228)
#EDE9EF
(237,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #396781; }

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

This text font color is #396781.


Background Color

.myBgColor { background-color: #396781; }

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

This div background color is #396781.


Border color

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

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

This div border color is #396781.


Opacity

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

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

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

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

This text has shadow with #396781 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #396781 on black background.


Color preview on white background

This text has color #396781 on white background.



Black color preview on #396781 background

This text has black color on #396781 background.


White color preview on #396781 background

This text has white color on #396781 background.