COLOR #3F343A

HEX: #3F343A
RGB: (63,52,58)

Color info

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

RGB color model

#3F343A color RGB value is (63,52,58).

  • red value is 63;
  • green value is 52;
  • blue value is 58.
RGB:
(63,52,58)
(25%,20%,23%)

RGB channels and saturation

R 63 of 255 = 25%
G 52 of 255 = 20%
B 58 of 255 = 23%

63
52
58

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

Portions of RGB colors in percentages

R + G + B =
63 + 52 + 58 = 173 (100%)
R 63 of 173 ~ 36.42%
G 52 of 173 ~ 30.06%
B 58 of 173 ~ 33.53%

%36.42
%30.06
%33.53

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.46%
  • yellow value is 7.94%
  • key color value is 75.29%
CMYK:
(0,17,8,75)
C0M17Y8K75 
(0%,17%,8%,75%)
(0.00/0.17/0.08/0.75)	

CMYK percentages

%0
%17.46
%7.94
%75.29

Codes

Color #3F343A in popluar color models

3F343A
RGB635258
HSL327°9.57%22.55%
HSB/HSV327°17.46%24.71%
CMYK0.00%17.46%7.94%
75.29%

Color #3F343A in popluar number systems.

HEX3F343A
Decimal635258
Binary111111110100111010
Octal776472

Shades and tints

Shades of #3F343A

#3F343A
(63,52,58)
#3A3035
(58,48,53)
#352C30
(53,44,48)
#30282B
(48,40,43)
#2B2426
(43,36,38)
#262021
(38,32,33)
#211C1C
(33,28,28)
#1C1817
(28,24,23)
#171412
(23,20,18)
#12100D
(18,16,13)
#0D0C08
(13,12,8)
#000000
(0,0,0)

Tints of #3F343A

#3F343A
(63,52,58)
#50464B
(80,70,75)
#61585C
(97,88,92)
#726A6D
(114,106,109)
#837C7E
(131,124,126)
#948E8F
(148,142,143)
#A5A0A0
(165,160,160)
#B6B2B1
(182,178,177)
#C7C4C2
(199,196,194)
#D8D6D3
(216,214,211)
#E9E8E4
(233,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F343A; }

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

This text font color is #3F343A.


Background Color

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

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

This div background color is #3F343A.


Border color

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

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

This div border color is #3F343A.


Opacity

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

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

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

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

This text has shadow with #3F343A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F343A on black background.


Color preview on white background

This text has color #3F343A on white background.



Black color preview on #3F343A background

This text has black color on #3F343A background.


White color preview on #3F343A background

This text has white color on #3F343A background.