COLOR #3F363B

HEX: #3F363B RGB: (63,54,59)

Color info

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

RGB color model

#3F363B color RGB value is (63,54,59).

RGB: (63,54,59) (25%, 21%, 23%)

RGB channels and saturation

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

63
54
59

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

Portions of RGB colors in percentages

R + G + B = 63 + 54 + 59 = 176 (100%)
R 63 of 176 ~ 35.8%
G 54 of 176 ~ 30.68%
B 59 of 176 ~ 33.52'%

%35.8
%30.68
%33.52

CMYK color model

#3F363B color CMYK value is (0,14,6,75).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 6.35%
  • key color value is 75.29%

CMYK: (0,14,6,75)
C0M14Y6K75 (0%, 14%, 6%, 75%)
(0.00 / 0.14 / 0.06 / 0.75)

CMYK percentages

%0
%14.29
%6.35
%75.29

Codes

Color #3F363B in popluar color models

3F 36 3B
RGB 63 54 59
HSL 327° 7.69% 22.94%
HSB/HSV 327° 14.29% 24.71%
CMYK 0.00% 14.29% 6.35%
75.29%

Color #3F363B in popluar number systems.

HEX 3F 36 3B
Decimal 63 54 59
Binary 111111 110110 111011
Octal 77 66 73

Shades and tints

Shades of #3F363B

#3F363B
(63,54,59)
#3A3236
(58,50,54)
#352E31
(53,46,49)
#302A2C
(48,42,44)
#2B2627
(43,38,39)
#262222
(38,34,34)
#211E1D
(33,30,29)
#1C1A18
(28,26,24)
#171613
(23,22,19)
#12120E
(18,18,14)
#0D0E09
(13,14,9)
#000000
(0,0,0)

Tints of #3F363B

#3F363B
(63,54,59)
#50484C
(80,72,76)
#615A5D
(97,90,93)
#726C6E
(114,108,110)
#837E7F
(131,126,127)
#949090
(148,144,144)
#A5A2A1
(165,162,161)
#B6B4B2
(182,180,178)
#C7C6C3
(199,198,195)
#D8D8D4
(216,216,212)
#E9EAE5
(233,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F363B; }

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

This text font color is #3F363B.

Background Color

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

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

This div background color is #3F363B.

Border color

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

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

This div border color is #3F363B.

Opacity

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

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

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

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

This text has shadow with #3F363B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F363B.

Preview

Color preview on black background

This text has color #3F363B on black background.


Color preview on white background

This text has color #3F363B on white background.


Black color preview on #3F363B background

This text has black color on #3F363B background.


White color preview on #3F363B background

This text has white color on #3F363B background.


Related colors

Complementary color

Complementary color for #hex is #C0C9C4.


I love getcolorcode.com

Triadic colors

1 #3B3F36 and #363B3F with #3F363B are triadic colors.

2 #3B363F and #363F3B with #3F363B are triadic colors.