COLOR #396E70

HEX: #396E70 RGB: (57,110,112)

Color info

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

RGB color model

#396E70 color RGB value is (57,110,112).

RGB: (57,110,112) (22%, 43%, 44%)

RGB channels and saturation

R 57 of 255 = 22%
G 110 of 255 = 43%
B 112 of 255 = 44%

57
110
112

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

Portions of RGB colors in percentages

R + G + B = 57 + 110 + 112 = 279 (100%)
R 57 of 279 ~ 20.43%
G 110 of 279 ~ 39.43%
B 112 of 279 ~ 40.14'%

%20.43
%39.43
%40.14

CMYK color model

#396E70 color CMYK value is (49,2,0,56).

  • cyan value is 49.11%
  • magenta value is 1.79%
  • yellow value is 0.00%
  • key color value is 56.08%

CMYK: (49,2,0,56)
C49M2Y0K56 (49%, 2%, 0%, 56%)
(0.49 / 0.02 / 0.00 / 0.56)

CMYK percentages

%49.11
%1.79
%0
%56.08

Codes

Color #396E70 in popluar color models

39 6E 70
RGB 57 110 112
HSL 182° 32.54% 33.14%
HSB/HSV 182° 49.11% 43.92%
CMYK 49.11% 1.79% 0.00%
56.08%

Color #396E70 in popluar number systems.

HEX 39 6E 70
Decimal 57 110 112
Binary 111001 1101110 1110000
Octal 71 156 160

Shades and tints

Shades of #396E70

#396E70
(57,110,112)
#346466
(52,100,102)
#2F5A5C
(47,90,92)
#2A5052
(42,80,82)
#254648
(37,70,72)
#203C3E
(32,60,62)
#1B3234
(27,50,52)
#16282A
(22,40,42)
#111E20
(17,30,32)
#0C1416
(12,20,22)
#070A0C
(7,10,12)
#000000
(0,0,0)

Tints of #396E70

#396E70
(57,110,112)
#4B7B7D
(75,123,125)
#5D888A
(93,136,138)
#6F9597
(111,149,151)
#81A2A4
(129,162,164)
#93AFB1
(147,175,177)
#A5BCBE
(165,188,190)
#B7C9CB
(183,201,203)
#C9D6D8
(201,214,216)
#DBE3E5
(219,227,229)
#EDF0F2
(237,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #396E70 color. Also use rgb(57,110,112) instead hex code.

Text Font Color

.myTextColor { color: #396E70; }

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

This text font color is #396E70.

Background Color

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

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

This div background color is #396E70.

Border color

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

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

This div border color is #396E70.

Opacity

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

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

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

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

This text has shadow with #396E70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #396E70.

Preview

Color preview on black background

This text has color #396E70 on black background.


Color preview on white background

This text has color #396E70 on white background.


Black color preview on #396E70 background

This text has black color on #396E70 background.


White color preview on #396E70 background

This text has white color on #396E70 background.


Related colors

Complementary color

Complementary color for #hex is #C6918F.


I love getcolorcode.com

Triadic colors

1 #70396E and #6E7039 with #396E70 are triadic colors.

2 #706E39 and #6E3970 with #396E70 are triadic colors.