COLOR #3F383D

HEX: #3F383D
RGB: (63,56,61)

Color info

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

RGB color model

#3F383D color RGB value is (63,56,61).

  • red value is 63;
  • green value is 56;
  • blue value is 61.
RGB:
(63,56,61)
(25%,22%,24%)

RGB channels and saturation

R 63 of 255 = 25%
G 56 of 255 = 22%
B 61 of 255 = 24%

63
56
61

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

Portions of RGB colors in percentages

R + G + B =
63 + 56 + 61 = 180 (100%)
R 63 of 180 ~ 35%
G 56 of 180 ~ 31.11%
B 61 of 180 ~ 33.89%

%35
%31.11
%33.89

CMYK color model

#3F383D color CMYK value is (0,11,3,75).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 3.17%
  • key color value is 75.29%
CMYK:
(0,11,3,75)
C0M11Y3K75 
(0%,11%,3%,75%)
(0.00/0.11/0.03/0.75)	

CMYK percentages

%0
%11.11
%3.17
%75.29

Codes

Color #3F383D in popluar color models

3F383D
RGB635661
HSL317°5.88%23.33%
HSB/HSV317°11.11%24.71%
CMYK0.00%11.11%3.17%
75.29%

Color #3F383D in popluar number systems.

HEX3F383D
Decimal635661
Binary111111111000111101
Octal777075

Shades and tints

Shades of #3F383D

#3F383D
(63,56,61)
#3A3338
(58,51,56)
#352E33
(53,46,51)
#30292E
(48,41,46)
#2B2429
(43,36,41)
#261F24
(38,31,36)
#211A1F
(33,26,31)
#1C151A
(28,21,26)
#171015
(23,16,21)
#120B10
(18,11,16)
#0D060B
(13,6,11)
#000000
(0,0,0)

Tints of #3F383D

#3F383D
(63,56,61)
#504A4E
(80,74,78)
#615C5F
(97,92,95)
#726E70
(114,110,112)
#838081
(131,128,129)
#949292
(148,146,146)
#A5A4A3
(165,164,163)
#B6B6B4
(182,182,180)
#C7C8C5
(199,200,197)
#D8DAD6
(216,218,214)
#E9ECE7
(233,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F383D; }

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

This text font color is #3F383D.


Background Color

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

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

This div background color is #3F383D.


Border color

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

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

This div border color is #3F383D.


Opacity

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

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

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

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

This text has shadow with #3F383D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F383D on black background.


Color preview on white background

This text has color #3F383D on white background.



Black color preview on #3F383D background

This text has black color on #3F383D background.


White color preview on #3F383D background

This text has white color on #3F383D background.