COLOR #3F502F

HEX: #3F502F RGB: (63,80,47)

Color info

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

RGB color model

#3F502F color RGB value is (63,80,47).

RGB: (63,80,47) (25%, 31%, 18%)

RGB channels and saturation

R 63 of 255 = 25%
G 80 of 255 = 31%
B 47 of 255 = 18%

63
80
47

R + G + B ~ 25%. #3F502F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 80 + 47 = 190 (100%)
R 63 of 190 ~ 33.16%
G 80 of 190 ~ 42.11%
B 47 of 190 ~ 24.74'%

%33.16
%42.11
%24.74

CMYK color model

#3F502F color CMYK value is (21,0,41,69).

  • cyan value is 21.25%
  • magenta value is 0.00%
  • yellow value is 41.25%
  • key color value is 68.63%

CMYK: (21,0,41,69)
C21M0Y41K69 (21%, 0%, 41%, 69%)
(0.21 / 0.00 / 0.41 / 0.69)

CMYK percentages

%21.25
%0
%41.25
%68.63

Codes

Color #3F502F in popluar color models

3F 50 2F
RGB 63 80 47
HSL 91° 25.98% 24.90%
HSB/HSV 91° 41.25% 31.37%
CMYK 21.25% 0.00% 41.25%
68.63%

Color #3F502F in popluar number systems.

HEX 3F 50 2F
Decimal 63 80 47
Binary 111111 1010000 101111
Octal 77 120 57

Shades and tints

Shades of #3F502F

#3F502F
(63,80,47)
#3A492B
(58,73,43)
#354227
(53,66,39)
#303B23
(48,59,35)
#2B341F
(43,52,31)
#262D1B
(38,45,27)
#212617
(33,38,23)
#1C1F13
(28,31,19)
#17180F
(23,24,15)
#12110B
(18,17,11)
#0D0A07
(13,10,7)
#000000
(0,0,0)

Tints of #3F502F

#3F502F
(63,80,47)
#505F41
(80,95,65)
#616E53
(97,110,83)
#727D65
(114,125,101)
#838C77
(131,140,119)
#949B89
(148,155,137)
#A5AA9B
(165,170,155)
#B6B9AD
(182,185,173)
#C7C8BF
(199,200,191)
#D8D7D1
(216,215,209)
#E9E6E3
(233,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F502F; }

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

This text font color is #3F502F.

Background Color

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

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

This div background color is #3F502F.

Border color

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

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

This div border color is #3F502F.

Opacity

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

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

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

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

This text has shadow with #3F502F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F502F.

Preview

Color preview on black background

This text has color #3F502F on black background.


Color preview on white background

This text has color #3F502F on white background.


Black color preview on #3F502F background

This text has black color on #3F502F background.


White color preview on #3F502F background

This text has white color on #3F502F background.


Related colors

Complementary color

Complementary color for #hex is #C0AFD0.


I love getcolorcode.com

Triadic colors

1 #2F3F50 and #502F3F with #3F502F are triadic colors.

2 #2F503F and #503F2F with #3F502F are triadic colors.