COLOR #3F4A2E

HEX: #3F4A2E RGB: (63,74,46)

Color info

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

RGB color model

#3F4A2E color RGB value is (63,74,46).

RGB: (63,74,46) (25%, 29%, 18%)

RGB channels and saturation

R 63 of 255 = 25%
G 74 of 255 = 29%
B 46 of 255 = 18%

63
74
46

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

Portions of RGB colors in percentages

R + G + B = 63 + 74 + 46 = 183 (100%)
R 63 of 183 ~ 34.43%
G 74 of 183 ~ 40.44%
B 46 of 183 ~ 25.14'%

%34.43
%40.44
%25.14

CMYK color model

#3F4A2E color CMYK value is (15,0,38,71).

  • cyan value is 14.86%
  • magenta value is 0.00%
  • yellow value is 37.84%
  • key color value is 70.98%

CMYK: (15,0,38,71)
C15M0Y38K71 (15%, 0%, 38%, 71%)
(0.15 / 0.00 / 0.38 / 0.71)

CMYK percentages

%14.86
%0
%37.84
%70.98

Codes

Color #3F4A2E in popluar color models

3F 4A 2E
RGB 63 74 46
HSL 84° 23.33% 23.53%
HSB/HSV 84° 37.84% 29.02%
CMYK 14.86% 0.00% 37.84%
70.98%

Color #3F4A2E in popluar number systems.

HEX 3F 4A 2E
Decimal 63 74 46
Binary 111111 1001010 101110
Octal 77 112 56

Shades and tints

Shades of #3F4A2E

#3F4A2E
(63,74,46)
#3A442A
(58,68,42)
#353E26
(53,62,38)
#303822
(48,56,34)
#2B321E
(43,50,30)
#262C1A
(38,44,26)
#212616
(33,38,22)
#1C2012
(28,32,18)
#171A0E
(23,26,14)
#12140A
(18,20,10)
#0D0E06
(13,14,6)
#000000
(0,0,0)

Tints of #3F4A2E

#3F4A2E
(63,74,46)
#505A41
(80,90,65)
#616A54
(97,106,84)
#727A67
(114,122,103)
#838A7A
(131,138,122)
#949A8D
(148,154,141)
#A5AAA0
(165,170,160)
#B6BAB3
(182,186,179)
#C7CAC6
(199,202,198)
#D8DAD9
(216,218,217)
#E9EAEC
(233,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F4A2E color. Also use rgb(63,74,46) instead hex code.

Text Font Color

.myTextColor { color: #3F4A2E; }

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

This text font color is #3F4A2E.

Background Color

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

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

This div background color is #3F4A2E.

Border color

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

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

This div border color is #3F4A2E.

Opacity

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

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

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

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

This text has shadow with #3F4A2E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F4A2E.

Preview

Color preview on black background

This text has color #3F4A2E on black background.


Color preview on white background

This text has color #3F4A2E on white background.


Black color preview on #3F4A2E background

This text has black color on #3F4A2E background.


White color preview on #3F4A2E background

This text has white color on #3F4A2E background.


Related colors

Complementary color

Complementary color for #hex is #C0B5D1.


I love getcolorcode.com

Triadic colors

1 #2E3F4A and #4A2E3F with #3F4A2E are triadic colors.

2 #2E4A3F and #4A3F2E with #3F4A2E are triadic colors.