COLOR #3F354F

HEX: #3F354F RGB: (63,53,79)

Color info

#3F354F contains red, green and blue colors in about the same proportion. Web safe color of #3F354F is #333366 (or #336).

RGB color model

#3F354F color RGB value is (63,53,79).

RGB: (63,53,79) (25%, 21%, 31%)

RGB channels and saturation

R 63 of 255 = 25%
G 53 of 255 = 21%
B 79 of 255 = 31%

63
53
79

R + G + B ~ 26%. #3F354F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 53 + 79 = 195 (100%)
R 63 of 195 ~ 32.31%
G 53 of 195 ~ 27.18%
B 79 of 195 ~ 40.51'%

%32.31
%27.18
%40.51

CMYK color model

#3F354F color CMYK value is (20,33,0,69).

  • cyan value is 20.25%
  • magenta value is 32.91%
  • yellow value is 0.00%
  • key color value is 69.02%

CMYK: (20,33,0,69)
C20M33Y0K69 (20%, 33%, 0%, 69%)
(0.20 / 0.33 / 0.00 / 0.69)

CMYK percentages

%20.25
%32.91
%0
%69.02

Codes

Color #3F354F in popluar color models

3F 35 4F
RGB 63 53 79
HSL 263° 19.70% 25.88%
HSB/HSV 263° 32.91% 30.98%
CMYK 20.25% 32.91% 0.00%
69.02%

Color #3F354F in popluar number systems.

HEX 3F 35 4F
Decimal 63 53 79
Binary 111111 110101 1001111
Octal 77 65 117

Shades and tints

Shades of #3F354F

#3F354F
(63,53,79)
#3A3148
(58,49,72)
#352D41
(53,45,65)
#30293A
(48,41,58)
#2B2533
(43,37,51)
#26212C
(38,33,44)
#211D25
(33,29,37)
#1C191E
(28,25,30)
#171517
(23,21,23)
#121110
(18,17,16)
#0D0D09
(13,13,9)
#000000
(0,0,0)

Tints of #3F354F

#3F354F
(63,53,79)
#50475F
(80,71,95)
#61596F
(97,89,111)
#726B7F
(114,107,127)
#837D8F
(131,125,143)
#948F9F
(148,143,159)
#A5A1AF
(165,161,175)
#B6B3BF
(182,179,191)
#C7C5CF
(199,197,207)
#D8D7DF
(216,215,223)
#E9E9EF
(233,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F354F color. Also use rgb(63,53,79) instead hex code.

Text Font Color

.myTextColor { color: #3F354F; }

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

This text font color is #3F354F.

Background Color

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

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

This div background color is #3F354F.

Border color

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

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

This div border color is #3F354F.

Opacity

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

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

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

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

This text has shadow with #3F354F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F354F.

Preview

Color preview on black background

This text has color #3F354F on black background.


Color preview on white background

This text has color #3F354F on white background.


Black color preview on #3F354F background

This text has black color on #3F354F background.


White color preview on #3F354F background

This text has white color on #3F354F background.


Related colors

Complementary color

Complementary color for #hex is #C0CAB0.


I love getcolorcode.com

Triadic colors

1 #4F3F35 and #354F3F with #3F354F are triadic colors.

2 #4F353F and #353F4F with #3F354F are triadic colors.