COLOR #396F60

HEX: #396F60
RGB: (57,111,96)

Color info

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

RGB color model

#396F60 color RGB value is (57,111,96).

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

RGB channels and saturation

R 57 of 255 = 22%
G 111 of 255 = 44%
B 96 of 255 = 38%

57
111
96

R + G + B ~ 35%. #396F60 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 111 + 96 = 264 (100%)
R 57 of 264 ~ 21.59%
G 111 of 264 ~ 42.05%
B 96 of 264 ~ 36.36%

%21.59
%42.05
%36.36

CMYK color model

#396F60 color CMYK value is (49,0,14,56).

  • cyan value is 48.65%
  • magenta value is 0.00%
  • yellow value is 13.51%
  • key color value is 56.47%
CMYK:
(49,0,14,56)
C49M0Y14K56 
(49%,0%,14%,56%)
(0.49/0.00/0.14/0.56)	

CMYK percentages

%48.65
%0
%13.51
%56.47

Codes

Color #396F60 in popluar color models

396F60
RGB5711196
HSL163°32.14%32.94%
HSB/HSV163°48.65%43.53%
CMYK48.65%0.00%13.51%
56.47%

Color #396F60 in popluar number systems.

HEX396F60
Decimal5711196
Binary11100111011111100000
Octal71157140

Shades and tints

Shades of #396F60

#396F60
(57,111,96)
#346558
(52,101,88)
#2F5B50
(47,91,80)
#2A5148
(42,81,72)
#254740
(37,71,64)
#203D38
(32,61,56)
#1B3330
(27,51,48)
#162928
(22,41,40)
#111F20
(17,31,32)
#0C1518
(12,21,24)
#070B10
(7,11,16)
#000000
(0,0,0)

Tints of #396F60

#396F60
(57,111,96)
#4B7C6E
(75,124,110)
#5D897C
(93,137,124)
#6F968A
(111,150,138)
#81A398
(129,163,152)
#93B0A6
(147,176,166)
#A5BDB4
(165,189,180)
#B7CAC2
(183,202,194)
#C9D7D0
(201,215,208)
#DBE4DE
(219,228,222)
#EDF1EC
(237,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #396F60; }

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

This text font color is #396F60.


Background Color

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

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

This div background color is #396F60.


Border color

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

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

This div border color is #396F60.


Opacity

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

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

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

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

This text has shadow with #396F60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #396F60 on black background.


Color preview on white background

This text has color #396F60 on white background.



Black color preview on #396F60 background

This text has black color on #396F60 background.


White color preview on #396F60 background

This text has white color on #396F60 background.