COLOR #3F343D

HEX: #3F343D RGB: (63,52,61)

Color info

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

RGB color model

#3F343D color RGB value is (63,52,61).

RGB: (63,52,61) (25%, 20%, 24%)

RGB channels and saturation

R 63 of 255 = 25%
G 52 of 255 = 20%
B 61 of 255 = 24%

63
52
61

R + G + B ~ 23%. #3F343D is dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 52 + 61 = 176 (100%)
R 63 of 176 ~ 35.8%
G 52 of 176 ~ 29.55%
B 61 of 176 ~ 34.66'%

%35.8
%29.55
%34.66

CMYK color model

#3F343D color CMYK value is (0,17,3,75).

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

CMYK: (0,17,3,75)
C0M17Y3K75 (0%, 17%, 3%, 75%)
(0.00 / 0.17 / 0.03 / 0.75)

CMYK percentages

%0
%17.46
%3.17
%75.29

Codes

Color #3F343D in popluar color models

3F 34 3D
RGB 63 52 61
HSL 311° 9.57% 22.55%
HSB/HSV 311° 17.46% 24.71%
CMYK 0.00% 17.46% 3.17%
75.29%

Color #3F343D in popluar number systems.

HEX 3F 34 3D
Decimal 63 52 61
Binary 111111 110100 111101
Octal 77 64 75

Shades and tints

Shades of #3F343D

#3F343D
(63,52,61)
#3A3038
(58,48,56)
#352C33
(53,44,51)
#30282E
(48,40,46)
#2B2429
(43,36,41)
#262024
(38,32,36)
#211C1F
(33,28,31)
#1C181A
(28,24,26)
#171415
(23,20,21)
#121010
(18,16,16)
#0D0C0B
(13,12,11)
#000000
(0,0,0)

Tints of #3F343D

#3F343D
(63,52,61)
#50464E
(80,70,78)
#61585F
(97,88,95)
#726A70
(114,106,112)
#837C81
(131,124,129)
#948E92
(148,142,146)
#A5A0A3
(165,160,163)
#B6B2B4
(182,178,180)
#C7C4C5
(199,196,197)
#D8D6D6
(216,214,214)
#E9E8E7
(233,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F343D; }

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

This text font color is #3F343D.

Background Color

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

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

This div background color is #3F343D.

Border color

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

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

This div border color is #3F343D.

Opacity

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

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

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

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

This text has shadow with #3F343D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F343D.

Preview

Color preview on black background

This text has color #3F343D on black background.


Color preview on white background

This text has color #3F343D on white background.


Black color preview on #3F343D background

This text has black color on #3F343D background.


White color preview on #3F343D background

This text has white color on #3F343D background.


Related colors

Complementary color

Complementary color for #hex is #C0CBC2.


I love getcolorcode.com

Triadic colors

1 #3D3F34 and #343D3F with #3F343D are triadic colors.

2 #3D343F and #343F3D with #3F343D are triadic colors.