COLOR #3F353F

HEX: #3F353F
RGB: (63,53,63)

Color info

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

RGB color model

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

  • red value is 63;
  • green value is 53;
  • blue value is 63.
RGB:
(63,53,63)
(25%,21%,25%)

RGB channels and saturation

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

63
53
63

R + G + B ~ 24%. #3F353F is dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 53 + 63 = 179 (100%)
R 63 of 179 ~ 35.2%
G 53 of 179 ~ 29.61%
B 63 of 179 ~ 35.2%

%35.2
%29.61
%35.2

CMYK color model

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

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

CMYK percentages

%0
%15.87
%0
%75.29

Codes

Color #3F353F in popluar color models

3F353F
RGB635363
HSL300°8.62%22.75%
HSB/HSV300°15.87%24.71%
CMYK0.00%15.87%0.00%
75.29%

Color #3F353F in popluar number systems.

HEX3F353F
Decimal635363
Binary111111110101111111
Octal776577

Shades and tints

Shades of #3F353F

#3F353F
(63,53,63)
#3A313A
(58,49,58)
#352D35
(53,45,53)
#302930
(48,41,48)
#2B252B
(43,37,43)
#262126
(38,33,38)
#211D21
(33,29,33)
#1C191C
(28,25,28)
#171517
(23,21,23)
#121112
(18,17,18)
#0D0D0D
(13,13,13)
#000000
(0,0,0)

Tints of #3F353F

#3F353F
(63,53,63)
#504750
(80,71,80)
#615961
(97,89,97)
#726B72
(114,107,114)
#837D83
(131,125,131)
#948F94
(148,143,148)
#A5A1A5
(165,161,165)
#B6B3B6
(182,179,182)
#C7C5C7
(199,197,199)
#D8D7D8
(216,215,216)
#E9E9E9
(233,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F353F; }

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

This text font color is #3F353F.


Background Color

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

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

This div background color is #3F353F.


Border color

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

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

This div border color is #3F353F.


Opacity

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

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

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

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

This text has shadow with #3F353F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F353F on black background.


Color preview on white background

This text has color #3F353F on white background.



Black color preview on #3F353F background

This text has black color on #3F353F background.


White color preview on #3F353F background

This text has white color on #3F353F background.