COLOR #39706B

HEX: #39706B
RGB: (57,112,107)

Color info

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

RGB color model

#39706B color RGB value is (57,112,107).

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

RGB channels and saturation

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

57
112
107

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

Portions of RGB colors in percentages

R + G + B =
57 + 112 + 107 = 276 (100%)
R 57 of 276 ~ 20.65%
G 112 of 276 ~ 40.58%
B 107 of 276 ~ 38.77%

%20.65
%40.58
%38.77

CMYK color model

#39706B color CMYK value is (49,0,4,56).

  • cyan value is 49.11%
  • magenta value is 0.00%
  • yellow value is 4.46%
  • key color value is 56.08%
CMYK:
(49,0,4,56)
C49M0Y4K56 
(49%,0%,4%,56%)
(0.49/0.00/0.04/0.56)	

CMYK percentages

%49.11
%0
%4.46
%56.08

Codes

Color #39706B in popluar color models

39706B
RGB57112107
HSL175°32.54%33.14%
HSB/HSV175°49.11%43.92%
CMYK49.11%0.00%4.46%
56.08%

Color #39706B in popluar number systems.

HEX39706B
Decimal57112107
Binary11100111100001101011
Octal71160153

Shades and tints

Shades of #39706B

#39706B
(57,112,107)
#346662
(52,102,98)
#2F5C59
(47,92,89)
#2A5250
(42,82,80)
#254847
(37,72,71)
#203E3E
(32,62,62)
#1B3435
(27,52,53)
#162A2C
(22,42,44)
#112023
(17,32,35)
#0C161A
(12,22,26)
#070C11
(7,12,17)
#000000
(0,0,0)

Tints of #39706B

#39706B
(57,112,107)
#4B7D78
(75,125,120)
#5D8A85
(93,138,133)
#6F9792
(111,151,146)
#81A49F
(129,164,159)
#93B1AC
(147,177,172)
#A5BEB9
(165,190,185)
#B7CBC6
(183,203,198)
#C9D8D3
(201,216,211)
#DBE5E0
(219,229,224)
#EDF2ED
(237,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #39706B color. Also use rgb(57,112,107) instead hex code.

Text Font Color

.myTextColor { color: #39706B; }

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

This text font color is #39706B.


Background Color

.myBgColor { background-color: #39706B; }

<div style="background-color:#39706B">Inner text</div>

This div background color is #39706B.


Border color

.myBorderColor { border: 1px solid #39706B; }

<div style="border:3px solid #39706B">Div</div>

This div border color is #39706B.


Opacity

.myOpacity80 { color: #39706B; opacity: 0.8; }

<p style="color:#39706B;opacity:0.8;">80%</p>

Text with #39706B 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 #39706B;}

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

This text has shadow with #39706B color.

.textShadow {text-shadow: 3px 3px 1px #39706B, 3px 3px 1px red;}

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

This text has shadow with #39706B primary color and red secondary color.


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

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

This text has shadow with #39706B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #39706B on black background.


Color preview on white background

This text has color #39706B on white background.



Black color preview on #39706B background

This text has black color on #39706B background.


White color preview on #39706B background

This text has white color on #39706B background.