COLOR #3F3529

HEX: #3F3529
RGB: (63,53,41)

Color info

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

RGB color model

#3F3529 color RGB value is (63,53,41).

  • red value is 63;
  • green value is 53;
  • blue value is 41.
RGB:
(63,53,41)
(25%,21%,16%)

RGB channels and saturation

R 63 of 255 = 25%
G 53 of 255 = 21%
B 41 of 255 = 16%

63
53
41

R + G + B ~ 21%. #3F3529 is dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 53 + 41 = 157 (100%)
R 63 of 157 ~ 40.13%
G 53 of 157 ~ 33.76%
B 41 of 157 ~ 26.11%

%40.13
%33.76
%26.11

CMYK color model

#3F3529 color CMYK value is (0,16,35,75).

  • cyan value is 0.00%
  • magenta value is 15.87%
  • yellow value is 34.92%
  • key color value is 75.29%
CMYK:
(0,16,35,75)
C0M16Y35K75 
(0%,16%,35%,75%)
(0.00/0.16/0.35/0.75)	

CMYK percentages

%0
%15.87
%34.92
%75.29

Codes

Color #3F3529 in popluar color models

3F3529
RGB635341
HSL33°21.15%20.39%
HSB/HSV33°34.92%24.71%
CMYK0.00%15.87%34.92%
75.29%

Color #3F3529 in popluar number systems.

HEX3F3529
Decimal635341
Binary111111110101101001
Octal776551

Shades and tints

Shades of #3F3529

#3F3529
(63,53,41)
#3A3126
(58,49,38)
#352D23
(53,45,35)
#302920
(48,41,32)
#2B251D
(43,37,29)
#26211A
(38,33,26)
#211D17
(33,29,23)
#1C1914
(28,25,20)
#171511
(23,21,17)
#12110E
(18,17,14)
#0D0D0B
(13,13,11)
#000000
(0,0,0)

Tints of #3F3529

#3F3529
(63,53,41)
#50473C
(80,71,60)
#61594F
(97,89,79)
#726B62
(114,107,98)
#837D75
(131,125,117)
#948F88
(148,143,136)
#A5A19B
(165,161,155)
#B6B3AE
(182,179,174)
#C7C5C1
(199,197,193)
#D8D7D4
(216,215,212)
#E9E9E7
(233,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F3529; }

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

This text font color is #3F3529.


Background Color

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

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

This div background color is #3F3529.


Border color

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

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

This div border color is #3F3529.


Opacity

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

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

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

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

This text has shadow with #3F3529 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F3529 on black background.


Color preview on white background

This text has color #3F3529 on white background.



Black color preview on #3F3529 background

This text has black color on #3F3529 background.


White color preview on #3F3529 background

This text has white color on #3F3529 background.