COLOR #3F3815

HEX: #3F3815
RGB: (63,56,21)

Color info

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

RGB color model

#3F3815 color RGB value is (63,56,21).

  • red value is 63;
  • green value is 56;
  • blue value is 21.
RGB: (63,56,21) (25%,22%,8%)

RGB channels and saturation

R 63 of 255 = 25%
G 56 of 255 = 22%
B 21 of 255 = 8%

63
56
21

R + G + B ~ 18%. #3F3815 is dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 56 + 21 = 140 (100%)
R 63 of 140 ~ 45%
G 56 of 140 ~ 40%
B 21 of 140 ~ 15%

%45
%40
%15

CMYK color model

#3F3815 color CMYK value is (0,11,67,75).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 66.67%
  • key color value is 75.29%
CMYK: (0,11,67,75) C0M11Y67K75 (0%,11%,67%,75%) (0.00/0.11/0.67/0.75)

CMYK percentages

%0
%11.11
%66.67
%75.29

Codes

Color #3F3815 in popluar color models

3F3815
RGB635621
HSL50°50.00%16.47%
HSB/HSV50°66.67%24.71%
CMYK0.00%11.11%66.67%
75.29%

Color #3F3815 in popluar number systems.

HEX3F3815
Decimal635621
Binary11111111100010101
Octal777025

Shades and tints

Shades of #3F3815

#3F3815
(63,56,21)
#3A3314
(58,51,20)
#352E13
(53,46,19)
#302912
(48,41,18)
#2B2411
(43,36,17)
#261F10
(38,31,16)
#211A0F
(33,26,15)
#1C150E
(28,21,14)
#17100D
(23,16,13)
#120B0C
(18,11,12)
#0D060B
(13,6,11)
#000000
(0,0,0)

Tints of #3F3815

#3F3815
(63,56,21)
#504A2A
(80,74,42)
#615C3F
(97,92,63)
#726E54
(114,110,84)
#838069
(131,128,105)
#94927E
(148,146,126)
#A5A493
(165,164,147)
#B6B6A8
(182,182,168)
#C7C8BD
(199,200,189)
#D8DAD2
(216,218,210)
#E9ECE7
(233,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F3815; }

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

This text font color is #3F3815.


Background Color

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

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

This div background color is #3F3815.


Border color

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

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

This div border color is #3F3815.


Opacity

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

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

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

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

This text has shadow with #3F3815 color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #3F3815; -webkit-box-shadow:	1px 1px 3px 2px #3F3815; box-shadow:	1px 1px 3px 2px #3F3815; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #3F3815; -webkit-box-shadow: 1px 1px 3px 2px #3F3815; box-shadow:1px 1px 3px 2px #3F3815;">
Div content here</div>
This div box has shadow with color #3F3815.

Preview

Color preview on black background

This text has color #3F3815 on black background.


Color preview on white background

This text has color #3F3815 on white background.



Black color preview on #3F3815 background

This text has black color on #3F3815 background.


White color preview on #3F3815 background

This text has white color on #3F3815 background.