COLOR #3F3E15

HEX: #3F3E15 RGB: (63,62,21)

Color info

#3F3E15 contains red, green and blue colors in about the same proportion. Web safe color of #3F3E15 is #333300 (or #330).

RGB color model

#3F3E15 color RGB value is (63,62,21).

RGB: (63,62,21) (25%, 24%, 8%)

RGB channels and saturation

R 63 of 255 = 25%
G 62 of 255 = 24%
B 21 of 255 = 8%

63
62
21

R + G + B ~ 19%. #3F3E15 is dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 62 + 21 = 146 (100%)
R 63 of 146 ~ 43.15%
G 62 of 146 ~ 42.47%
B 21 of 146 ~ 14.38'%

%43.15
%42.47
%14.38

CMYK color model

#3F3E15 color CMYK value is (0,2,67,75).

  • cyan value is 0.00%
  • magenta value is 1.59%
  • yellow value is 66.67%
  • key color value is 75.29%

CMYK: (0,2,67,75)
C0M2Y67K75 (0%, 2%, 67%, 75%)
(0.00 / 0.02 / 0.67 / 0.75)

CMYK percentages

%0
%1.59
%66.67
%75.29

Codes

Color #3F3E15 in popluar color models

3F 3E 15
RGB 63 62 21
HSL 59° 50.00% 16.47%
HSB/HSV 59° 66.67% 24.71%
CMYK 0.00% 1.59% 66.67%
75.29%

Color #3F3E15 in popluar number systems.

HEX 3F 3E 15
Decimal 63 62 21
Binary 111111 111110 10101
Octal 77 76 25

Shades and tints

Shades of #3F3E15

#3F3E15
(63,62,21)
#3A3914
(58,57,20)
#353413
(53,52,19)
#302F12
(48,47,18)
#2B2A11
(43,42,17)
#262510
(38,37,16)
#21200F
(33,32,15)
#1C1B0E
(28,27,14)
#17160D
(23,22,13)
#12110C
(18,17,12)
#0D0C0B
(13,12,11)
#000000
(0,0,0)

Tints of #3F3E15

#3F3E15
(63,62,21)
#504F2A
(80,79,42)
#61603F
(97,96,63)
#727154
(114,113,84)
#838269
(131,130,105)
#94937E
(148,147,126)
#A5A493
(165,164,147)
#B6B5A8
(182,181,168)
#C7C6BD
(199,198,189)
#D8D7D2
(216,215,210)
#E9E8E7
(233,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F3E15; }

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

This text font color is #3F3E15.

Background Color

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

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

This div background color is #3F3E15.

Border color

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

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

This div border color is #3F3E15.

Opacity

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

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

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

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

This text has shadow with #3F3E15 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F3E15.

Preview

Color preview on black background

This text has color #3F3E15 on black background.


Color preview on white background

This text has color #3F3E15 on white background.


Black color preview on #3F3E15 background

This text has black color on #3F3E15 background.


White color preview on #3F3E15 background

This text has white color on #3F3E15 background.


Related colors

Complementary color

Complementary color for #hex is #C0C1EA.


I love getcolorcode.com

Triadic colors

1 #153F3E and #3E153F with #3F3E15 are triadic colors.

2 #153E3F and #3E3F15 with #3F3E15 are triadic colors.