COLOR #396B7C

HEX: #396B7C
RGB: (57,107,124)

Color info

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

RGB color model

#396B7C color RGB value is (57,107,124).

  • red value is 57;
  • green value is 107;
  • blue value is 124.
RGB:
(57,107,124)
(22%,42%,49%)

RGB channels and saturation

R 57 of 255 = 22%
G 107 of 255 = 42%
B 124 of 255 = 49%

57
107
124

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

Portions of RGB colors in percentages

R + G + B =
57 + 107 + 124 = 288 (100%)
R 57 of 288 ~ 19.79%
G 107 of 288 ~ 37.15%
B 124 of 288 ~ 43.06%

%19.79
%37.15
%43.06

CMYK color model

#396B7C color CMYK value is (54,14,0,51).

  • cyan value is 54.03%
  • magenta value is 13.71%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(54,14,0,51)
C54M14Y0K51 
(54%,14%,0%,51%)
(0.54/0.14/0.00/0.51)	

CMYK percentages

%54.03
%13.71
%0
%51.37

Codes

Color #396B7C in popluar color models

396B7C
RGB57107124
HSL195°37.02%35.49%
HSB/HSV195°54.03%48.63%
CMYK54.03%13.71%0.00%
51.37%

Color #396B7C in popluar number systems.

HEX396B7C
Decimal57107124
Binary11100111010111111100
Octal71153174

Shades and tints

Shades of #396B7C

#396B7C
(57,107,124)
#346271
(52,98,113)
#2F5966
(47,89,102)
#2A505B
(42,80,91)
#254750
(37,71,80)
#203E45
(32,62,69)
#1B353A
(27,53,58)
#162C2F
(22,44,47)
#112324
(17,35,36)
#0C1A19
(12,26,25)
#07110E
(7,17,14)
#000000
(0,0,0)

Tints of #396B7C

#396B7C
(57,107,124)
#4B7887
(75,120,135)
#5D8592
(93,133,146)
#6F929D
(111,146,157)
#819FA8
(129,159,168)
#93ACB3
(147,172,179)
#A5B9BE
(165,185,190)
#B7C6C9
(183,198,201)
#C9D3D4
(201,211,212)
#DBE0DF
(219,224,223)
#EDEDEA
(237,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #396B7C color. Also use rgb(57,107,124) instead hex code.

Text Font Color

.myTextColor { color: #396B7C; }

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

This text font color is #396B7C.


Background Color

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

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

This div background color is #396B7C.


Border color

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

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

This div border color is #396B7C.


Opacity

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

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

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

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

This text has shadow with #396B7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #396B7C on black background.


Color preview on white background

This text has color #396B7C on white background.



Black color preview on #396B7C background

This text has black color on #396B7C background.


White color preview on #396B7C background

This text has white color on #396B7C background.