COLOR #3F524D

HEX: #3F524D RGB: (63,82,77)

Color info

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

RGB color model

#3F524D color RGB value is (63,82,77).

RGB: (63,82,77) (25%, 32%, 30%)

RGB channels and saturation

R 63 of 255 = 25%
G 82 of 255 = 32%
B 77 of 255 = 30%

63
82
77

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

Portions of RGB colors in percentages

R + G + B = 63 + 82 + 77 = 222 (100%)
R 63 of 222 ~ 28.38%
G 82 of 222 ~ 36.94%
B 77 of 222 ~ 34.68'%

%28.38
%36.94
%34.68

CMYK color model

#3F524D color CMYK value is (23,0,6,68).

  • cyan value is 23.17%
  • magenta value is 0.00%
  • yellow value is 6.10%
  • key color value is 67.84%

CMYK: (23,0,6,68)
C23M0Y6K68 (23%, 0%, 6%, 68%)
(0.23 / 0.00 / 0.06 / 0.68)

CMYK percentages

%23.17
%0
%6.1
%67.84

Codes

Color #3F524D in popluar color models

3F 52 4D
RGB 63 82 77
HSL 164° 13.10% 28.43%
HSB/HSV 164° 23.17% 32.16%
CMYK 23.17% 0.00% 6.10%
67.84%

Color #3F524D in popluar number systems.

HEX 3F 52 4D
Decimal 63 82 77
Binary 111111 1010010 1001101
Octal 77 122 115

Shades and tints

Shades of #3F524D

#3F524D
(63,82,77)
#3A4B46
(58,75,70)
#35443F
(53,68,63)
#303D38
(48,61,56)
#2B3631
(43,54,49)
#262F2A
(38,47,42)
#212823
(33,40,35)
#1C211C
(28,33,28)
#171A15
(23,26,21)
#12130E
(18,19,14)
#0D0C07
(13,12,7)
#000000
(0,0,0)

Tints of #3F524D

#3F524D
(63,82,77)
#50615D
(80,97,93)
#61706D
(97,112,109)
#727F7D
(114,127,125)
#838E8D
(131,142,141)
#949D9D
(148,157,157)
#A5ACAD
(165,172,173)
#B6BBBD
(182,187,189)
#C7CACD
(199,202,205)
#D8D9DD
(216,217,221)
#E9E8ED
(233,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F524D; }

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

This text font color is #3F524D.

Background Color

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

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

This div background color is #3F524D.

Border color

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

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

This div border color is #3F524D.

Opacity

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

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

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

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

This text has shadow with #3F524D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F524D.

Preview

Color preview on black background

This text has color #3F524D on black background.


Color preview on white background

This text has color #3F524D on white background.


Black color preview on #3F524D background

This text has black color on #3F524D background.


White color preview on #3F524D background

This text has white color on #3F524D background.


Related colors

Complementary color

Complementary color for #hex is #C0ADB2.


I love getcolorcode.com

Triadic colors

1 #4D3F52 and #524D3F with #3F524D are triadic colors.

2 #4D523F and #523F4D with #3F524D are triadic colors.