COLOR #3F340D

HEX: #3F340D
RGB: (63,52,13)

Color info

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

RGB color model

#3F340D color RGB value is (63,52,13).

  • red value is 63;
  • green value is 52;
  • blue value is 13.
RGB:
(63,52,13)
(25%,20%,5%)

RGB channels and saturation

R 63 of 255 = 25%
G 52 of 255 = 20%
B 13 of 255 = 5%

63
52
13

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

Portions of RGB colors in percentages

R + G + B =
63 + 52 + 13 = 128 (100%)
R 63 of 128 ~ 49.22%
G 52 of 128 ~ 40.63%
B 13 of 128 ~ 10.16%

%49.22
%40.63
%10.16

CMYK color model

#3F340D color CMYK value is (0,17,79,75).

  • cyan value is 0.00%
  • magenta value is 17.46%
  • yellow value is 79.37%
  • key color value is 75.29%
CMYK:
(0,17,79,75)
C0M17Y79K75 
(0%,17%,79%,75%)
(0.00/0.17/0.79/0.75)	

CMYK percentages

%0
%17.46
%79.37
%75.29

Codes

Color #3F340D in popluar color models

3F340D
RGB635213
HSL47°65.79%14.90%
HSB/HSV47°79.37%24.71%
CMYK0.00%17.46%79.37%
75.29%

Color #3F340D in popluar number systems.

HEX3F340D
Decimal635213
Binary1111111101001101
Octal776415

Shades and tints

Shades of #3F340D

#3F340D
(63,52,13)
#3A300C
(58,48,12)
#352C0B
(53,44,11)
#30280A
(48,40,10)
#2B2409
(43,36,9)
#262008
(38,32,8)
#211C07
(33,28,7)
#1C1806
(28,24,6)
#171405
(23,20,5)
#121004
(18,16,4)
#0D0C03
(13,12,3)
#000000
(0,0,0)

Tints of #3F340D

#3F340D
(63,52,13)
#504623
(80,70,35)
#615839
(97,88,57)
#726A4F
(114,106,79)
#837C65
(131,124,101)
#948E7B
(148,142,123)
#A5A091
(165,160,145)
#B6B2A7
(182,178,167)
#C7C4BD
(199,196,189)
#D8D6D3
(216,214,211)
#E9E8E9
(233,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F340D color. Also use rgb(63,52,13) instead hex code.

Text Font Color

.myTextColor { color: #3F340D; }

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

This text font color is #3F340D.


Background Color

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

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

This div background color is #3F340D.


Border color

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

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

This div border color is #3F340D.


Opacity

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

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

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

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

This text has shadow with #3F340D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F340D on black background.


Color preview on white background

This text has color #3F340D on white background.



Black color preview on #3F340D background

This text has black color on #3F340D background.


White color preview on #3F340D background

This text has white color on #3F340D background.