COLOR #3F422F

HEX: #3F422F RGB: (63,66,47)

Color info

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

RGB color model

#3F422F color RGB value is (63,66,47).

RGB: (63,66,47) (25%, 26%, 18%)

RGB channels and saturation

R 63 of 255 = 25%
G 66 of 255 = 26%
B 47 of 255 = 18%

63
66
47

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

Portions of RGB colors in percentages

R + G + B = 63 + 66 + 47 = 176 (100%)
R 63 of 176 ~ 35.8%
G 66 of 176 ~ 37.5%
B 47 of 176 ~ 26.7'%

%35.8
%37.5
%26.7

CMYK color model

#3F422F color CMYK value is (5,0,29,74).

  • cyan value is 4.55%
  • magenta value is 0.00%
  • yellow value is 28.79%
  • key color value is 74.12%

CMYK: (5,0,29,74)
C5M0Y29K74 (5%, 0%, 29%, 74%)
(0.05 / 0.00 / 0.29 / 0.74)

CMYK percentages

%4.55
%0
%28.79
%74.12

Codes

Color #3F422F in popluar color models

3F 42 2F
RGB 63 66 47
HSL 69° 16.81% 22.16%
HSB/HSV 69° 28.79% 25.88%
CMYK 4.55% 0.00% 28.79%
74.12%

Color #3F422F in popluar number systems.

HEX 3F 42 2F
Decimal 63 66 47
Binary 111111 1000010 101111
Octal 77 102 57

Shades and tints

Shades of #3F422F

#3F422F
(63,66,47)
#3A3C2B
(58,60,43)
#353627
(53,54,39)
#303023
(48,48,35)
#2B2A1F
(43,42,31)
#26241B
(38,36,27)
#211E17
(33,30,23)
#1C1813
(28,24,19)
#17120F
(23,18,15)
#120C0B
(18,12,11)
#0D0607
(13,6,7)
#000000
(0,0,0)

Tints of #3F422F

#3F422F
(63,66,47)
#505341
(80,83,65)
#616453
(97,100,83)
#727565
(114,117,101)
#838677
(131,134,119)
#949789
(148,151,137)
#A5A89B
(165,168,155)
#B6B9AD
(182,185,173)
#C7CABF
(199,202,191)
#D8DBD1
(216,219,209)
#E9ECE3
(233,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F422F color. Also use rgb(63,66,47) instead hex code.

Text Font Color

.myTextColor { color: #3F422F; }

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

This text font color is #3F422F.

Background Color

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

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

This div background color is #3F422F.

Border color

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

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

This div border color is #3F422F.

Opacity

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

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

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

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

This text has shadow with #3F422F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F422F.

Preview

Color preview on black background

This text has color #3F422F on black background.


Color preview on white background

This text has color #3F422F on white background.


Black color preview on #3F422F background

This text has black color on #3F422F background.


White color preview on #3F422F background

This text has white color on #3F422F background.


Related colors

Complementary color

Complementary color for #hex is #C0BDD0.


I love getcolorcode.com

Triadic colors

1 #2F3F42 and #422F3F with #3F422F are triadic colors.

2 #2F423F and #423F2F with #3F422F are triadic colors.