COLOR #3F7E72

HEX: #3F7E72
RGB: (63,126,114)

Color info

#3F7E72 contains mainly green and blue colors. Web safe color of #3F7E72 is #336666 (or #366).

RGB color model

#3F7E72 color RGB value is (63,126,114).

  • red value is 63;
  • green value is 126;
  • blue value is 114.
RGB:
(63,126,114)
(25%,49%,45%)

RGB channels and saturation

R 63 of 255 = 25%
G 126 of 255 = 49%
B 114 of 255 = 45%

63
126
114

R + G + B ~ 40%. #3F7E72 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
63 + 126 + 114 = 303 (100%)
R 63 of 303 ~ 20.79%
G 126 of 303 ~ 41.58%
B 114 of 303 ~ 37.62%

%20.79
%41.58
%37.62

CMYK color model

#3F7E72 color CMYK value is (50,0,10,51).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 9.52%
  • key color value is 50.59%
CMYK:
(50,0,10,51)
C50M0Y10K51 
(50%,0%,10%,51%)
(0.50/0.00/0.10/0.51)	

CMYK percentages

%50
%0
%9.52
%50.59

Codes

Color #3F7E72 in popluar color models

3F7E72
RGB63126114
HSL169°33.33%37.06%
HSB/HSV169°50.00%49.41%
CMYK50.00%0.00%9.52%
50.59%

Color #3F7E72 in popluar number systems.

HEX3F7E72
Decimal63126114
Binary11111111111101110010
Octal77176162

Shades and tints

Shades of #3F7E72

#3F7E72
(63,126,114)
#3A7368
(58,115,104)
#35685E
(53,104,94)
#305D54
(48,93,84)
#2B524A
(43,82,74)
#264740
(38,71,64)
#213C36
(33,60,54)
#1C312C
(28,49,44)
#172622
(23,38,34)
#121B18
(18,27,24)
#0D100E
(13,16,14)
#000000
(0,0,0)

Tints of #3F7E72

#3F7E72
(63,126,114)
#50897E
(80,137,126)
#61948A
(97,148,138)
#729F96
(114,159,150)
#83AAA2
(131,170,162)
#94B5AE
(148,181,174)
#A5C0BA
(165,192,186)
#B6CBC6
(182,203,198)
#C7D6D2
(199,214,210)
#D8E1DE
(216,225,222)
#E9ECEA
(233,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F7E72 color. Also use rgb(63,126,114) instead hex code.

Text Font Color

.myTextColor { color: #3F7E72; }

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

This text font color is #3F7E72.


Background Color

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

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

This div background color is #3F7E72.


Border color

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

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

This div border color is #3F7E72.


Opacity

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

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

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

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

This text has shadow with #3F7E72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F7E72 on black background.


Color preview on white background

This text has color #3F7E72 on white background.



Black color preview on #3F7E72 background

This text has black color on #3F7E72 background.


White color preview on #3F7E72 background

This text has white color on #3F7E72 background.