COLOR #3F5421

HEX: #3F5421 RGB: (63,84,33)

Color info

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

RGB color model

#3F5421 color RGB value is (63,84,33).

RGB: (63,84,33) (25%, 33%, 13%)

RGB channels and saturation

R 63 of 255 = 25%
G 84 of 255 = 33%
B 33 of 255 = 13%

63
84
33

R + G + B ~ 24%. #3F5421 is dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 84 + 33 = 180 (100%)
R 63 of 180 ~ 35%
G 84 of 180 ~ 46.67%
B 33 of 180 ~ 18.33'%

%35
%46.67
%18.33

CMYK color model

#3F5421 color CMYK value is (25,0,61,67).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 60.71%
  • key color value is 67.06%
CMYK: (25,0,61,67) C25M0Y61K67 (25%,0%,61%,67%) (0.25/0.00/0.61/0.67) 

CMYK percentages

%25
%0
%60.71
%67.06

Codes

Color #3F5421 in popluar color models

3F 54 21
RGB 63 84 33
HSL 85° 43.59% 22.94%
HSB/HSV 85° 60.71% 32.94%
CMYK 25.00% 0.00% 60.71%
67.06%

Color #3F5421 in popluar number systems.

HEX 3F 54 21
Decimal 63 84 33
Binary 111111 1010100 100001
Octal 77 124 41

Shades and tints

Shades of #3F5421

#3F5421
(63,84,33)
#3A4D1E
(58,77,30)
#35461B
(53,70,27)
#303F18
(48,63,24)
#2B3815
(43,56,21)
#263112
(38,49,18)
#212A0F
(33,42,15)
#1C230C
(28,35,12)
#171C09
(23,28,9)
#121506
(18,21,6)
#0D0E03
(13,14,3)
#000000
(0,0,0)

Tints of #3F5421

#3F5421
(63,84,33)
#506335
(80,99,53)
#617249
(97,114,73)
#72815D
(114,129,93)
#839071
(131,144,113)
#949F85
(148,159,133)
#A5AE99
(165,174,153)
#B6BDAD
(182,189,173)
#C7CCC1
(199,204,193)
#D8DBD5
(216,219,213)
#E9EAE9
(233,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F5421; }

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

This text font color is #3F5421.

Background Color

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

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

This div background color is #3F5421.

Border color

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

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

This div border color is #3F5421.

Opacity

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

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

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

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

This text has shadow with #3F5421 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F5421.

Preview

Color preview on black background

This text has color #3F5421 on black background.


Color preview on white background

This text has color #3F5421 on white background.


Black color preview on #3F5421 background

This text has black color on #3F5421 background.


White color preview on #3F5421 background

This text has white color on #3F5421 background.


Related colors

Complementary color

Complementary color for #hex is #C0ABDE.


I love getcolorcode.com

Triadic colors

1 #213F54 and #54213F with #3F5421 are triadic colors.

2 #21543F and #543F21 with #3F5421 are triadic colors.