COLOR #3F5429

HEX: #3F5429 RGB: (63,84,41)

Color info

#3F5429 contains red, green and blue colors in about the same proportion. Web safe color of #3F5429 is #336633 (or #363).

RGB color model

#3F5429 color RGB value is (63,84,41).

RGB: (63,84,41) (25%, 33%, 16%)

RGB channels and saturation

R 63 of 255 = 25%
G 84 of 255 = 33%
B 41 of 255 = 16%

63
84
41

R + G + B ~ 25%. #3F5429 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 84 + 41 = 188 (100%)
R 63 of 188 ~ 33.51%
G 84 of 188 ~ 44.68%
B 41 of 188 ~ 21.81'%

%33.51
%44.68
%21.81

CMYK color model

#3F5429 color CMYK value is (25,0,51,67).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 51.19%
  • key color value is 67.06%

CMYK: (25,0,51,67)
C25M0Y51K67 (25%, 0%, 51%, 67%)
(0.25 / 0.00 / 0.51 / 0.67)

CMYK percentages

%25
%0
%51.19
%67.06

Codes

Color #3F5429 in popluar color models

3F 54 29
RGB 63 84 41
HSL 89° 34.40% 24.51%
HSB/HSV 89° 51.19% 32.94%
CMYK 25.00% 0.00% 51.19%
67.06%

Color #3F5429 in popluar number systems.

HEX 3F 54 29
Decimal 63 84 41
Binary 111111 1010100 101001
Octal 77 124 51

Shades and tints

Shades of #3F5429

#3F5429
(63,84,41)
#3A4D26
(58,77,38)
#354623
(53,70,35)
#303F20
(48,63,32)
#2B381D
(43,56,29)
#26311A
(38,49,26)
#212A17
(33,42,23)
#1C2314
(28,35,20)
#171C11
(23,28,17)
#12150E
(18,21,14)
#0D0E0B
(13,14,11)
#000000
(0,0,0)

Tints of #3F5429

#3F5429
(63,84,41)
#50633C
(80,99,60)
#61724F
(97,114,79)
#728162
(114,129,98)
#839075
(131,144,117)
#949F88
(148,159,136)
#A5AE9B
(165,174,155)
#B6BDAE
(182,189,174)
#C7CCC1
(199,204,193)
#D8DBD4
(216,219,212)
#E9EAE7
(233,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F5429; }

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

This text font color is #3F5429.

Background Color

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

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

This div background color is #3F5429.

Border color

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

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

This div border color is #3F5429.

Opacity

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

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

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

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

This text has shadow with #3F5429 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F5429.

Preview

Color preview on black background

This text has color #3F5429 on black background.


Color preview on white background

This text has color #3F5429 on white background.


Black color preview on #3F5429 background

This text has black color on #3F5429 background.


White color preview on #3F5429 background

This text has white color on #3F5429 background.


Related colors

Complementary color

Complementary color for #hex is #C0ABD6.


I love getcolorcode.com

Triadic colors

1 #293F54 and #54293F with #3F5429 are triadic colors.

2 #29543F and #543F29 with #3F5429 are triadic colors.