COLOR #3F3B35

HEX: #3F3B35 RGB: (63,59,53)

Color info

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

RGB color model

#3F3B35 color RGB value is (63,59,53).

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

RGB channels and saturation

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

63
59
53

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

Portions of RGB colors in percentages

R + G + B = 63 + 59 + 53 = 175 (100%)
R 63 of 175 ~ 36%
G 59 of 175 ~ 33.71%
B 53 of 175 ~ 30.29'%

%36
%33.71
%30.29

CMYK color model

#3F3B35 color CMYK value is (0,6,16,75).

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

CMYK: (0,6,16,75)
C0M6Y16K75 (0%, 6%, 16%, 75%)
(0.00 / 0.06 / 0.16 / 0.75)

CMYK percentages

%0
%6.35
%15.87
%75.29

Codes

Color #3F3B35 in popluar color models

3F 3B 35
RGB 63 59 53
HSL 36° 8.62% 22.75%
HSB/HSV 36° 15.87% 24.71%
CMYK 0.00% 6.35% 15.87%
75.29%

Color #3F3B35 in popluar number systems.

HEX 3F 3B 35
Decimal 63 59 53
Binary 111111 111011 110101
Octal 77 73 65

Shades and tints

Shades of #3F3B35

#3F3B35
(63,59,53)
#3A3631
(58,54,49)
#35312D
(53,49,45)
#302C29
(48,44,41)
#2B2725
(43,39,37)
#262221
(38,34,33)
#211D1D
(33,29,29)
#1C1819
(28,24,25)
#171315
(23,19,21)
#120E11
(18,14,17)
#0D090D
(13,9,13)
#000000
(0,0,0)

Tints of #3F3B35

#3F3B35
(63,59,53)
#504C47
(80,76,71)
#615D59
(97,93,89)
#726E6B
(114,110,107)
#837F7D
(131,127,125)
#94908F
(148,144,143)
#A5A1A1
(165,161,161)
#B6B2B3
(182,178,179)
#C7C3C5
(199,195,197)
#D8D4D7
(216,212,215)
#E9E5E9
(233,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F3B35; }

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

This text font color is #3F3B35.

Background Color

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

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

This div background color is #3F3B35.

Border color

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

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

This div border color is #3F3B35.

Opacity

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

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

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

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

This text has shadow with #3F3B35 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F3B35.

Preview

Color preview on black background

This text has color #3F3B35 on black background.


Color preview on white background

This text has color #3F3B35 on white background.


Black color preview on #3F3B35 background

This text has black color on #3F3B35 background.


White color preview on #3F3B35 background

This text has white color on #3F3B35 background.


Related colors

Complementary color

Complementary color for #hex is #C0C4CA.


I love getcolorcode.com

Triadic colors

1 #353F3B and #3B353F with #3F3B35 are triadic colors.

2 #353B3F and #3B3F35 with #3F3B35 are triadic colors.