COLOR #3F353C

HEX: #3F353C RGB: (63,53,60)

Color info

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

RGB color model

#3F353C color RGB value is (63,53,60).

RGB: (63,53,60) (25%, 21%, 24%)

RGB channels and saturation

R 63 of 255 = 25%
G 53 of 255 = 21%
B 60 of 255 = 24%

63
53
60

R + G + B ~ 23%. #3F353C is dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 53 + 60 = 176 (100%)
R 63 of 176 ~ 35.8%
G 53 of 176 ~ 30.11%
B 60 of 176 ~ 34.09'%

%35.8
%30.11
%34.09

CMYK color model

#3F353C color CMYK value is (0,16,5,75).

  • cyan value is 0.00%
  • magenta value is 15.87%
  • yellow value is 4.76%
  • key color value is 75.29%
CMYK: (0,16,5,75) C0M16Y5K75 (0%,16%,5%,75%) (0.00/0.16/0.05/0.75) 

CMYK percentages

%0
%15.87
%4.76
%75.29

Codes

Color #3F353C in popluar color models

3F 35 3C
RGB 63 53 60
HSL 318° 8.62% 22.75%
HSB/HSV 318° 15.87% 24.71%
CMYK 0.00% 15.87% 4.76%
75.29%

Color #3F353C in popluar number systems.

HEX 3F 35 3C
Decimal 63 53 60
Binary 111111 110101 111100
Octal 77 65 74

Shades and tints

Shades of #3F353C

#3F353C
(63,53,60)
#3A3137
(58,49,55)
#352D32
(53,45,50)
#30292D
(48,41,45)
#2B2528
(43,37,40)
#262123
(38,33,35)
#211D1E
(33,29,30)
#1C1919
(28,25,25)
#171514
(23,21,20)
#12110F
(18,17,15)
#0D0D0A
(13,13,10)
#000000
(0,0,0)

Tints of #3F353C

#3F353C
(63,53,60)
#50474D
(80,71,77)
#61595E
(97,89,94)
#726B6F
(114,107,111)
#837D80
(131,125,128)
#948F91
(148,143,145)
#A5A1A2
(165,161,162)
#B6B3B3
(182,179,179)
#C7C5C4
(199,197,196)
#D8D7D5
(216,215,213)
#E9E9E6
(233,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F353C; }

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

This text font color is #3F353C.

Background Color

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

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

This div background color is #3F353C.

Border color

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

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

This div border color is #3F353C.

Opacity

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

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

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

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

This text has shadow with #3F353C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F353C.

Preview

Color preview on black background

This text has color #3F353C on black background.


Color preview on white background

This text has color #3F353C on white background.


Black color preview on #3F353C background

This text has black color on #3F353C background.


White color preview on #3F353C background

This text has white color on #3F353C background.


Related colors

Complementary color

Complementary color for #hex is #C0CAC3.


I love getcolorcode.com

Triadic colors

1 #3C3F35 and #353C3F with #3F353C are triadic colors.

2 #3C353F and #353F3C with #3F353C are triadic colors.