COLOR #3F363A

HEX: #3F363A
RGB: (63,54,58)

Color info

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

RGB color model

#3F363A color RGB value is (63,54,58).

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

RGB channels and saturation

R 63 of 255 = 25%
G 54 of 255 = 21%
B 58 of 255 = 23%

63
54
58

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

Portions of RGB colors in percentages

R + G + B =
63 + 54 + 58 = 175 (100%)
R 63 of 175 ~ 36%
G 54 of 175 ~ 30.86%
B 58 of 175 ~ 33.14%

%36
%30.86
%33.14

CMYK color model

#3F363A color CMYK value is (0,14,8,75).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 7.94%
  • key color value is 75.29%
CMYK:
(0,14,8,75)
C0M14Y8K75 
(0%,14%,8%,75%)
(0.00/0.14/0.08/0.75)	

CMYK percentages

%0
%14.29
%7.94
%75.29

Codes

Color #3F363A in popluar color models

3F363A
RGB635458
HSL333°7.69%22.94%
HSB/HSV333°14.29%24.71%
CMYK0.00%14.29%7.94%
75.29%

Color #3F363A in popluar number systems.

HEX3F363A
Decimal635458
Binary111111110110111010
Octal776672

Shades and tints

Shades of #3F363A

#3F363A
(63,54,58)
#3A3235
(58,50,53)
#352E30
(53,46,48)
#302A2B
(48,42,43)
#2B2626
(43,38,38)
#262221
(38,34,33)
#211E1C
(33,30,28)
#1C1A17
(28,26,23)
#171612
(23,22,18)
#12120D
(18,18,13)
#0D0E08
(13,14,8)
#000000
(0,0,0)

Tints of #3F363A

#3F363A
(63,54,58)
#50484B
(80,72,75)
#615A5C
(97,90,92)
#726C6D
(114,108,109)
#837E7E
(131,126,126)
#94908F
(148,144,143)
#A5A2A0
(165,162,160)
#B6B4B1
(182,180,177)
#C7C6C2
(199,198,194)
#D8D8D3
(216,216,211)
#E9EAE4
(233,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F363A; }

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

This text font color is #3F363A.


Background Color

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

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

This div background color is #3F363A.


Border color

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

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

This div border color is #3F363A.


Opacity

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

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

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

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

This text has shadow with #3F363A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F363A on black background.


Color preview on white background

This text has color #3F363A on white background.



Black color preview on #3F363A background

This text has black color on #3F363A background.


White color preview on #3F363A background

This text has white color on #3F363A background.