COLOR #396B6F

HEX: #396B6F
RGB: (57,107,111)

Color info

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

RGB color model

#396B6F color RGB value is (57,107,111).

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

RGB channels and saturation

R 57 of 255 = 22%
G 107 of 255 = 42%
B 111 of 255 = 44%

57
107
111

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

Portions of RGB colors in percentages

R + G + B =
57 + 107 + 111 = 275 (100%)
R 57 of 275 ~ 20.73%
G 107 of 275 ~ 38.91%
B 111 of 275 ~ 40.36%

%20.73
%38.91
%40.36

CMYK color model

#396B6F color CMYK value is (49,4,0,56).

  • cyan value is 48.65%
  • magenta value is 3.60%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(49,4,0,56)
C49M4Y0K56 
(49%,4%,0%,56%)
(0.49/0.04/0.00/0.56)	

CMYK percentages

%48.65
%3.6
%0
%56.47

Codes

Color #396B6F in popluar color models

396B6F
RGB57107111
HSL184°32.14%32.94%
HSB/HSV184°48.65%43.53%
CMYK48.65%3.60%0.00%
56.47%

Color #396B6F in popluar number systems.

HEX396B6F
Decimal57107111
Binary11100111010111101111
Octal71153157

Shades and tints

Shades of #396B6F

#396B6F
(57,107,111)
#346265
(52,98,101)
#2F595B
(47,89,91)
#2A5051
(42,80,81)
#254747
(37,71,71)
#203E3D
(32,62,61)
#1B3533
(27,53,51)
#162C29
(22,44,41)
#11231F
(17,35,31)
#0C1A15
(12,26,21)
#07110B
(7,17,11)
#000000
(0,0,0)

Tints of #396B6F

#396B6F
(57,107,111)
#4B787C
(75,120,124)
#5D8589
(93,133,137)
#6F9296
(111,146,150)
#819FA3
(129,159,163)
#93ACB0
(147,172,176)
#A5B9BD
(165,185,189)
#B7C6CA
(183,198,202)
#C9D3D7
(201,211,215)
#DBE0E4
(219,224,228)
#EDEDF1
(237,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #396B6F; }

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

This text font color is #396B6F.


Background Color

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

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

This div background color is #396B6F.


Border color

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

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

This div border color is #396B6F.


Opacity

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

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

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

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

This text has shadow with #396B6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #396B6F on black background.


Color preview on white background

This text has color #396B6F on white background.



Black color preview on #396B6F background

This text has black color on #396B6F background.


White color preview on #396B6F background

This text has white color on #396B6F background.