COLOR #396277

HEX: #396277
RGB: (57,98,119)

Color info

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

RGB color model

#396277 color RGB value is (57,98,119).

  • red value is 57;
  • green value is 98;
  • blue value is 119.
RGB:
(57,98,119)
(22%,38%,47%)

RGB channels and saturation

R 57 of 255 = 22%
G 98 of 255 = 38%
B 119 of 255 = 47%

57
98
119

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

Portions of RGB colors in percentages

R + G + B =
57 + 98 + 119 = 274 (100%)
R 57 of 274 ~ 20.8%
G 98 of 274 ~ 35.77%
B 119 of 274 ~ 43.43%

%20.8
%35.77
%43.43

CMYK color model

#396277 color CMYK value is (52,18,0,53).

  • cyan value is 52.10%
  • magenta value is 17.65%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(52,18,0,53)
C52M18Y0K53 
(52%,18%,0%,53%)
(0.52/0.18/0.00/0.53)	

CMYK percentages

%52.1
%17.65
%0
%53.33

Codes

Color #396277 in popluar color models

396277
RGB5798119
HSL200°35.23%34.51%
HSB/HSV200°52.10%46.67%
CMYK52.10%17.65%0.00%
53.33%

Color #396277 in popluar number systems.

HEX396277
Decimal5798119
Binary11100111000101110111
Octal71142167

Shades and tints

Shades of #396277

#396277
(57,98,119)
#345A6D
(52,90,109)
#2F5263
(47,82,99)
#2A4A59
(42,74,89)
#25424F
(37,66,79)
#203A45
(32,58,69)
#1B323B
(27,50,59)
#162A31
(22,42,49)
#112227
(17,34,39)
#0C1A1D
(12,26,29)
#071213
(7,18,19)
#000000
(0,0,0)

Tints of #396277

#396277
(57,98,119)
#4B7083
(75,112,131)
#5D7E8F
(93,126,143)
#6F8C9B
(111,140,155)
#819AA7
(129,154,167)
#93A8B3
(147,168,179)
#A5B6BF
(165,182,191)
#B7C4CB
(183,196,203)
#C9D2D7
(201,210,215)
#DBE0E3
(219,224,227)
#EDEEEF
(237,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #396277 color. Also use rgb(57,98,119) instead hex code.

Text Font Color

.myTextColor { color: #396277; }

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

This text font color is #396277.


Background Color

.myBgColor { background-color: #396277; }

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

This div background color is #396277.


Border color

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

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

This div border color is #396277.


Opacity

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

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

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

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

This text has shadow with #396277 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #396277 on black background.


Color preview on white background

This text has color #396277 on white background.



Black color preview on #396277 background

This text has black color on #396277 background.


White color preview on #396277 background

This text has white color on #396277 background.