COLOR #3F4353

HEX: #3F4353 RGB: (63,67,83)

Color info

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

RGB color model

#3F4353 color RGB value is (63,67,83).

RGB: (63,67,83) (25%, 26%, 33%)

RGB channels and saturation

R 63 of 255 = 25%
G 67 of 255 = 26%
B 83 of 255 = 33%

63
67
83

R + G + B ~ 28%. #3F4353 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 67 + 83 = 213 (100%)
R 63 of 213 ~ 29.58%
G 67 of 213 ~ 31.46%
B 83 of 213 ~ 38.97'%

%29.58
%31.46
%38.97

CMYK color model

#3F4353 color CMYK value is (24,19,0,67).

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

CMYK: (24,19,0,67)
C24M19Y0K67 (24%, 19%, 0%, 67%)
(0.24 / 0.19 / 0.00 / 0.67)

CMYK percentages

%24.1
%19.28
%0
%67.45

Codes

Color #3F4353 in popluar color models

3F 43 53
RGB 63 67 83
HSL 228° 13.70% 28.63%
HSB/HSV 228° 24.10% 32.55%
CMYK 24.10% 19.28% 0.00%
67.45%

Color #3F4353 in popluar number systems.

HEX 3F 43 53
Decimal 63 67 83
Binary 111111 1000011 1010011
Octal 77 103 123

Shades and tints

Shades of #3F4353

#3F4353
(63,67,83)
#3A3D4C
(58,61,76)
#353745
(53,55,69)
#30313E
(48,49,62)
#2B2B37
(43,43,55)
#262530
(38,37,48)
#211F29
(33,31,41)
#1C1922
(28,25,34)
#17131B
(23,19,27)
#120D14
(18,13,20)
#0D070D
(13,7,13)
#000000
(0,0,0)

Tints of #3F4353

#3F4353
(63,67,83)
#505462
(80,84,98)
#616571
(97,101,113)
#727680
(114,118,128)
#83878F
(131,135,143)
#94989E
(148,152,158)
#A5A9AD
(165,169,173)
#B6BABC
(182,186,188)
#C7CBCB
(199,203,203)
#D8DCDA
(216,220,218)
#E9EDE9
(233,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F4353; }

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

This text font color is #3F4353.

Background Color

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

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

This div background color is #3F4353.

Border color

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

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

This div border color is #3F4353.

Opacity

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

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

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

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

This text has shadow with #3F4353 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F4353.

Preview

Color preview on black background

This text has color #3F4353 on black background.


Color preview on white background

This text has color #3F4353 on white background.


Black color preview on #3F4353 background

This text has black color on #3F4353 background.


White color preview on #3F4353 background

This text has white color on #3F4353 background.


Related colors

Complementary color

Complementary color for #hex is #C0BCAC.


I love getcolorcode.com

Triadic colors

1 #533F43 and #43533F with #3F4353 are triadic colors.

2 #53433F and #433F53 with #3F4353 are triadic colors.