COLOR #3F9077

HEX: #3F9077 RGB: (63,144,119)

Color info

#3F9077 contains mainly green and blue colors. Web safe color of #3F9077 is #339966 (or #396).

RGB color model

#3F9077 color RGB value is (63,144,119).

RGB: (63,144,119) (25%, 56%, 47%)

RGB channels and saturation

R 63 of 255 = 25%
G 144 of 255 = 56%
B 119 of 255 = 47%

63
144
119

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

Portions of RGB colors in percentages

R + G + B = 63 + 144 + 119 = 326 (100%)
R 63 of 326 ~ 19.33%
G 144 of 326 ~ 44.17%
B 119 of 326 ~ 36.5'%

%19.33
%44.17
%36.5

CMYK color model

#3F9077 color CMYK value is (56,0,17,44).

  • cyan value is 56.25%
  • magenta value is 0.00%
  • yellow value is 17.36%
  • key color value is 43.53%
CMYK: (56,0,17,44) C56M0Y17K44 (56%,0%,17%,44%) (0.56/0.00/0.17/0.44) 

CMYK percentages

%56.25
%0
%17.36
%43.53

Codes

Color #3F9077 in popluar color models

3F 90 77
RGB 63 144 119
HSL 161° 39.13% 40.59%
HSB/HSV 161° 56.25% 56.47%
CMYK 56.25% 0.00% 17.36%
43.53%

Color #3F9077 in popluar number systems.

HEX 3F 90 77
Decimal 63 144 119
Binary 111111 10010000 1110111
Octal 77 220 167

Shades and tints

Shades of #3F9077

#3F9077
(63,144,119)
#3A836D
(58,131,109)
#357663
(53,118,99)
#306959
(48,105,89)
#2B5C4F
(43,92,79)
#264F45
(38,79,69)
#21423B
(33,66,59)
#1C3531
(28,53,49)
#172827
(23,40,39)
#121B1D
(18,27,29)
#0D0E13
(13,14,19)
#000000
(0,0,0)

Tints of #3F9077

#3F9077
(63,144,119)
#509A83
(80,154,131)
#61A48F
(97,164,143)
#72AE9B
(114,174,155)
#83B8A7
(131,184,167)
#94C2B3
(148,194,179)
#A5CCBF
(165,204,191)
#B6D6CB
(182,214,203)
#C7E0D7
(199,224,215)
#D8EAE3
(216,234,227)
#E9F4EF
(233,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F9077 color. Also use rgb(63,144,119) instead hex code.

Text Font Color

.myTextColor { color: #3F9077; }

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

This text font color is #3F9077.

Background Color

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

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

This div background color is #3F9077.

Border color

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

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

This div border color is #3F9077.

Opacity

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

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

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

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

This text has shadow with #3F9077 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F9077.

Preview

Color preview on black background

This text has color #3F9077 on black background.


Color preview on white background

This text has color #3F9077 on white background.


Black color preview on #3F9077 background

This text has black color on #3F9077 background.


White color preview on #3F9077 background

This text has white color on #3F9077 background.


Related colors

Complementary color

Complementary color for #hex is #C06F88.


I love getcolorcode.com

Triadic colors

1 #773F90 and #90773F with #3F9077 are triadic colors.

2 #77903F and #903F77 with #3F9077 are triadic colors.