COLOR #3F7E5A

HEX: #3F7E5A
RGB: (63,126,90)

Color info

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

RGB color model

#3F7E5A color RGB value is (63,126,90).

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

RGB channels and saturation

R 63 of 255 = 25%
G 126 of 255 = 49%
B 90 of 255 = 35%

63
126
90

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

Portions of RGB colors in percentages

R + G + B =
63 + 126 + 90 = 279 (100%)
R 63 of 279 ~ 22.58%
G 126 of 279 ~ 45.16%
B 90 of 279 ~ 32.26%

%22.58
%45.16
%32.26

CMYK color model

#3F7E5A color CMYK value is (50,0,29,51).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 50.59%
CMYK:
(50,0,29,51)
C50M0Y29K51 
(50%,0%,29%,51%)
(0.50/0.00/0.29/0.51)	

CMYK percentages

%50
%0
%28.57
%50.59

Codes

Color #3F7E5A in popluar color models

3F7E5A
RGB6312690
HSL146°33.33%37.06%
HSB/HSV146°50.00%49.41%
CMYK50.00%0.00%28.57%
50.59%

Color #3F7E5A in popluar number systems.

HEX3F7E5A
Decimal6312690
Binary11111111111101011010
Octal77176132

Shades and tints

Shades of #3F7E5A

#3F7E5A
(63,126,90)
#3A7352
(58,115,82)
#35684A
(53,104,74)
#305D42
(48,93,66)
#2B523A
(43,82,58)
#264732
(38,71,50)
#213C2A
(33,60,42)
#1C3122
(28,49,34)
#17261A
(23,38,26)
#121B12
(18,27,18)
#0D100A
(13,16,10)
#000000
(0,0,0)

Tints of #3F7E5A

#3F7E5A
(63,126,90)
#508969
(80,137,105)
#619478
(97,148,120)
#729F87
(114,159,135)
#83AA96
(131,170,150)
#94B5A5
(148,181,165)
#A5C0B4
(165,192,180)
#B6CBC3
(182,203,195)
#C7D6D2
(199,214,210)
#D8E1E1
(216,225,225)
#E9ECF0
(233,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F7E5A; }

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

This text font color is #3F7E5A.


Background Color

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

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

This div background color is #3F7E5A.


Border color

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

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

This div border color is #3F7E5A.


Opacity

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

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

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

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

This text has shadow with #3F7E5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F7E5A on black background.


Color preview on white background

This text has color #3F7E5A on white background.



Black color preview on #3F7E5A background

This text has black color on #3F7E5A background.


White color preview on #3F7E5A background

This text has white color on #3F7E5A background.