COLOR #396776

HEX: #396776
RGB: (57,103,118)

Color info

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

RGB color model

#396776 color RGB value is (57,103,118).

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

RGB channels and saturation

R 57 of 255 = 22%
G 103 of 255 = 40%
B 118 of 255 = 46%

57
103
118

R + G + B ~ 36%. #396776 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 103 + 118 = 278 (100%)
R 57 of 278 ~ 20.5%
G 103 of 278 ~ 37.05%
B 118 of 278 ~ 42.45%

%20.5
%37.05
%42.45

CMYK color model

#396776 color CMYK value is (52,13,0,54).

  • cyan value is 51.69%
  • magenta value is 12.71%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(52,13,0,54)
C52M13Y0K54 
(52%,13%,0%,54%)
(0.52/0.13/0.00/0.54)	

CMYK percentages

%51.69
%12.71
%0
%53.73

Codes

Color #396776 in popluar color models

396776
RGB57103118
HSL195°34.86%34.31%
HSB/HSV195°51.69%46.27%
CMYK51.69%12.71%0.00%
53.73%

Color #396776 in popluar number systems.

HEX396776
Decimal57103118
Binary11100111001111110110
Octal71147166

Shades and tints

Shades of #396776

#396776
(57,103,118)
#345E6C
(52,94,108)
#2F5562
(47,85,98)
#2A4C58
(42,76,88)
#25434E
(37,67,78)
#203A44
(32,58,68)
#1B313A
(27,49,58)
#162830
(22,40,48)
#111F26
(17,31,38)
#0C161C
(12,22,28)
#070D12
(7,13,18)
#000000
(0,0,0)

Tints of #396776

#396776
(57,103,118)
#4B7482
(75,116,130)
#5D818E
(93,129,142)
#6F8E9A
(111,142,154)
#819BA6
(129,155,166)
#93A8B2
(147,168,178)
#A5B5BE
(165,181,190)
#B7C2CA
(183,194,202)
#C9CFD6
(201,207,214)
#DBDCE2
(219,220,226)
#EDE9EE
(237,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #396776; }

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

This text font color is #396776.


Background Color

.myBgColor { background-color: #396776; }

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

This div background color is #396776.


Border color

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

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

This div border color is #396776.


Opacity

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

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

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

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

This text has shadow with #396776 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #396776 on black background.


Color preview on white background

This text has color #396776 on white background.



Black color preview on #396776 background

This text has black color on #396776 background.


White color preview on #396776 background

This text has white color on #396776 background.