COLOR #3F7370

HEX: #3F7370
RGB: (63,115,112)

Color info

#3F7370 contains red, green and blue colors in about the same proportion. Web safe color of #3F7370 is #336666 (or #366).

RGB color model

#3F7370 color RGB value is (63,115,112).

  • red value is 63;
  • green value is 115;
  • blue value is 112.
RGB:
(63,115,112)
(25%,45%,44%)

RGB channels and saturation

R 63 of 255 = 25%
G 115 of 255 = 45%
B 112 of 255 = 44%

63
115
112

R + G + B ~ 38%. #3F7370 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 115 + 112 = 290 (100%)
R 63 of 290 ~ 21.72%
G 115 of 290 ~ 39.66%
B 112 of 290 ~ 38.62%

%21.72
%39.66
%38.62

CMYK color model

#3F7370 color CMYK value is (45,0,3,55).

  • cyan value is 45.22%
  • magenta value is 0.00%
  • yellow value is 2.61%
  • key color value is 54.90%
CMYK:
(45,0,3,55)
C45M0Y3K55 
(45%,0%,3%,55%)
(0.45/0.00/0.03/0.55)	

CMYK percentages

%45.22
%0
%2.61
%54.9

Codes

Color #3F7370 in popluar color models

3F7370
RGB63115112
HSL177°29.21%34.90%
HSB/HSV177°45.22%45.10%
CMYK45.22%0.00%2.61%
54.90%

Color #3F7370 in popluar number systems.

HEX3F7370
Decimal63115112
Binary11111111100111110000
Octal77163160

Shades and tints

Shades of #3F7370

#3F7370
(63,115,112)
#3A6966
(58,105,102)
#355F5C
(53,95,92)
#305552
(48,85,82)
#2B4B48
(43,75,72)
#26413E
(38,65,62)
#213734
(33,55,52)
#1C2D2A
(28,45,42)
#172320
(23,35,32)
#121916
(18,25,22)
#0D0F0C
(13,15,12)
#000000
(0,0,0)

Tints of #3F7370

#3F7370
(63,115,112)
#507F7D
(80,127,125)
#618B8A
(97,139,138)
#729797
(114,151,151)
#83A3A4
(131,163,164)
#94AFB1
(148,175,177)
#A5BBBE
(165,187,190)
#B6C7CB
(182,199,203)
#C7D3D8
(199,211,216)
#D8DFE5
(216,223,229)
#E9EBF2
(233,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F7370; }

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

This text font color is #3F7370.


Background Color

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

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

This div background color is #3F7370.


Border color

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

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

This div border color is #3F7370.


Opacity

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

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

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

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

This text has shadow with #3F7370 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F7370 on black background.


Color preview on white background

This text has color #3F7370 on white background.



Black color preview on #3F7370 background

This text has black color on #3F7370 background.


White color preview on #3F7370 background

This text has white color on #3F7370 background.