COLOR #3F443B

HEX: #3F443B
RGB: (63,68,59)

Color info

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

RGB color model

#3F443B color RGB value is (63,68,59).

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

RGB channels and saturation

R 63 of 255 = 25%
G 68 of 255 = 27%
B 59 of 255 = 23%

63
68
59

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

Portions of RGB colors in percentages

R + G + B =
63 + 68 + 59 = 190 (100%)
R 63 of 190 ~ 33.16%
G 68 of 190 ~ 35.79%
B 59 of 190 ~ 31.05%

%33.16
%35.79
%31.05

CMYK color model

#3F443B color CMYK value is (7,0,13,73).

  • cyan value is 7.35%
  • magenta value is 0.00%
  • yellow value is 13.24%
  • key color value is 73.33%
CMYK:
(7,0,13,73)
C7M0Y13K73 
(7%,0%,13%,73%)
(0.07/0.00/0.13/0.73)	

CMYK percentages

%7.35
%0
%13.24
%73.33

Codes

Color #3F443B in popluar color models

3F443B
RGB636859
HSL93°7.09%24.90%
HSB/HSV93°13.24%26.67%
CMYK7.35%0.00%13.24%
73.33%

Color #3F443B in popluar number systems.

HEX3F443B
Decimal636859
Binary1111111000100111011
Octal7710473

Shades and tints

Shades of #3F443B

#3F443B
(63,68,59)
#3A3E36
(58,62,54)
#353831
(53,56,49)
#30322C
(48,50,44)
#2B2C27
(43,44,39)
#262622
(38,38,34)
#21201D
(33,32,29)
#1C1A18
(28,26,24)
#171413
(23,20,19)
#120E0E
(18,14,14)
#0D0809
(13,8,9)
#000000
(0,0,0)

Tints of #3F443B

#3F443B
(63,68,59)
#50554C
(80,85,76)
#61665D
(97,102,93)
#72776E
(114,119,110)
#83887F
(131,136,127)
#949990
(148,153,144)
#A5AAA1
(165,170,161)
#B6BBB2
(182,187,178)
#C7CCC3
(199,204,195)
#D8DDD4
(216,221,212)
#E9EEE5
(233,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F443B; }

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

This text font color is #3F443B.


Background Color

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

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

This div background color is #3F443B.


Border color

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

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

This div border color is #3F443B.


Opacity

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

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

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

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

This text has shadow with #3F443B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F443B on black background.


Color preview on white background

This text has color #3F443B on white background.



Black color preview on #3F443B background

This text has black color on #3F443B background.


White color preview on #3F443B background

This text has white color on #3F443B background.