COLOR #3F504B

HEX: #3F504B RGB: (63,80,75)

Color info

#3F504B contains red, green and blue colors in about the same proportion. Web safe color of #3F504B is #336633 (or #363).

RGB color model

#3F504B color RGB value is (63,80,75).

RGB: (63,80,75) (25%, 31%, 29%)

RGB channels and saturation

R 63 of 255 = 25%
G 80 of 255 = 31%
B 75 of 255 = 29%

63
80
75

R + G + B ~ 28%. #3F504B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 80 + 75 = 218 (100%)
R 63 of 218 ~ 28.9%
G 80 of 218 ~ 36.7%
B 75 of 218 ~ 34.4'%

%28.9
%36.7
%34.4

CMYK color model

#3F504B color CMYK value is (21,0,6,69).

  • cyan value is 21.25%
  • magenta value is 0.00%
  • yellow value is 6.25%
  • key color value is 68.63%

CMYK: (21,0,6,69)
C21M0Y6K69 (21%, 0%, 6%, 69%)
(0.21 / 0.00 / 0.06 / 0.69)

CMYK percentages

%21.25
%0
%6.25
%68.63

Codes

Color #3F504B in popluar color models

3F 50 4B
RGB 63 80 75
HSL 162° 11.89% 28.04%
HSB/HSV 162° 21.25% 31.37%
CMYK 21.25% 0.00% 6.25%
68.63%

Color #3F504B in popluar number systems.

HEX 3F 50 4B
Decimal 63 80 75
Binary 111111 1010000 1001011
Octal 77 120 113

Shades and tints

Shades of #3F504B

#3F504B
(63,80,75)
#3A4945
(58,73,69)
#35423F
(53,66,63)
#303B39
(48,59,57)
#2B3433
(43,52,51)
#262D2D
(38,45,45)
#212627
(33,38,39)
#1C1F21
(28,31,33)
#17181B
(23,24,27)
#121115
(18,17,21)
#0D0A0F
(13,10,15)
#000000
(0,0,0)

Tints of #3F504B

#3F504B
(63,80,75)
#505F5B
(80,95,91)
#616E6B
(97,110,107)
#727D7B
(114,125,123)
#838C8B
(131,140,139)
#949B9B
(148,155,155)
#A5AAAB
(165,170,171)
#B6B9BB
(182,185,187)
#C7C8CB
(199,200,203)
#D8D7DB
(216,215,219)
#E9E6EB
(233,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F504B color. Also use rgb(63,80,75) instead hex code.

Text Font Color

.myTextColor { color: #3F504B; }

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

This text font color is #3F504B.

Background Color

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

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

This div background color is #3F504B.

Border color

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

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

This div border color is #3F504B.

Opacity

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

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

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

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

This text has shadow with #3F504B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F504B.

Preview

Color preview on black background

This text has color #3F504B on black background.


Color preview on white background

This text has color #3F504B on white background.


Black color preview on #3F504B background

This text has black color on #3F504B background.


White color preview on #3F504B background

This text has white color on #3F504B background.


Related colors

Complementary color

Complementary color for #hex is #C0AFB4.


I love getcolorcode.com

Triadic colors

1 #4B3F50 and #504B3F with #3F504B are triadic colors.

2 #4B503F and #503F4B with #3F504B are triadic colors.