COLOR #3F390D

HEX: #3F390D
RGB: (63,57,13)

Color info

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

RGB color model

#3F390D color RGB value is (63,57,13).

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

RGB channels and saturation

R 63 of 255 = 25%
G 57 of 255 = 22%
B 13 of 255 = 5%

63
57
13

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

Portions of RGB colors in percentages

R + G + B =
63 + 57 + 13 = 133 (100%)
R 63 of 133 ~ 47.37%
G 57 of 133 ~ 42.86%
B 13 of 133 ~ 9.77%

%47.37
%42.86
%9.77

CMYK color model

#3F390D color CMYK value is (0,10,79,75).

  • cyan value is 0.00%
  • magenta value is 9.52%
  • yellow value is 79.37%
  • key color value is 75.29%
CMYK:
(0,10,79,75)
C0M10Y79K75 
(0%,10%,79%,75%)
(0.00/0.10/0.79/0.75)	

CMYK percentages

%0
%9.52
%79.37
%75.29

Codes

Color #3F390D in popluar color models

3F390D
RGB635713
HSL53°65.79%14.90%
HSB/HSV53°79.37%24.71%
CMYK0.00%9.52%79.37%
75.29%

Color #3F390D in popluar number systems.

HEX3F390D
Decimal635713
Binary1111111110011101
Octal777115

Shades and tints

Shades of #3F390D

#3F390D
(63,57,13)
#3A340C
(58,52,12)
#352F0B
(53,47,11)
#302A0A
(48,42,10)
#2B2509
(43,37,9)
#262008
(38,32,8)
#211B07
(33,27,7)
#1C1606
(28,22,6)
#171105
(23,17,5)
#120C04
(18,12,4)
#0D0703
(13,7,3)
#000000
(0,0,0)

Tints of #3F390D

#3F390D
(63,57,13)
#504B23
(80,75,35)
#615D39
(97,93,57)
#726F4F
(114,111,79)
#838165
(131,129,101)
#94937B
(148,147,123)
#A5A591
(165,165,145)
#B6B7A7
(182,183,167)
#C7C9BD
(199,201,189)
#D8DBD3
(216,219,211)
#E9EDE9
(233,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F390D; }

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

This text font color is #3F390D.


Background Color

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

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

This div background color is #3F390D.


Border color

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

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

This div border color is #3F390D.


Opacity

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

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

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

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

This text has shadow with #3F390D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F390D on black background.


Color preview on white background

This text has color #3F390D on white background.



Black color preview on #3F390D background

This text has black color on #3F390D background.


White color preview on #3F390D background

This text has white color on #3F390D background.