COLOR #3F4143

HEX: #3F4143
RGB: (63,65,67)

Color info

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

RGB color model

#3F4143 color RGB value is (63,65,67).

  • red value is 63;
  • green value is 65;
  • blue value is 67.
RGB:
(63,65,67)
(25%,25%,26%)

RGB channels and saturation

R 63 of 255 = 25%
G 65 of 255 = 25%
B 67 of 255 = 26%

63
65
67

R + G + B ~ 25%. #3F4143 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 65 + 67 = 195 (100%)
R 63 of 195 ~ 32.31%
G 65 of 195 ~ 33.33%
B 67 of 195 ~ 34.36%

%32.31
%33.33
%34.36

CMYK color model

#3F4143 color CMYK value is (6,3,0,74).

  • cyan value is 5.97%
  • magenta value is 2.99%
  • yellow value is 0.00%
  • key color value is 73.73%
CMYK:
(6,3,0,74)
C6M3Y0K74 
(6%,3%,0%,74%)
(0.06/0.03/0.00/0.74)	

CMYK percentages

%5.97
%2.99
%0
%73.73

Codes

Color #3F4143 in popluar color models

3F4143
RGB636567
HSL210°3.08%25.49%
HSB/HSV210°5.97%26.27%
CMYK5.97%2.99%0.00%
73.73%

Color #3F4143 in popluar number systems.

HEX3F4143
Decimal636567
Binary11111110000011000011
Octal77101103

Shades and tints

Shades of #3F4143

#3F4143
(63,65,67)
#3A3C3D
(58,60,61)
#353737
(53,55,55)
#303231
(48,50,49)
#2B2D2B
(43,45,43)
#262825
(38,40,37)
#21231F
(33,35,31)
#1C1E19
(28,30,25)
#171913
(23,25,19)
#12140D
(18,20,13)
#0D0F07
(13,15,7)
#000000
(0,0,0)

Tints of #3F4143

#3F4143
(63,65,67)
#505254
(80,82,84)
#616365
(97,99,101)
#727476
(114,116,118)
#838587
(131,133,135)
#949698
(148,150,152)
#A5A7A9
(165,167,169)
#B6B8BA
(182,184,186)
#C7C9CB
(199,201,203)
#D8DADC
(216,218,220)
#E9EBED
(233,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F4143; }

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

This text font color is #3F4143.


Background Color

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

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

This div background color is #3F4143.


Border color

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

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

This div border color is #3F4143.


Opacity

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

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

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

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

This text has shadow with #3F4143 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F4143 on black background.


Color preview on white background

This text has color #3F4143 on white background.



Black color preview on #3F4143 background

This text has black color on #3F4143 background.


White color preview on #3F4143 background

This text has white color on #3F4143 background.