COLOR #3F3F45

HEX: #3F3F45
RGB: (63,63,69)

Color info

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

RGB color model

#3F3F45 color RGB value is (63,63,69).

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

RGB channels and saturation

R 63 of 255 = 25%
G 63 of 255 = 25%
B 69 of 255 = 27%

63
63
69

R + G + B ~ 26%. #3F3F45 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 63 + 69 = 195 (100%)
R 63 of 195 ~ 32.31%
G 63 of 195 ~ 32.31%
B 69 of 195 ~ 35.38%

%32.31
%32.31
%35.38

CMYK color model

#3F3F45 color CMYK value is (9,9,0,73).

  • cyan value is 8.70%
  • magenta value is 8.70%
  • yellow value is 0.00%
  • key color value is 72.94%
CMYK:
(9,9,0,73)
C9M9Y0K73 
(9%,9%,0%,73%)
(0.09/0.09/0.00/0.73)	

CMYK percentages

%8.7
%8.7
%0
%72.94

Codes

Color #3F3F45 in popluar color models

3F3F45
RGB636369
HSL240°4.55%25.88%
HSB/HSV240°8.70%27.06%
CMYK8.70%8.70%0.00%
72.94%

Color #3F3F45 in popluar number systems.

HEX3F3F45
Decimal636369
Binary1111111111111000101
Octal7777105

Shades and tints

Shades of #3F3F45

#3F3F45
(63,63,69)
#3A3A3F
(58,58,63)
#353539
(53,53,57)
#303033
(48,48,51)
#2B2B2D
(43,43,45)
#262627
(38,38,39)
#212121
(33,33,33)
#1C1C1B
(28,28,27)
#171715
(23,23,21)
#12120F
(18,18,15)
#0D0D09
(13,13,9)
#000000
(0,0,0)

Tints of #3F3F45

#3F3F45
(63,63,69)
#505055
(80,80,85)
#616165
(97,97,101)
#727275
(114,114,117)
#838385
(131,131,133)
#949495
(148,148,149)
#A5A5A5
(165,165,165)
#B6B6B5
(182,182,181)
#C7C7C5
(199,199,197)
#D8D8D5
(216,216,213)
#E9E9E5
(233,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F3F45; }

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

This text font color is #3F3F45.


Background Color

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

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

This div background color is #3F3F45.


Border color

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

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

This div border color is #3F3F45.


Opacity

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

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

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

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

This text has shadow with #3F3F45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F3F45 on black background.


Color preview on white background

This text has color #3F3F45 on white background.



Black color preview on #3F3F45 background

This text has black color on #3F3F45 background.


White color preview on #3F3F45 background

This text has white color on #3F3F45 background.