COLOR #39705B

HEX: #39705B
RGB: (57,112,91)

Color info

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

RGB color model

#39705B color RGB value is (57,112,91).

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

RGB channels and saturation

R 57 of 255 = 22%
G 112 of 255 = 44%
B 91 of 255 = 36%

57
112
91

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

Portions of RGB colors in percentages

R + G + B =
57 + 112 + 91 = 260 (100%)
R 57 of 260 ~ 21.92%
G 112 of 260 ~ 43.08%
B 91 of 260 ~ 35%

%21.92
%43.08
%35

CMYK color model

#39705B color CMYK value is (49,0,19,56).

  • cyan value is 49.11%
  • magenta value is 0.00%
  • yellow value is 18.75%
  • key color value is 56.08%
CMYK:
(49,0,19,56)
C49M0Y19K56 
(49%,0%,19%,56%)
(0.49/0.00/0.19/0.56)	

CMYK percentages

%49.11
%0
%18.75
%56.08

Codes

Color #39705B in popluar color models

39705B
RGB5711291
HSL157°32.54%33.14%
HSB/HSV157°49.11%43.92%
CMYK49.11%0.00%18.75%
56.08%

Color #39705B in popluar number systems.

HEX39705B
Decimal5711291
Binary11100111100001011011
Octal71160133

Shades and tints

Shades of #39705B

#39705B
(57,112,91)
#346653
(52,102,83)
#2F5C4B
(47,92,75)
#2A5243
(42,82,67)
#25483B
(37,72,59)
#203E33
(32,62,51)
#1B342B
(27,52,43)
#162A23
(22,42,35)
#11201B
(17,32,27)
#0C1613
(12,22,19)
#070C0B
(7,12,11)
#000000
(0,0,0)

Tints of #39705B

#39705B
(57,112,91)
#4B7D69
(75,125,105)
#5D8A77
(93,138,119)
#6F9785
(111,151,133)
#81A493
(129,164,147)
#93B1A1
(147,177,161)
#A5BEAF
(165,190,175)
#B7CBBD
(183,203,189)
#C9D8CB
(201,216,203)
#DBE5D9
(219,229,217)
#EDF2E7
(237,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #39705B; }

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

This text font color is #39705B.


Background Color

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

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

This div background color is #39705B.


Border color

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

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

This div border color is #39705B.


Opacity

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

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

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

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

This text has shadow with #39705B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #39705B on black background.


Color preview on white background

This text has color #39705B on white background.



Black color preview on #39705B background

This text has black color on #39705B background.


White color preview on #39705B background

This text has white color on #39705B background.