COLOR #3F505D

HEX: #3F505D RGB: (63,80,93)

Color info

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

RGB color model

#3F505D color RGB value is (63,80,93).

RGB: (63,80,93) (25%, 31%, 36%)

RGB channels and saturation

R 63 of 255 = 25%
G 80 of 255 = 31%
B 93 of 255 = 36%

63
80
93

R + G + B ~ 31%. #3F505D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 80 + 93 = 236 (100%)
R 63 of 236 ~ 26.69%
G 80 of 236 ~ 33.9%
B 93 of 236 ~ 39.41'%

%26.69
%33.9
%39.41

CMYK color model

#3F505D color CMYK value is (32,14,0,64).

  • cyan value is 32.26%
  • magenta value is 13.98%
  • yellow value is 0.00%
  • key color value is 63.53%

CMYK: (32,14,0,64)
C32M14Y0K64 (32%, 14%, 0%, 64%)
(0.32 / 0.14 / 0.00 / 0.64)

CMYK percentages

%32.26
%13.98
%0
%63.53

Codes

Color #3F505D in popluar color models

3F 50 5D
RGB 63 80 93
HSL 206° 19.23% 30.59%
HSB/HSV 206° 32.26% 36.47%
CMYK 32.26% 13.98% 0.00%
63.53%

Color #3F505D in popluar number systems.

HEX 3F 50 5D
Decimal 63 80 93
Binary 111111 1010000 1011101
Octal 77 120 135

Shades and tints

Shades of #3F505D

#3F505D
(63,80,93)
#3A4955
(58,73,85)
#35424D
(53,66,77)
#303B45
(48,59,69)
#2B343D
(43,52,61)
#262D35
(38,45,53)
#21262D
(33,38,45)
#1C1F25
(28,31,37)
#17181D
(23,24,29)
#121115
(18,17,21)
#0D0A0D
(13,10,13)
#000000
(0,0,0)

Tints of #3F505D

#3F505D
(63,80,93)
#505F6B
(80,95,107)
#616E79
(97,110,121)
#727D87
(114,125,135)
#838C95
(131,140,149)
#949BA3
(148,155,163)
#A5AAB1
(165,170,177)
#B6B9BF
(182,185,191)
#C7C8CD
(199,200,205)
#D8D7DB
(216,215,219)
#E9E6E9
(233,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F505D; }

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

This text font color is #3F505D.

Background Color

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

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

This div background color is #3F505D.

Border color

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

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

This div border color is #3F505D.

Opacity

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

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

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

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

This text has shadow with #3F505D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F505D.

Preview

Color preview on black background

This text has color #3F505D on black background.


Color preview on white background

This text has color #3F505D on white background.


Black color preview on #3F505D background

This text has black color on #3F505D background.


White color preview on #3F505D background

This text has white color on #3F505D background.


Related colors

Complementary color

Complementary color for #hex is #C0AFA2.


I love getcolorcode.com

Triadic colors

1 #5D3F50 and #505D3F with #3F505D are triadic colors.

2 #5D503F and #503F5D with #3F505D are triadic colors.