COLOR #3F151A

HEX: #3F151A
RGB: (63,21,26)

Color info

#3F151A contains red, green and blue colors in about the same proportion. Web safe color of #3F151A is #330000 (or #300).

RGB color model

#3F151A color RGB value is (63,21,26).

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

RGB channels and saturation

R 63 of 255 = 25%
G 21 of 255 = 8%
B 26 of 255 = 10%

63
21
26

R + G + B ~ 14%. #3F151A is dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 21 + 26 = 110 (100%)
R 63 of 110 ~ 57.27%
G 21 of 110 ~ 19.09%
B 26 of 110 ~ 23.64%

%57.27
%19.09
%23.64

CMYK color model

#3F151A color CMYK value is (0,67,59,75).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 58.73%
  • key color value is 75.29%
CMYK:
(0,67,59,75)
C0M67Y59K75 
(0%,67%,59%,75%)
(0.00/0.67/0.59/0.75)	

CMYK percentages

%0
%66.67
%58.73
%75.29

Codes

Color #3F151A in popluar color models

3F151A
RGB632126
HSL353°50.00%16.47%
HSB/HSV353°66.67%24.71%
CMYK0.00%66.67%58.73%
75.29%

Color #3F151A in popluar number systems.

HEX3F151A
Decimal632126
Binary1111111010111010
Octal772532

Shades and tints

Shades of #3F151A

#3F151A
(63,21,26)
#3A1418
(58,20,24)
#351316
(53,19,22)
#301214
(48,18,20)
#2B1112
(43,17,18)
#261010
(38,16,16)
#210F0E
(33,15,14)
#1C0E0C
(28,14,12)
#170D0A
(23,13,10)
#120C08
(18,12,8)
#0D0B06
(13,11,6)
#000000
(0,0,0)

Tints of #3F151A

#3F151A
(63,21,26)
#502A2E
(80,42,46)
#613F42
(97,63,66)
#725456
(114,84,86)
#83696A
(131,105,106)
#947E7E
(148,126,126)
#A59392
(165,147,146)
#B6A8A6
(182,168,166)
#C7BDBA
(199,189,186)
#D8D2CE
(216,210,206)
#E9E7E2
(233,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F151A; }

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

This text font color is #3F151A.


Background Color

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

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

This div background color is #3F151A.


Border color

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

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

This div border color is #3F151A.


Opacity

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

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

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

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

This text has shadow with #3F151A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F151A on black background.


Color preview on white background

This text has color #3F151A on white background.



Black color preview on #3F151A background

This text has black color on #3F151A background.


White color preview on #3F151A background

This text has white color on #3F151A background.