COLOR #3F534C

HEX: #3F534C
RGB: (63,83,76)

Color info

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

RGB color model

#3F534C color RGB value is (63,83,76).

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

RGB channels and saturation

R 63 of 255 = 25%
G 83 of 255 = 33%
B 76 of 255 = 30%

63
83
76

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

Portions of RGB colors in percentages

R + G + B =
63 + 83 + 76 = 222 (100%)
R 63 of 222 ~ 28.38%
G 83 of 222 ~ 37.39%
B 76 of 222 ~ 34.23%

%28.38
%37.39
%34.23

CMYK color model

#3F534C color CMYK value is (24,0,8,67).

  • cyan value is 24.10%
  • magenta value is 0.00%
  • yellow value is 8.43%
  • key color value is 67.45%
CMYK:
(24,0,8,67)
C24M0Y8K67 
(24%,0%,8%,67%)
(0.24/0.00/0.08/0.67)	

CMYK percentages

%24.1
%0
%8.43
%67.45

Codes

Color #3F534C in popluar color models

3F534C
RGB638376
HSL159°13.70%28.63%
HSB/HSV159°24.10%32.55%
CMYK24.10%0.00%8.43%
67.45%

Color #3F534C in popluar number systems.

HEX3F534C
Decimal638376
Binary11111110100111001100
Octal77123114

Shades and tints

Shades of #3F534C

#3F534C
(63,83,76)
#3A4C46
(58,76,70)
#354540
(53,69,64)
#303E3A
(48,62,58)
#2B3734
(43,55,52)
#26302E
(38,48,46)
#212928
(33,41,40)
#1C2222
(28,34,34)
#171B1C
(23,27,28)
#121416
(18,20,22)
#0D0D10
(13,13,16)
#000000
(0,0,0)

Tints of #3F534C

#3F534C
(63,83,76)
#50625C
(80,98,92)
#61716C
(97,113,108)
#72807C
(114,128,124)
#838F8C
(131,143,140)
#949E9C
(148,158,156)
#A5ADAC
(165,173,172)
#B6BCBC
(182,188,188)
#C7CBCC
(199,203,204)
#D8DADC
(216,218,220)
#E9E9EC
(233,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F534C; }

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

This text font color is #3F534C.


Background Color

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

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

This div background color is #3F534C.


Border color

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

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

This div border color is #3F534C.


Opacity

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

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

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

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

This text has shadow with #3F534C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F534C on black background.


Color preview on white background

This text has color #3F534C on white background.



Black color preview on #3F534C background

This text has black color on #3F534C background.


White color preview on #3F534C background

This text has white color on #3F534C background.