COLOR #3F4121

HEX: #3F4121 RGB: (63,65,33)

Color info

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

RGB color model

#3F4121 color RGB value is (63,65,33).

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

RGB channels and saturation

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

63
65
33

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

Portions of RGB colors in percentages

R + G + B = 63 + 65 + 33 = 161 (100%)
R 63 of 161 ~ 39.13%
G 65 of 161 ~ 40.37%
B 33 of 161 ~ 20.5'%

%39.13
%40.37
%20.5

CMYK color model

#3F4121 color CMYK value is (3,0,49,75).

  • cyan value is 3.08%
  • magenta value is 0.00%
  • yellow value is 49.23%
  • key color value is 74.51%

CMYK: (3,0,49,75)
C3M0Y49K75 (3%, 0%, 49%, 75%)
(0.03 / 0.00 / 0.49 / 0.75)

CMYK percentages

%3.08
%0
%49.23
%74.51

Codes

Color #3F4121 in popluar color models

3F 41 21
RGB 63 65 33
HSL 64° 32.65% 19.22%
HSB/HSV 64° 49.23% 25.49%
CMYK 3.08% 0.00% 49.23%
74.51%

Color #3F4121 in popluar number systems.

HEX 3F 41 21
Decimal 63 65 33
Binary 111111 1000001 100001
Octal 77 101 41

Shades and tints

Shades of #3F4121

#3F4121
(63,65,33)
#3A3C1E
(58,60,30)
#35371B
(53,55,27)
#303218
(48,50,24)
#2B2D15
(43,45,21)
#262812
(38,40,18)
#21230F
(33,35,15)
#1C1E0C
(28,30,12)
#171909
(23,25,9)
#121406
(18,20,6)
#0D0F03
(13,15,3)
#000000
(0,0,0)

Tints of #3F4121

#3F4121
(63,65,33)
#505235
(80,82,53)
#616349
(97,99,73)
#72745D
(114,116,93)
#838571
(131,133,113)
#949685
(148,150,133)
#A5A799
(165,167,153)
#B6B8AD
(182,184,173)
#C7C9C1
(199,201,193)
#D8DAD5
(216,218,213)
#E9EBE9
(233,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F4121; }

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

This text font color is #3F4121.

Background Color

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

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

This div background color is #3F4121.

Border color

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

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

This div border color is #3F4121.

Opacity

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

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

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

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

This text has shadow with #3F4121 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F4121.

Preview

Color preview on black background

This text has color #3F4121 on black background.


Color preview on white background

This text has color #3F4121 on white background.


Black color preview on #3F4121 background

This text has black color on #3F4121 background.


White color preview on #3F4121 background

This text has white color on #3F4121 background.


Related colors

Complementary color

Complementary color for #hex is #C0BEDE.


I love getcolorcode.com

Triadic colors

1 #213F41 and #41213F with #3F4121 are triadic colors.

2 #21413F and #413F21 with #3F4121 are triadic colors.