COLOR #3F8173

HEX: #3F8173 RGB: (63,129,115)

Color info

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

RGB color model

#3F8173 color RGB value is (63,129,115).

RGB: (63,129,115) (25%, 51%, 45%)

RGB channels and saturation

R 63 of 255 = 25%
G 129 of 255 = 51%
B 115 of 255 = 45%

63
129
115

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

Portions of RGB colors in percentages

R + G + B = 63 + 129 + 115 = 307 (100%)
R 63 of 307 ~ 20.52%
G 129 of 307 ~ 42.02%
B 115 of 307 ~ 37.46'%

%20.52
%42.02
%37.46

CMYK color model

#3F8173 color CMYK value is (51,0,11,49).

  • cyan value is 51.16%
  • magenta value is 0.00%
  • yellow value is 10.85%
  • key color value is 49.41%

CMYK: (51,0,11,49)
C51M0Y11K49 (51%, 0%, 11%, 49%)
(0.51 / 0.00 / 0.11 / 0.49)

CMYK percentages

%51.16
%0
%10.85
%49.41

Codes

Color #3F8173 in popluar color models

3F 81 73
RGB 63 129 115
HSL 167° 34.38% 37.65%
HSB/HSV 167° 51.16% 50.59%
CMYK 51.16% 0.00% 10.85%
49.41%

Color #3F8173 in popluar number systems.

HEX 3F 81 73
Decimal 63 129 115
Binary 111111 10000001 1110011
Octal 77 201 163

Shades and tints

Shades of #3F8173

#3F8173
(63,129,115)
#3A7669
(58,118,105)
#356B5F
(53,107,95)
#306055
(48,96,85)
#2B554B
(43,85,75)
#264A41
(38,74,65)
#213F37
(33,63,55)
#1C342D
(28,52,45)
#172923
(23,41,35)
#121E19
(18,30,25)
#0D130F
(13,19,15)
#000000
(0,0,0)

Tints of #3F8173

#3F8173
(63,129,115)
#508C7F
(80,140,127)
#61978B
(97,151,139)
#72A297
(114,162,151)
#83ADA3
(131,173,163)
#94B8AF
(148,184,175)
#A5C3BB
(165,195,187)
#B6CEC7
(182,206,199)
#C7D9D3
(199,217,211)
#D8E4DF
(216,228,223)
#E9EFEB
(233,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F8173 color. Also use rgb(63,129,115) instead hex code.

Text Font Color

.myTextColor { color: #3F8173; }

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

This text font color is #3F8173.

Background Color

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

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

This div background color is #3F8173.

Border color

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

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

This div border color is #3F8173.

Opacity

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

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

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

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

This text has shadow with #3F8173 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F8173.

Preview

Color preview on black background

This text has color #3F8173 on black background.


Color preview on white background

This text has color #3F8173 on white background.


Black color preview on #3F8173 background

This text has black color on #3F8173 background.


White color preview on #3F8173 background

This text has white color on #3F8173 background.


Related colors

Complementary color

Complementary color for #hex is #C07E8C.


I love getcolorcode.com

Triadic colors

1 #733F81 and #81733F with #3F8173 are triadic colors.

2 #73813F and #813F73 with #3F8173 are triadic colors.