COLOR #3F353E

HEX: #3F353E RGB: (63,53,62)

Color info

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

RGB color model

#3F353E color RGB value is (63,53,62).

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

RGB channels and saturation

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

63
53
62

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

Portions of RGB colors in percentages

R + G + B = 63 + 53 + 62 = 178 (100%)
R 63 of 178 ~ 35.39%
G 53 of 178 ~ 29.78%
B 62 of 178 ~ 34.83'%

%35.39
%29.78
%34.83

CMYK color model

#3F353E color CMYK value is (0,16,2,75).

  • cyan value is 0.00%
  • magenta value is 15.87%
  • yellow value is 1.59%
  • key color value is 75.29%

CMYK: (0,16,2,75)
C0M16Y2K75 (0%, 16%, 2%, 75%)
(0.00 / 0.16 / 0.02 / 0.75)

CMYK percentages

%0
%15.87
%1.59
%75.29

Codes

Color #3F353E in popluar color models

3F 35 3E
RGB 63 53 62
HSL 306° 8.62% 22.75%
HSB/HSV 306° 15.87% 24.71%
CMYK 0.00% 15.87% 1.59%
75.29%

Color #3F353E in popluar number systems.

HEX 3F 35 3E
Decimal 63 53 62
Binary 111111 110101 111110
Octal 77 65 76

Shades and tints

Shades of #3F353E

#3F353E
(63,53,62)
#3A3139
(58,49,57)
#352D34
(53,45,52)
#30292F
(48,41,47)
#2B252A
(43,37,42)
#262125
(38,33,37)
#211D20
(33,29,32)
#1C191B
(28,25,27)
#171516
(23,21,22)
#121111
(18,17,17)
#0D0D0C
(13,13,12)
#000000
(0,0,0)

Tints of #3F353E

#3F353E
(63,53,62)
#50474F
(80,71,79)
#615960
(97,89,96)
#726B71
(114,107,113)
#837D82
(131,125,130)
#948F93
(148,143,147)
#A5A1A4
(165,161,164)
#B6B3B5
(182,179,181)
#C7C5C6
(199,197,198)
#D8D7D7
(216,215,215)
#E9E9E8
(233,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F353E; }

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

This text font color is #3F353E.

Background Color

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

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

This div background color is #3F353E.

Border color

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

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

This div border color is #3F353E.

Opacity

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

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

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

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

This text has shadow with #3F353E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F353E.

Preview

Color preview on black background

This text has color #3F353E on black background.


Color preview on white background

This text has color #3F353E on white background.


Black color preview on #3F353E background

This text has black color on #3F353E background.


White color preview on #3F353E background

This text has white color on #3F353E background.


Related colors

Complementary color

Complementary color for #hex is #C0CAC1.


I love getcolorcode.com

Triadic colors

1 #3E3F35 and #353E3F with #3F353E are triadic colors.

2 #3E353F and #353F3E with #3F353E are triadic colors.