COLOR #3F393D

HEX: #3F393D RGB: (63,57,61)

Color info

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

RGB color model

#3F393D color RGB value is (63,57,61).

RGB: (63,57,61) (25%, 22%, 24%)

RGB channels and saturation

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

63
57
61

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

Portions of RGB colors in percentages

R + G + B = 63 + 57 + 61 = 181 (100%)
R 63 of 181 ~ 34.81%
G 57 of 181 ~ 31.49%
B 61 of 181 ~ 33.7'%

%34.81
%31.49
%33.7

CMYK color model

#3F393D color CMYK value is (0,10,3,75).

  • cyan value is 0.00%
  • magenta value is 9.52%
  • yellow value is 3.17%
  • key color value is 75.29%

CMYK: (0,10,3,75)
C0M10Y3K75 (0%, 10%, 3%, 75%)
(0.00 / 0.10 / 0.03 / 0.75)

CMYK percentages

%0
%9.52
%3.17
%75.29

Codes

Color #3F393D in popluar color models

3F 39 3D
RGB 63 57 61
HSL 320° 5.00% 23.53%
HSB/HSV 320° 9.52% 24.71%
CMYK 0.00% 9.52% 3.17%
75.29%

Color #3F393D in popluar number systems.

HEX 3F 39 3D
Decimal 63 57 61
Binary 111111 111001 111101
Octal 77 71 75

Shades and tints

Shades of #3F393D

#3F393D
(63,57,61)
#3A3438
(58,52,56)
#352F33
(53,47,51)
#302A2E
(48,42,46)
#2B2529
(43,37,41)
#262024
(38,32,36)
#211B1F
(33,27,31)
#1C161A
(28,22,26)
#171115
(23,17,21)
#120C10
(18,12,16)
#0D070B
(13,7,11)
#000000
(0,0,0)

Tints of #3F393D

#3F393D
(63,57,61)
#504B4E
(80,75,78)
#615D5F
(97,93,95)
#726F70
(114,111,112)
#838181
(131,129,129)
#949392
(148,147,146)
#A5A5A3
(165,165,163)
#B6B7B4
(182,183,180)
#C7C9C5
(199,201,197)
#D8DBD6
(216,219,214)
#E9EDE7
(233,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F393D; }

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

This text font color is #3F393D.

Background Color

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

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

This div background color is #3F393D.

Border color

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

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

This div border color is #3F393D.

Opacity

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

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

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

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

This text has shadow with #3F393D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F393D.

Preview

Color preview on black background

This text has color #3F393D on black background.


Color preview on white background

This text has color #3F393D on white background.


Black color preview on #3F393D background

This text has black color on #3F393D background.


White color preview on #3F393D background

This text has white color on #3F393D background.


Related colors

Complementary color

Complementary color for #hex is #C0C6C2.


I love getcolorcode.com

Triadic colors

1 #3D3F39 and #393D3F with #3F393D are triadic colors.

2 #3D393F and #393F3D with #3F393D are triadic colors.