COLOR #3F502D

HEX: #3F502D RGB: (63,80,45)

Color info

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

RGB color model

#3F502D color RGB value is (63,80,45).

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

RGB channels and saturation

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

63
80
45

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

Portions of RGB colors in percentages

R + G + B = 63 + 80 + 45 = 188 (100%)
R 63 of 188 ~ 33.51%
G 80 of 188 ~ 42.55%
B 45 of 188 ~ 23.94'%

%33.51
%42.55
%23.94

CMYK color model

#3F502D color CMYK value is (21,0,44,69).

  • cyan value is 21.25%
  • magenta value is 0.00%
  • yellow value is 43.75%
  • key color value is 68.63%
CMYK: (21,0,44,69) C21M0Y44K69 (21%,0%,44%,69%) (0.21/0.00/0.44/0.69) 

CMYK percentages

%21.25
%0
%43.75
%68.63

Codes

Color #3F502D in popluar color models

3F 50 2D
RGB 63 80 45
HSL 89° 28.00% 24.51%
HSB/HSV 89° 43.75% 31.37%
CMYK 21.25% 0.00% 43.75%
68.63%

Color #3F502D in popluar number systems.

HEX 3F 50 2D
Decimal 63 80 45
Binary 111111 1010000 101101
Octal 77 120 55

Shades and tints

Shades of #3F502D

#3F502D
(63,80,45)
#3A4929
(58,73,41)
#354225
(53,66,37)
#303B21
(48,59,33)
#2B341D
(43,52,29)
#262D19
(38,45,25)
#212615
(33,38,21)
#1C1F11
(28,31,17)
#17180D
(23,24,13)
#121109
(18,17,9)
#0D0A05
(13,10,5)
#000000
(0,0,0)

Tints of #3F502D

#3F502D
(63,80,45)
#505F40
(80,95,64)
#616E53
(97,110,83)
#727D66
(114,125,102)
#838C79
(131,140,121)
#949B8C
(148,155,140)
#A5AA9F
(165,170,159)
#B6B9B2
(182,185,178)
#C7C8C5
(199,200,197)
#D8D7D8
(216,215,216)
#E9E6EB
(233,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F502D; }

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

This text font color is #3F502D.

Background Color

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

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

This div background color is #3F502D.

Border color

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

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

This div border color is #3F502D.

Opacity

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

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

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

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

This text has shadow with #3F502D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F502D.

Preview

Color preview on black background

This text has color #3F502D on black background.


Color preview on white background

This text has color #3F502D on white background.


Black color preview on #3F502D background

This text has black color on #3F502D background.


White color preview on #3F502D background

This text has white color on #3F502D background.


Related colors

Complementary color

Complementary color for #hex is #C0AFD2.


I love getcolorcode.com

Triadic colors

1 #2D3F50 and #502D3F with #3F502D are triadic colors.

2 #2D503F and #503F2D with #3F502D are triadic colors.