COLOR #3F704F

HEX: #3F704F
RGB: (63,112,79)

Color info

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

RGB color model

#3F704F color RGB value is (63,112,79).

  • red value is 63;
  • green value is 112;
  • blue value is 79.
RGB:
(63,112,79)
(25%,44%,31%)

RGB channels and saturation

R 63 of 255 = 25%
G 112 of 255 = 44%
B 79 of 255 = 31%

63
112
79

R + G + B ~ 33%. #3F704F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 112 + 79 = 254 (100%)
R 63 of 254 ~ 24.8%
G 112 of 254 ~ 44.09%
B 79 of 254 ~ 31.1%

%24.8
%44.09
%31.1

CMYK color model

#3F704F color CMYK value is (44,0,29,56).

  • cyan value is 43.75%
  • magenta value is 0.00%
  • yellow value is 29.46%
  • key color value is 56.08%
CMYK:
(44,0,29,56)
C44M0Y29K56 
(44%,0%,29%,56%)
(0.44/0.00/0.29/0.56)	

CMYK percentages

%43.75
%0
%29.46
%56.08

Codes

Color #3F704F in popluar color models

3F704F
RGB6311279
HSL140°28.00%34.31%
HSB/HSV140°43.75%43.92%
CMYK43.75%0.00%29.46%
56.08%

Color #3F704F in popluar number systems.

HEX3F704F
Decimal6311279
Binary11111111100001001111
Octal77160117

Shades and tints

Shades of #3F704F

#3F704F
(63,112,79)
#3A6648
(58,102,72)
#355C41
(53,92,65)
#30523A
(48,82,58)
#2B4833
(43,72,51)
#263E2C
(38,62,44)
#213425
(33,52,37)
#1C2A1E
(28,42,30)
#172017
(23,32,23)
#121610
(18,22,16)
#0D0C09
(13,12,9)
#000000
(0,0,0)

Tints of #3F704F

#3F704F
(63,112,79)
#507D5F
(80,125,95)
#618A6F
(97,138,111)
#72977F
(114,151,127)
#83A48F
(131,164,143)
#94B19F
(148,177,159)
#A5BEAF
(165,190,175)
#B6CBBF
(182,203,191)
#C7D8CF
(199,216,207)
#D8E5DF
(216,229,223)
#E9F2EF
(233,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F704F color. Also use rgb(63,112,79) instead hex code.

Text Font Color

.myTextColor { color: #3F704F; }

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

This text font color is #3F704F.


Background Color

.myBgColor { background-color: #3F704F; }

<div style="background-color:#3F704F">Inner text</div>

This div background color is #3F704F.


Border color

.myBorderColor { border: 1px solid #3F704F; }

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

This div border color is #3F704F.


Opacity

.myOpacity80 { color: #3F704F; opacity: 0.8; }

<p style="color:#3F704F;opacity:0.8;">80%</p>

Text with #3F704F 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 #3F704F;}

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

This text has shadow with #3F704F color.

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

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

This text has shadow with #3F704F primary color and red secondary color.


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

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

This text has shadow with #3F704F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F704F on black background.


Color preview on white background

This text has color #3F704F on white background.



Black color preview on #3F704F background

This text has black color on #3F704F background.


White color preview on #3F704F background

This text has white color on #3F704F background.