COLOR #3F435D

HEX: #3F435D RGB: (63,67,93)

Color info

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

RGB color model

#3F435D color RGB value is (63,67,93).

RGB: (63,67,93) (25%, 26%, 36%)

RGB channels and saturation

R 63 of 255 = 25%
G 67 of 255 = 26%
B 93 of 255 = 36%

63
67
93

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

Portions of RGB colors in percentages

R + G + B = 63 + 67 + 93 = 223 (100%)
R 63 of 223 ~ 28.25%
G 67 of 223 ~ 30.04%
B 93 of 223 ~ 41.7'%

%28.25
%30.04
%41.7

CMYK color model

#3F435D color CMYK value is (32,28,0,64).

  • cyan value is 32.26%
  • magenta value is 27.96%
  • yellow value is 0.00%
  • key color value is 63.53%

CMYK: (32,28,0,64)
C32M28Y0K64 (32%, 28%, 0%, 64%)
(0.32 / 0.28 / 0.00 / 0.64)

CMYK percentages

%32.26
%27.96
%0
%63.53

Codes

Color #3F435D in popluar color models

3F 43 5D
RGB 63 67 93
HSL 232° 19.23% 30.59%
HSB/HSV 232° 32.26% 36.47%
CMYK 32.26% 27.96% 0.00%
63.53%

Color #3F435D in popluar number systems.

HEX 3F 43 5D
Decimal 63 67 93
Binary 111111 1000011 1011101
Octal 77 103 135

Shades and tints

Shades of #3F435D

#3F435D
(63,67,93)
#3A3D55
(58,61,85)
#35374D
(53,55,77)
#303145
(48,49,69)
#2B2B3D
(43,43,61)
#262535
(38,37,53)
#211F2D
(33,31,45)
#1C1925
(28,25,37)
#17131D
(23,19,29)
#120D15
(18,13,21)
#0D070D
(13,7,13)
#000000
(0,0,0)

Tints of #3F435D

#3F435D
(63,67,93)
#50546B
(80,84,107)
#616579
(97,101,121)
#727687
(114,118,135)
#838795
(131,135,149)
#9498A3
(148,152,163)
#A5A9B1
(165,169,177)
#B6BABF
(182,186,191)
#C7CBCD
(199,203,205)
#D8DCDB
(216,220,219)
#E9EDE9
(233,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F435D color. Also use rgb(63,67,93) instead hex code.

Text Font Color

.myTextColor { color: #3F435D; }

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

This text font color is #3F435D.

Background Color

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

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

This div background color is #3F435D.

Border color

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

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

This div border color is #3F435D.

Opacity

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

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

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

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

This text has shadow with #3F435D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F435D.

Preview

Color preview on black background

This text has color #3F435D on black background.


Color preview on white background

This text has color #3F435D on white background.


Black color preview on #3F435D background

This text has black color on #3F435D background.


White color preview on #3F435D background

This text has white color on #3F435D background.


Related colors

Complementary color

Complementary color for #hex is #C0BCA2.


I love getcolorcode.com

Triadic colors

1 #5D3F43 and #435D3F with #3F435D are triadic colors.

2 #5D433F and #433F5D with #3F435D are triadic colors.