COLOR #3F513F

HEX: #3F513F RGB: (63,81,63)

Color info

#3F513F contains red, green and blue colors in about the same proportion. Web safe color of #3F513F is #336633 (or #363).

RGB color model

#3F513F color RGB value is (63,81,63).

RGB: (63,81,63) (25%, 32%, 25%)

RGB channels and saturation

R 63 of 255 = 25%
G 81 of 255 = 32%
B 63 of 255 = 25%

63
81
63

R + G + B ~ 27%. #3F513F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 81 + 63 = 207 (100%)
R 63 of 207 ~ 30.43%
G 81 of 207 ~ 39.13%
B 63 of 207 ~ 30.43'%

%30.43
%39.13
%30.43

CMYK color model

#3F513F color CMYK value is (22,0,22,68).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 68.24%

CMYK: (22,0,22,68)
C22M0Y22K68 (22%, 0%, 22%, 68%)
(0.22 / 0.00 / 0.22 / 0.68)

CMYK percentages

%22.22
%0
%22.22
%68.24

Codes

Color #3F513F in popluar color models

3F 51 3F
RGB 63 81 63
HSL 120° 12.50% 28.24%
HSB/HSV 120° 22.22% 31.76%
CMYK 22.22% 0.00% 22.22%
68.24%

Color #3F513F in popluar number systems.

HEX 3F 51 3F
Decimal 63 81 63
Binary 111111 1010001 111111
Octal 77 121 77

Shades and tints

Shades of #3F513F

#3F513F
(63,81,63)
#3A4A3A
(58,74,58)
#354335
(53,67,53)
#303C30
(48,60,48)
#2B352B
(43,53,43)
#262E26
(38,46,38)
#212721
(33,39,33)
#1C201C
(28,32,28)
#171917
(23,25,23)
#121212
(18,18,18)
#0D0B0D
(13,11,13)
#000000
(0,0,0)

Tints of #3F513F

#3F513F
(63,81,63)
#506050
(80,96,80)
#616F61
(97,111,97)
#727E72
(114,126,114)
#838D83
(131,141,131)
#949C94
(148,156,148)
#A5ABA5
(165,171,165)
#B6BAB6
(182,186,182)
#C7C9C7
(199,201,199)
#D8D8D8
(216,216,216)
#E9E7E9
(233,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F513F; }

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

This text font color is #3F513F.

Background Color

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

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

This div background color is #3F513F.

Border color

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

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

This div border color is #3F513F.

Opacity

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

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

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

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

This text has shadow with #3F513F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F513F.

Preview

Color preview on black background

This text has color #3F513F on black background.


Color preview on white background

This text has color #3F513F on white background.


Black color preview on #3F513F background

This text has black color on #3F513F background.


White color preview on #3F513F background

This text has white color on #3F513F background.


Related colors

Complementary color

Complementary color for #hex is #C0AEC0.


I love getcolorcode.com

Triadic colors

1 #3F3F51 and #513F3F with #3F513F are triadic colors.

2 #3F513F and #513F3F with #3F513F are triadic colors.