COLOR #3F2E13

HEX: #3F2E13
RGB: (63,46,19)

Color info

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

RGB color model

#3F2E13 color RGB value is (63,46,19).

  • red value is 63;
  • green value is 46;
  • blue value is 19.
RGB:
(63,46,19)
(25%,18%,7%)

RGB channels and saturation

R 63 of 255 = 25%
G 46 of 255 = 18%
B 19 of 255 = 7%

63
46
19

R + G + B ~ 17%. #3F2E13 is dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 46 + 19 = 128 (100%)
R 63 of 128 ~ 49.22%
G 46 of 128 ~ 35.94%
B 19 of 128 ~ 14.84%

%49.22
%35.94
%14.84

CMYK color model

#3F2E13 color CMYK value is (0,27,70,75).

  • cyan value is 0.00%
  • magenta value is 26.98%
  • yellow value is 69.84%
  • key color value is 75.29%
CMYK:
(0,27,70,75)
C0M27Y70K75 
(0%,27%,70%,75%)
(0.00/0.27/0.70/0.75)	

CMYK percentages

%0
%26.98
%69.84
%75.29

Codes

Color #3F2E13 in popluar color models

3F2E13
RGB634619
HSL37°53.66%16.08%
HSB/HSV37°69.84%24.71%
CMYK0.00%26.98%69.84%
75.29%

Color #3F2E13 in popluar number systems.

HEX3F2E13
Decimal634619
Binary11111110111010011
Octal775623

Shades and tints

Shades of #3F2E13

#3F2E13
(63,46,19)
#3A2A12
(58,42,18)
#352611
(53,38,17)
#302210
(48,34,16)
#2B1E0F
(43,30,15)
#261A0E
(38,26,14)
#21160D
(33,22,13)
#1C120C
(28,18,12)
#170E0B
(23,14,11)
#120A0A
(18,10,10)
#0D0609
(13,6,9)
#000000
(0,0,0)

Tints of #3F2E13

#3F2E13
(63,46,19)
#504128
(80,65,40)
#61543D
(97,84,61)
#726752
(114,103,82)
#837A67
(131,122,103)
#948D7C
(148,141,124)
#A5A091
(165,160,145)
#B6B3A6
(182,179,166)
#C7C6BB
(199,198,187)
#D8D9D0
(216,217,208)
#E9ECE5
(233,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F2E13; }

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

This text font color is #3F2E13.


Background Color

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

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

This div background color is #3F2E13.


Border color

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

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

This div border color is #3F2E13.


Opacity

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

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

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

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

This text has shadow with #3F2E13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F2E13 on black background.


Color preview on white background

This text has color #3F2E13 on white background.



Black color preview on #3F2E13 background

This text has black color on #3F2E13 background.


White color preview on #3F2E13 background

This text has white color on #3F2E13 background.