COLOR #396B5C

HEX: #396B5C RGB: (57,107,92)

Color info

#396B5C contains red, green and blue colors in about the same proportion. Web safe color of #396B5C is #336666 (or #366).

RGB color model

#396B5C color RGB value is (57,107,92).

RGB: (57,107,92) (22%, 42%, 36%)

RGB channels and saturation

R 57 of 255 = 22%
G 107 of 255 = 42%
B 92 of 255 = 36%

57
107
92

R + G + B ~ 33%. #396B5C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 57 + 107 + 92 = 256 (100%)
R 57 of 256 ~ 22.27%
G 107 of 256 ~ 41.8%
B 92 of 256 ~ 35.94'%

%22.27
%41.8
%35.94

CMYK color model

#396B5C color CMYK value is (47,0,14,58).

  • cyan value is 46.73%
  • magenta value is 0.00%
  • yellow value is 14.02%
  • key color value is 58.04%

CMYK: (47,0,14,58)
C47M0Y14K58 (47%, 0%, 14%, 58%)
(0.47 / 0.00 / 0.14 / 0.58)

CMYK percentages

%46.73
%0
%14.02
%58.04

Codes

Color #396B5C in popluar color models

39 6B 5C
RGB 57 107 92
HSL 162° 30.49% 32.16%
HSB/HSV 162° 46.73% 41.96%
CMYK 46.73% 0.00% 14.02%
58.04%

Color #396B5C in popluar number systems.

HEX 39 6B 5C
Decimal 57 107 92
Binary 111001 1101011 1011100
Octal 71 153 134

Shades and tints

Shades of #396B5C

#396B5C
(57,107,92)
#346254
(52,98,84)
#2F594C
(47,89,76)
#2A5044
(42,80,68)
#25473C
(37,71,60)
#203E34
(32,62,52)
#1B352C
(27,53,44)
#162C24
(22,44,36)
#11231C
(17,35,28)
#0C1A14
(12,26,20)
#07110C
(7,17,12)
#000000
(0,0,0)

Tints of #396B5C

#396B5C
(57,107,92)
#4B786A
(75,120,106)
#5D8578
(93,133,120)
#6F9286
(111,146,134)
#819F94
(129,159,148)
#93ACA2
(147,172,162)
#A5B9B0
(165,185,176)
#B7C6BE
(183,198,190)
#C9D3CC
(201,211,204)
#DBE0DA
(219,224,218)
#EDEDE8
(237,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #396B5C; }

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

This text font color is #396B5C.

Background Color

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

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

This div background color is #396B5C.

Border color

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

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

This div border color is #396B5C.

Opacity

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

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

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

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

This text has shadow with #396B5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #396B5C.

Preview

Color preview on black background

This text has color #396B5C on black background.


Color preview on white background

This text has color #396B5C on white background.


Black color preview on #396B5C background

This text has black color on #396B5C background.


White color preview on #396B5C background

This text has white color on #396B5C background.


Related colors

Complementary color

Complementary color for #hex is #C694A3.


I love getcolorcode.com

Triadic colors

1 #5C396B and #6B5C39 with #396B5C are triadic colors.

2 #5C6B39 and #6B395C with #396B5C are triadic colors.