COLOR #3F504C

HEX: #3F504C
RGB: (63,80,76)

Color info

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

RGB color model

#3F504C color RGB value is (63,80,76).

  • red value is 63;
  • green value is 80;
  • blue value is 76.
RGB:
(63,80,76)
(25%,31%,30%)

RGB channels and saturation

R 63 of 255 = 25%
G 80 of 255 = 31%
B 76 of 255 = 30%

63
80
76

R + G + B ~ 29%. #3F504C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 80 + 76 = 219 (100%)
R 63 of 219 ~ 28.77%
G 80 of 219 ~ 36.53%
B 76 of 219 ~ 34.7%

%28.77
%36.53
%34.7

CMYK color model

#3F504C color CMYK value is (21,0,5,69).

  • cyan value is 21.25%
  • magenta value is 0.00%
  • yellow value is 5.00%
  • key color value is 68.63%
CMYK:
(21,0,5,69)
C21M0Y5K69 
(21%,0%,5%,69%)
(0.21/0.00/0.05/0.69)	

CMYK percentages

%21.25
%0
%5
%68.63

Codes

Color #3F504C in popluar color models

3F504C
RGB638076
HSL166°11.89%28.04%
HSB/HSV166°21.25%31.37%
CMYK21.25%0.00%5.00%
68.63%

Color #3F504C in popluar number systems.

HEX3F504C
Decimal638076
Binary11111110100001001100
Octal77120114

Shades and tints

Shades of #3F504C

#3F504C
(63,80,76)
#3A4946
(58,73,70)
#354240
(53,66,64)
#303B3A
(48,59,58)
#2B3434
(43,52,52)
#262D2E
(38,45,46)
#212628
(33,38,40)
#1C1F22
(28,31,34)
#17181C
(23,24,28)
#121116
(18,17,22)
#0D0A10
(13,10,16)
#000000
(0,0,0)

Tints of #3F504C

#3F504C
(63,80,76)
#505F5C
(80,95,92)
#616E6C
(97,110,108)
#727D7C
(114,125,124)
#838C8C
(131,140,140)
#949B9C
(148,155,156)
#A5AAAC
(165,170,172)
#B6B9BC
(182,185,188)
#C7C8CC
(199,200,204)
#D8D7DC
(216,215,220)
#E9E6EC
(233,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F504C; }

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

This text font color is #3F504C.


Background Color

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

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

This div background color is #3F504C.


Border color

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

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

This div border color is #3F504C.


Opacity

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

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

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

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

This text has shadow with #3F504C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F504C on black background.


Color preview on white background

This text has color #3F504C on white background.



Black color preview on #3F504C background

This text has black color on #3F504C background.


White color preview on #3F504C background

This text has white color on #3F504C background.