COLOR #3F4429

HEX: #3F4429 RGB: (63,68,41)

Color info

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

RGB color model

#3F4429 color RGB value is (63,68,41).

RGB: (63,68,41) (25%, 27%, 16%)

RGB channels and saturation

R 63 of 255 = 25%
G 68 of 255 = 27%
B 41 of 255 = 16%

63
68
41

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

Portions of RGB colors in percentages

R + G + B = 63 + 68 + 41 = 172 (100%)
R 63 of 172 ~ 36.63%
G 68 of 172 ~ 39.53%
B 41 of 172 ~ 23.84'%

%36.63
%39.53
%23.84

CMYK color model

#3F4429 color CMYK value is (7,0,40,73).

  • cyan value is 7.35%
  • magenta value is 0.00%
  • yellow value is 39.71%
  • key color value is 73.33%

CMYK: (7,0,40,73)
C7M0Y40K73 (7%, 0%, 40%, 73%)
(0.07 / 0.00 / 0.40 / 0.73)

CMYK percentages

%7.35
%0
%39.71
%73.33

Codes

Color #3F4429 in popluar color models

3F 44 29
RGB 63 68 41
HSL 71° 24.77% 21.37%
HSB/HSV 71° 39.71% 26.67%
CMYK 7.35% 0.00% 39.71%
73.33%

Color #3F4429 in popluar number systems.

HEX 3F 44 29
Decimal 63 68 41
Binary 111111 1000100 101001
Octal 77 104 51

Shades and tints

Shades of #3F4429

#3F4429
(63,68,41)
#3A3E26
(58,62,38)
#353823
(53,56,35)
#303220
(48,50,32)
#2B2C1D
(43,44,29)
#26261A
(38,38,26)
#212017
(33,32,23)
#1C1A14
(28,26,20)
#171411
(23,20,17)
#120E0E
(18,14,14)
#0D080B
(13,8,11)
#000000
(0,0,0)

Tints of #3F4429

#3F4429
(63,68,41)
#50553C
(80,85,60)
#61664F
(97,102,79)
#727762
(114,119,98)
#838875
(131,136,117)
#949988
(148,153,136)
#A5AA9B
(165,170,155)
#B6BBAE
(182,187,174)
#C7CCC1
(199,204,193)
#D8DDD4
(216,221,212)
#E9EEE7
(233,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F4429; }

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

This text font color is #3F4429.

Background Color

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

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

This div background color is #3F4429.

Border color

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

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

This div border color is #3F4429.

Opacity

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

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

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

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

This text has shadow with #3F4429 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F4429.

Preview

Color preview on black background

This text has color #3F4429 on black background.


Color preview on white background

This text has color #3F4429 on white background.


Black color preview on #3F4429 background

This text has black color on #3F4429 background.


White color preview on #3F4429 background

This text has white color on #3F4429 background.


Related colors

Complementary color

Complementary color for #hex is #C0BBD6.


I love getcolorcode.com

Triadic colors

1 #293F44 and #44293F with #3F4429 are triadic colors.

2 #29443F and #443F29 with #3F4429 are triadic colors.