COLOR #3F354D

HEX: #3F354D RGB: (63,53,77)

Color info

#3F354D contains red, green and blue colors in about the same proportion. Web safe color of #3F354D is #333333 (or #333).

RGB color model

#3F354D color RGB value is (63,53,77).

RGB: (63,53,77) (25%, 21%, 30%)

RGB channels and saturation

R 63 of 255 = 25%
G 53 of 255 = 21%
B 77 of 255 = 30%

63
53
77

R + G + B ~ 25%. #3F354D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 53 + 77 = 193 (100%)
R 63 of 193 ~ 32.64%
G 53 of 193 ~ 27.46%
B 77 of 193 ~ 39.9'%

%32.64
%27.46
%39.9

CMYK color model

#3F354D color CMYK value is (18,31,0,70).

  • cyan value is 18.18%
  • magenta value is 31.17%
  • yellow value is 0.00%
  • key color value is 69.80%

CMYK: (18,31,0,70)
C18M31Y0K70 (18%, 31%, 0%, 70%)
(0.18 / 0.31 / 0.00 / 0.70)

CMYK percentages

%18.18
%31.17
%0
%69.8

Codes

Color #3F354D in popluar color models

3F 35 4D
RGB 63 53 77
HSL 265° 18.46% 25.49%
HSB/HSV 265° 31.17% 30.20%
CMYK 18.18% 31.17% 0.00%
69.80%

Color #3F354D in popluar number systems.

HEX 3F 35 4D
Decimal 63 53 77
Binary 111111 110101 1001101
Octal 77 65 115

Shades and tints

Shades of #3F354D

#3F354D
(63,53,77)
#3A3146
(58,49,70)
#352D3F
(53,45,63)
#302938
(48,41,56)
#2B2531
(43,37,49)
#26212A
(38,33,42)
#211D23
(33,29,35)
#1C191C
(28,25,28)
#171515
(23,21,21)
#12110E
(18,17,14)
#0D0D07
(13,13,7)
#000000
(0,0,0)

Tints of #3F354D

#3F354D
(63,53,77)
#50475D
(80,71,93)
#61596D
(97,89,109)
#726B7D
(114,107,125)
#837D8D
(131,125,141)
#948F9D
(148,143,157)
#A5A1AD
(165,161,173)
#B6B3BD
(182,179,189)
#C7C5CD
(199,197,205)
#D8D7DD
(216,215,221)
#E9E9ED
(233,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F354D; }

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

This text font color is #3F354D.

Background Color

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

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

This div background color is #3F354D.

Border color

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

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

This div border color is #3F354D.

Opacity

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

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

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

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

This text has shadow with #3F354D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F354D.

Preview

Color preview on black background

This text has color #3F354D on black background.


Color preview on white background

This text has color #3F354D on white background.


Black color preview on #3F354D background

This text has black color on #3F354D background.


White color preview on #3F354D background

This text has white color on #3F354D background.


Related colors

Complementary color

Complementary color for #hex is #C0CAB2.


I love getcolorcode.com

Triadic colors

1 #4D3F35 and #354D3F with #3F354D are triadic colors.

2 #4D353F and #353F4D with #3F354D are triadic colors.