COLOR #3F6370

HEX: #3F6370 RGB: (63,99,112)

Color info

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

RGB color model

#3F6370 color RGB value is (63,99,112).

RGB: (63,99,112) (25%, 39%, 44%)

RGB channels and saturation

R 63 of 255 = 25%
G 99 of 255 = 39%
B 112 of 255 = 44%

63
99
112

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

Portions of RGB colors in percentages

R + G + B = 63 + 99 + 112 = 274 (100%)
R 63 of 274 ~ 22.99%
G 99 of 274 ~ 36.13%
B 112 of 274 ~ 40.88'%

%22.99
%36.13
%40.88

CMYK color model

#3F6370 color CMYK value is (44,12,0,56).

  • cyan value is 43.75%
  • magenta value is 11.61%
  • yellow value is 0.00%
  • key color value is 56.08%

CMYK: (44,12,0,56)
C44M12Y0K56 (44%, 12%, 0%, 56%)
(0.44 / 0.12 / 0.00 / 0.56)

CMYK percentages

%43.75
%11.61
%0
%56.08

Codes

Color #3F6370 in popluar color models

3F 63 70
RGB 63 99 112
HSL 196° 28.00% 34.31%
HSB/HSV 196° 43.75% 43.92%
CMYK 43.75% 11.61% 0.00%
56.08%

Color #3F6370 in popluar number systems.

HEX 3F 63 70
Decimal 63 99 112
Binary 111111 1100011 1110000
Octal 77 143 160

Shades and tints

Shades of #3F6370

#3F6370
(63,99,112)
#3A5A66
(58,90,102)
#35515C
(53,81,92)
#304852
(48,72,82)
#2B3F48
(43,63,72)
#26363E
(38,54,62)
#212D34
(33,45,52)
#1C242A
(28,36,42)
#171B20
(23,27,32)
#121216
(18,18,22)
#0D090C
(13,9,12)
#000000
(0,0,0)

Tints of #3F6370

#3F6370
(63,99,112)
#50717D
(80,113,125)
#617F8A
(97,127,138)
#728D97
(114,141,151)
#839BA4
(131,155,164)
#94A9B1
(148,169,177)
#A5B7BE
(165,183,190)
#B6C5CB
(182,197,203)
#C7D3D8
(199,211,216)
#D8E1E5
(216,225,229)
#E9EFF2
(233,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F6370; }

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

This text font color is #3F6370.

Background Color

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

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

This div background color is #3F6370.

Border color

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

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

This div border color is #3F6370.

Opacity

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

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

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

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

This text has shadow with #3F6370 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F6370.

Preview

Color preview on black background

This text has color #3F6370 on black background.


Color preview on white background

This text has color #3F6370 on white background.


Black color preview on #3F6370 background

This text has black color on #3F6370 background.


White color preview on #3F6370 background

This text has white color on #3F6370 background.


Related colors

Complementary color

Complementary color for #hex is #C09C8F.


I love getcolorcode.com

Triadic colors

1 #703F63 and #63703F with #3F6370 are triadic colors.

2 #70633F and #633F70 with #3F6370 are triadic colors.