COLOR #396F5E

HEX: #396F5E
RGB: (57,111,94)

Color info

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

RGB color model

#396F5E color RGB value is (57,111,94).

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

RGB channels and saturation

R 57 of 255 = 22%
G 111 of 255 = 44%
B 94 of 255 = 37%

57
111
94

R + G + B ~ 34%. #396F5E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 111 + 94 = 262 (100%)
R 57 of 262 ~ 21.76%
G 111 of 262 ~ 42.37%
B 94 of 262 ~ 35.88%

%21.76
%42.37
%35.88

CMYK color model

#396F5E color CMYK value is (49,0,15,56).

  • cyan value is 48.65%
  • magenta value is 0.00%
  • yellow value is 15.32%
  • key color value is 56.47%
CMYK:
(49,0,15,56)
C49M0Y15K56 
(49%,0%,15%,56%)
(0.49/0.00/0.15/0.56)	

CMYK percentages

%48.65
%0
%15.32
%56.47

Codes

Color #396F5E in popluar color models

396F5E
RGB5711194
HSL161°32.14%32.94%
HSB/HSV161°48.65%43.53%
CMYK48.65%0.00%15.32%
56.47%

Color #396F5E in popluar number systems.

HEX396F5E
Decimal5711194
Binary11100111011111011110
Octal71157136

Shades and tints

Shades of #396F5E

#396F5E
(57,111,94)
#346556
(52,101,86)
#2F5B4E
(47,91,78)
#2A5146
(42,81,70)
#25473E
(37,71,62)
#203D36
(32,61,54)
#1B332E
(27,51,46)
#162926
(22,41,38)
#111F1E
(17,31,30)
#0C1516
(12,21,22)
#070B0E
(7,11,14)
#000000
(0,0,0)

Tints of #396F5E

#396F5E
(57,111,94)
#4B7C6C
(75,124,108)
#5D897A
(93,137,122)
#6F9688
(111,150,136)
#81A396
(129,163,150)
#93B0A4
(147,176,164)
#A5BDB2
(165,189,178)
#B7CAC0
(183,202,192)
#C9D7CE
(201,215,206)
#DBE4DC
(219,228,220)
#EDF1EA
(237,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #396F5E; }

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

This text font color is #396F5E.


Background Color

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

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

This div background color is #396F5E.


Border color

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

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

This div border color is #396F5E.


Opacity

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

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

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

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

This text has shadow with #396F5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #396F5E on black background.


Color preview on white background

This text has color #396F5E on white background.



Black color preview on #396F5E background

This text has black color on #396F5E background.


White color preview on #396F5E background

This text has white color on #396F5E background.