COLOR #3F3229

HEX: #3F3229
RGB: (63,50,41)

Color info

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

RGB color model

#3F3229 color RGB value is (63,50,41).

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

RGB channels and saturation

R 63 of 255 = 25%
G 50 of 255 = 20%
B 41 of 255 = 16%

63
50
41

R + G + B ~ 20%. #3F3229 is dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 50 + 41 = 154 (100%)
R 63 of 154 ~ 40.91%
G 50 of 154 ~ 32.47%
B 41 of 154 ~ 26.62%

%40.91
%32.47
%26.62

CMYK color model

#3F3229 color CMYK value is (0,21,35,75).

  • cyan value is 0.00%
  • magenta value is 20.63%
  • yellow value is 34.92%
  • key color value is 75.29%
CMYK:
(0,21,35,75)
C0M21Y35K75 
(0%,21%,35%,75%)
(0.00/0.21/0.35/0.75)	

CMYK percentages

%0
%20.63
%34.92
%75.29

Codes

Color #3F3229 in popluar color models

3F3229
RGB635041
HSL25°21.15%20.39%
HSB/HSV25°34.92%24.71%
CMYK0.00%20.63%34.92%
75.29%

Color #3F3229 in popluar number systems.

HEX3F3229
Decimal635041
Binary111111110010101001
Octal776251

Shades and tints

Shades of #3F3229

#3F3229
(63,50,41)
#3A2E26
(58,46,38)
#352A23
(53,42,35)
#302620
(48,38,32)
#2B221D
(43,34,29)
#261E1A
(38,30,26)
#211A17
(33,26,23)
#1C1614
(28,22,20)
#171211
(23,18,17)
#120E0E
(18,14,14)
#0D0A0B
(13,10,11)
#000000
(0,0,0)

Tints of #3F3229

#3F3229
(63,50,41)
#50443C
(80,68,60)
#61564F
(97,86,79)
#726862
(114,104,98)
#837A75
(131,122,117)
#948C88
(148,140,136)
#A59E9B
(165,158,155)
#B6B0AE
(182,176,174)
#C7C2C1
(199,194,193)
#D8D4D4
(216,212,212)
#E9E6E7
(233,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F3229; }

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

This text font color is #3F3229.


Background Color

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

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

This div background color is #3F3229.


Border color

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

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

This div border color is #3F3229.


Opacity

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

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

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

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

This text has shadow with #3F3229 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F3229 on black background.


Color preview on white background

This text has color #3F3229 on white background.



Black color preview on #3F3229 background

This text has black color on #3F3229 background.


White color preview on #3F3229 background

This text has white color on #3F3229 background.