COLOR #3F250D

HEX: #3F250D
RGB: (63,37,13)

Color info

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

RGB color model

#3F250D color RGB value is (63,37,13).

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

RGB channels and saturation

R 63 of 255 = 25%
G 37 of 255 = 15%
B 13 of 255 = 5%

63
37
13

R + G + B ~ 15%. #3F250D is dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 37 + 13 = 113 (100%)
R 63 of 113 ~ 55.75%
G 37 of 113 ~ 32.74%
B 13 of 113 ~ 11.5%

%55.75
%32.74
%11.5

CMYK color model

#3F250D color CMYK value is (0,41,79,75).

  • cyan value is 0.00%
  • magenta value is 41.27%
  • yellow value is 79.37%
  • key color value is 75.29%
CMYK:
(0,41,79,75)
C0M41Y79K75 
(0%,41%,79%,75%)
(0.00/0.41/0.79/0.75)	

CMYK percentages

%0
%41.27
%79.37
%75.29

Codes

Color #3F250D in popluar color models

3F250D
RGB633713
HSL29°65.79%14.90%
HSB/HSV29°79.37%24.71%
CMYK0.00%41.27%79.37%
75.29%

Color #3F250D in popluar number systems.

HEX3F250D
Decimal633713
Binary1111111001011101
Octal774515

Shades and tints

Shades of #3F250D

#3F250D
(63,37,13)
#3A220C
(58,34,12)
#351F0B
(53,31,11)
#301C0A
(48,28,10)
#2B1909
(43,25,9)
#261608
(38,22,8)
#211307
(33,19,7)
#1C1006
(28,16,6)
#170D05
(23,13,5)
#120A04
(18,10,4)
#0D0703
(13,7,3)
#000000
(0,0,0)

Tints of #3F250D

#3F250D
(63,37,13)
#503823
(80,56,35)
#614B39
(97,75,57)
#725E4F
(114,94,79)
#837165
(131,113,101)
#94847B
(148,132,123)
#A59791
(165,151,145)
#B6AAA7
(182,170,167)
#C7BDBD
(199,189,189)
#D8D0D3
(216,208,211)
#E9E3E9
(233,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F250D; }

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

This text font color is #3F250D.


Background Color

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

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

This div background color is #3F250D.


Border color

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

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

This div border color is #3F250D.


Opacity

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

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

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

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

This text has shadow with #3F250D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F250D on black background.


Color preview on white background

This text has color #3F250D on white background.



Black color preview on #3F250D background

This text has black color on #3F250D background.


White color preview on #3F250D background

This text has white color on #3F250D background.