COLOR #3F9373

HEX: #3F9373 RGB: (63,147,115)

Color info

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

RGB color model

#3F9373 color RGB value is (63,147,115).

RGB: (63,147,115) (25%, 58%, 45%)

RGB channels and saturation

R 63 of 255 = 25%
G 147 of 255 = 58%
B 115 of 255 = 45%

63
147
115

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

Portions of RGB colors in percentages

R + G + B = 63 + 147 + 115 = 325 (100%)
R 63 of 325 ~ 19.38%
G 147 of 325 ~ 45.23%
B 115 of 325 ~ 35.38'%

%19.38
%45.23
%35.38

CMYK color model

#3F9373 color CMYK value is (57,0,22,42).

  • cyan value is 57.14%
  • magenta value is 0.00%
  • yellow value is 21.77%
  • key color value is 42.35%

CMYK: (57,0,22,42)
C57M0Y22K42 (57%, 0%, 22%, 42%)
(0.57 / 0.00 / 0.22 / 0.42)

CMYK percentages

%57.14
%0
%21.77
%42.35

Codes

Color #3F9373 in popluar color models

3F 93 73
RGB 63 147 115
HSL 157° 40.00% 41.18%
HSB/HSV 157° 57.14% 57.65%
CMYK 57.14% 0.00% 21.77%
42.35%

Color #3F9373 in popluar number systems.

HEX 3F 93 73
Decimal 63 147 115
Binary 111111 10010011 1110011
Octal 77 223 163

Shades and tints

Shades of #3F9373

#3F9373
(63,147,115)
#3A8669
(58,134,105)
#35795F
(53,121,95)
#306C55
(48,108,85)
#2B5F4B
(43,95,75)
#265241
(38,82,65)
#214537
(33,69,55)
#1C382D
(28,56,45)
#172B23
(23,43,35)
#121E19
(18,30,25)
#0D110F
(13,17,15)
#000000
(0,0,0)

Tints of #3F9373

#3F9373
(63,147,115)
#509C7F
(80,156,127)
#61A58B
(97,165,139)
#72AE97
(114,174,151)
#83B7A3
(131,183,163)
#94C0AF
(148,192,175)
#A5C9BB
(165,201,187)
#B6D2C7
(182,210,199)
#C7DBD3
(199,219,211)
#D8E4DF
(216,228,223)
#E9EDEB
(233,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F9373; }

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

This text font color is #3F9373.

Background Color

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

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

This div background color is #3F9373.

Border color

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

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

This div border color is #3F9373.

Opacity

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

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

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

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

This text has shadow with #3F9373 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F9373.

Preview

Color preview on black background

This text has color #3F9373 on black background.


Color preview on white background

This text has color #3F9373 on white background.


Black color preview on #3F9373 background

This text has black color on #3F9373 background.


White color preview on #3F9373 background

This text has white color on #3F9373 background.


Related colors

Complementary color

Complementary color for #hex is #C06C8C.


I love getcolorcode.com

Triadic colors

1 #733F93 and #93733F with #3F9373 are triadic colors.

2 #73933F and #933F73 with #3F9373 are triadic colors.