COLOR #396F87

HEX: #396F87
RGB: (57,111,135)

Color info

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

RGB color model

#396F87 color RGB value is (57,111,135).

  • red value is 57;
  • green value is 111;
  • blue value is 135.
RGB:
(57,111,135)
(22%,44%,53%)

RGB channels and saturation

R 57 of 255 = 22%
G 111 of 255 = 44%
B 135 of 255 = 53%

57
111
135

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

Portions of RGB colors in percentages

R + G + B =
57 + 111 + 135 = 303 (100%)
R 57 of 303 ~ 18.81%
G 111 of 303 ~ 36.63%
B 135 of 303 ~ 44.55%

%18.81
%36.63
%44.55

CMYK color model

#396F87 color CMYK value is (58,18,0,47).

  • cyan value is 57.78%
  • magenta value is 17.78%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(58,18,0,47)
C58M18Y0K47 
(58%,18%,0%,47%)
(0.58/0.18/0.00/0.47)	

CMYK percentages

%57.78
%17.78
%0
%47.06

Codes

Color #396F87 in popluar color models

396F87
RGB57111135
HSL198°40.63%37.65%
HSB/HSV198°57.78%52.94%
CMYK57.78%17.78%0.00%
47.06%

Color #396F87 in popluar number systems.

HEX396F87
Decimal57111135
Binary111001110111110000111
Octal71157207

Shades and tints

Shades of #396F87

#396F87
(57,111,135)
#34657B
(52,101,123)
#2F5B6F
(47,91,111)
#2A5163
(42,81,99)
#254757
(37,71,87)
#203D4B
(32,61,75)
#1B333F
(27,51,63)
#162933
(22,41,51)
#111F27
(17,31,39)
#0C151B
(12,21,27)
#070B0F
(7,11,15)
#000000
(0,0,0)

Tints of #396F87

#396F87
(57,111,135)
#4B7C91
(75,124,145)
#5D899B
(93,137,155)
#6F96A5
(111,150,165)
#81A3AF
(129,163,175)
#93B0B9
(147,176,185)
#A5BDC3
(165,189,195)
#B7CACD
(183,202,205)
#C9D7D7
(201,215,215)
#DBE4E1
(219,228,225)
#EDF1EB
(237,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #396F87 color. Also use rgb(57,111,135) instead hex code.

Text Font Color

.myTextColor { color: #396F87; }

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

This text font color is #396F87.


Background Color

.myBgColor { background-color: #396F87; }

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

This div background color is #396F87.


Border color

.myBorderColor { border: 1px solid #396F87; }

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

This div border color is #396F87.


Opacity

.myOpacity80 { color: #396F87; opacity: 0.8; }

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

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

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

This text has shadow with #396F87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #396F87 on black background.


Color preview on white background

This text has color #396F87 on white background.



Black color preview on #396F87 background

This text has black color on #396F87 background.


White color preview on #396F87 background

This text has white color on #396F87 background.