COLOR #3F4727

HEX: #3F4727 RGB: (63,71,39)

Color info

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

RGB color model

#3F4727 color RGB value is (63,71,39).

RGB: (63,71,39) (25%, 28%, 15%)

RGB channels and saturation

R 63 of 255 = 25%
G 71 of 255 = 28%
B 39 of 255 = 15%

63
71
39

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

Portions of RGB colors in percentages

R + G + B = 63 + 71 + 39 = 173 (100%)
R 63 of 173 ~ 36.42%
G 71 of 173 ~ 41.04%
B 39 of 173 ~ 22.54'%

%36.42
%41.04
%22.54

CMYK color model

#3F4727 color CMYK value is (11,0,45,72).

  • cyan value is 11.27%
  • magenta value is 0.00%
  • yellow value is 45.07%
  • key color value is 72.16%

CMYK: (11,0,45,72)
C11M0Y45K72 (11%, 0%, 45%, 72%)
(0.11 / 0.00 / 0.45 / 0.72)

CMYK percentages

%11.27
%0
%45.07
%72.16

Codes

Color #3F4727 in popluar color models

3F 47 27
RGB 63 71 39
HSL 75° 29.09% 21.57%
HSB/HSV 75° 45.07% 27.84%
CMYK 11.27% 0.00% 45.07%
72.16%

Color #3F4727 in popluar number systems.

HEX 3F 47 27
Decimal 63 71 39
Binary 111111 1000111 100111
Octal 77 107 47

Shades and tints

Shades of #3F4727

#3F4727
(63,71,39)
#3A4124
(58,65,36)
#353B21
(53,59,33)
#30351E
(48,53,30)
#2B2F1B
(43,47,27)
#262918
(38,41,24)
#212315
(33,35,21)
#1C1D12
(28,29,18)
#17170F
(23,23,15)
#12110C
(18,17,12)
#0D0B09
(13,11,9)
#000000
(0,0,0)

Tints of #3F4727

#3F4727
(63,71,39)
#50573A
(80,87,58)
#61674D
(97,103,77)
#727760
(114,119,96)
#838773
(131,135,115)
#949786
(148,151,134)
#A5A799
(165,167,153)
#B6B7AC
(182,183,172)
#C7C7BF
(199,199,191)
#D8D7D2
(216,215,210)
#E9E7E5
(233,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F4727 color. Also use rgb(63,71,39) instead hex code.

Text Font Color

.myTextColor { color: #3F4727; }

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

This text font color is #3F4727.

Background Color

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

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

This div background color is #3F4727.

Border color

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

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

This div border color is #3F4727.

Opacity

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

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

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

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

This text has shadow with #3F4727 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F4727.

Preview

Color preview on black background

This text has color #3F4727 on black background.


Color preview on white background

This text has color #3F4727 on white background.


Black color preview on #3F4727 background

This text has black color on #3F4727 background.


White color preview on #3F4727 background

This text has white color on #3F4727 background.


Related colors

Complementary color

Complementary color for #hex is #C0B8D8.


I love getcolorcode.com

Triadic colors

1 #273F47 and #47273F with #3F4727 are triadic colors.

2 #27473F and #473F27 with #3F4727 are triadic colors.