COLOR #3F534D

HEX: #3F534D RGB: (63,83,77)

Color info

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

RGB color model

#3F534D color RGB value is (63,83,77).

RGB: (63,83,77) (25%, 33%, 30%)

RGB channels and saturation

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

63
83
77

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

Portions of RGB colors in percentages

R + G + B = 63 + 83 + 77 = 223 (100%)
R 63 of 223 ~ 28.25%
G 83 of 223 ~ 37.22%
B 77 of 223 ~ 34.53'%

%28.25
%37.22
%34.53

CMYK color model

#3F534D color CMYK value is (24,0,7,67).

  • cyan value is 24.10%
  • magenta value is 0.00%
  • yellow value is 7.23%
  • key color value is 67.45%

CMYK: (24,0,7,67)
C24M0Y7K67 (24%, 0%, 7%, 67%)
(0.24 / 0.00 / 0.07 / 0.67)

CMYK percentages

%24.1
%0
%7.23
%67.45

Codes

Color #3F534D in popluar color models

3F 53 4D
RGB 63 83 77
HSL 162° 13.70% 28.63%
HSB/HSV 162° 24.10% 32.55%
CMYK 24.10% 0.00% 7.23%
67.45%

Color #3F534D in popluar number systems.

HEX 3F 53 4D
Decimal 63 83 77
Binary 111111 1010011 1001101
Octal 77 123 115

Shades and tints

Shades of #3F534D

#3F534D
(63,83,77)
#3A4C46
(58,76,70)
#35453F
(53,69,63)
#303E38
(48,62,56)
#2B3731
(43,55,49)
#26302A
(38,48,42)
#212923
(33,41,35)
#1C221C
(28,34,28)
#171B15
(23,27,21)
#12140E
(18,20,14)
#0D0D07
(13,13,7)
#000000
(0,0,0)

Tints of #3F534D

#3F534D
(63,83,77)
#50625D
(80,98,93)
#61716D
(97,113,109)
#72807D
(114,128,125)
#838F8D
(131,143,141)
#949E9D
(148,158,157)
#A5ADAD
(165,173,173)
#B6BCBD
(182,188,189)
#C7CBCD
(199,203,205)
#D8DADD
(216,218,221)
#E9E9ED
(233,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F534D; }

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

This text font color is #3F534D.

Background Color

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

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

This div background color is #3F534D.

Border color

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

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

This div border color is #3F534D.

Opacity

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

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

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

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

This text has shadow with #3F534D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F534D.

Preview

Color preview on black background

This text has color #3F534D on black background.


Color preview on white background

This text has color #3F534D on white background.


Black color preview on #3F534D background

This text has black color on #3F534D background.


White color preview on #3F534D background

This text has white color on #3F534D background.


Related colors

Complementary color

Complementary color for #hex is #C0ACB2.


I love getcolorcode.com

Triadic colors

1 #4D3F53 and #534D3F with #3F534D are triadic colors.

2 #4D533F and #533F4D with #3F534D are triadic colors.