COLOR #3F4636

HEX: #3F4636 RGB: (63,70,54)

Color info

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

RGB color model

#3F4636 color RGB value is (63,70,54).

RGB: (63,70,54) (25%, 27%, 21%)

RGB channels and saturation

R 63 of 255 = 25%
G 70 of 255 = 27%
B 54 of 255 = 21%

63
70
54

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

Portions of RGB colors in percentages

R + G + B = 63 + 70 + 54 = 187 (100%)
R 63 of 187 ~ 33.69%
G 70 of 187 ~ 37.43%
B 54 of 187 ~ 28.88'%

%33.69
%37.43
%28.88

CMYK color model

#3F4636 color CMYK value is (10,0,23,73).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 22.86%
  • key color value is 72.55%
CMYK: (10,0,23,73) C10M0Y23K73 (10%,0%,23%,73%) (0.10/0.00/0.23/0.73) 

CMYK percentages

%10
%0
%22.86
%72.55

Codes

Color #3F4636 in popluar color models

3F 46 36
RGB 63 70 54
HSL 86° 12.90% 24.31%
HSB/HSV 86° 22.86% 27.45%
CMYK 10.00% 0.00% 22.86%
72.55%

Color #3F4636 in popluar number systems.

HEX 3F 46 36
Decimal 63 70 54
Binary 111111 1000110 110110
Octal 77 106 66

Shades and tints

Shades of #3F4636

#3F4636
(63,70,54)
#3A4032
(58,64,50)
#353A2E
(53,58,46)
#30342A
(48,52,42)
#2B2E26
(43,46,38)
#262822
(38,40,34)
#21221E
(33,34,30)
#1C1C1A
(28,28,26)
#171616
(23,22,22)
#121012
(18,16,18)
#0D0A0E
(13,10,14)
#000000
(0,0,0)

Tints of #3F4636

#3F4636
(63,70,54)
#505648
(80,86,72)
#61665A
(97,102,90)
#72766C
(114,118,108)
#83867E
(131,134,126)
#949690
(148,150,144)
#A5A6A2
(165,166,162)
#B6B6B4
(182,182,180)
#C7C6C6
(199,198,198)
#D8D6D8
(216,214,216)
#E9E6EA
(233,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F4636 color. Also use rgb(63,70,54) instead hex code.

Text Font Color

.myTextColor { color: #3F4636; }

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

This text font color is #3F4636.

Background Color

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

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

This div background color is #3F4636.

Border color

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

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

This div border color is #3F4636.

Opacity

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

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

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

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

This text has shadow with #3F4636 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F4636.

Preview

Color preview on black background

This text has color #3F4636 on black background.


Color preview on white background

This text has color #3F4636 on white background.


Black color preview on #3F4636 background

This text has black color on #3F4636 background.


White color preview on #3F4636 background

This text has white color on #3F4636 background.


Related colors

Complementary color

Complementary color for #hex is #C0B9C9.


I love getcolorcode.com

Triadic colors

1 #363F46 and #46363F with #3F4636 are triadic colors.

2 #36463F and #463F36 with #3F4636 are triadic colors.