COLOR #3F714E

HEX: #3F714E
RGB: (63,113,78)

Color info

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

RGB color model

#3F714E color RGB value is (63,113,78).

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

RGB channels and saturation

R 63 of 255 = 25%
G 113 of 255 = 44%
B 78 of 255 = 31%

63
113
78

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

Portions of RGB colors in percentages

R + G + B =
63 + 113 + 78 = 254 (100%)
R 63 of 254 ~ 24.8%
G 113 of 254 ~ 44.49%
B 78 of 254 ~ 30.71%

%24.8
%44.49
%30.71

CMYK color model

#3F714E color CMYK value is (44,0,31,56).

  • cyan value is 44.25%
  • magenta value is 0.00%
  • yellow value is 30.97%
  • key color value is 55.69%
CMYK:
(44,0,31,56)
C44M0Y31K56 
(44%,0%,31%,56%)
(0.44/0.00/0.31/0.56)	

CMYK percentages

%44.25
%0
%30.97
%55.69

Codes

Color #3F714E in popluar color models

3F714E
RGB6311378
HSL138°28.41%34.51%
HSB/HSV138°44.25%44.31%
CMYK44.25%0.00%30.97%
55.69%

Color #3F714E in popluar number systems.

HEX3F714E
Decimal6311378
Binary11111111100011001110
Octal77161116

Shades and tints

Shades of #3F714E

#3F714E
(63,113,78)
#3A6747
(58,103,71)
#355D40
(53,93,64)
#305339
(48,83,57)
#2B4932
(43,73,50)
#263F2B
(38,63,43)
#213524
(33,53,36)
#1C2B1D
(28,43,29)
#172116
(23,33,22)
#12170F
(18,23,15)
#0D0D08
(13,13,8)
#000000
(0,0,0)

Tints of #3F714E

#3F714E
(63,113,78)
#507D5E
(80,125,94)
#61896E
(97,137,110)
#72957E
(114,149,126)
#83A18E
(131,161,142)
#94AD9E
(148,173,158)
#A5B9AE
(165,185,174)
#B6C5BE
(182,197,190)
#C7D1CE
(199,209,206)
#D8DDDE
(216,221,222)
#E9E9EE
(233,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F714E color. Also use rgb(63,113,78) instead hex code.

Text Font Color

.myTextColor { color: #3F714E; }

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

This text font color is #3F714E.


Background Color

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

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

This div background color is #3F714E.


Border color

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

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

This div border color is #3F714E.


Opacity

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

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

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

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

This text has shadow with #3F714E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F714E on black background.


Color preview on white background

This text has color #3F714E on white background.



Black color preview on #3F714E background

This text has black color on #3F714E background.


White color preview on #3F714E background

This text has white color on #3F714E background.