COLOR #3F1514

HEX: #3F1514 RGB: (63,21,20)

Color info

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

RGB color model

#3F1514 color RGB value is (63,21,20).

RGB: (63,21,20) (25%, 8%, 8%)

RGB channels and saturation

R 63 of 255 = 25%
G 21 of 255 = 8%
B 20 of 255 = 8%

63
21
20

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

Portions of RGB colors in percentages

R + G + B = 63 + 21 + 20 = 104 (100%)
R 63 of 104 ~ 60.58%
G 21 of 104 ~ 20.19%
B 20 of 104 ~ 19.23'%

%60.58
%20.19
%19.23

CMYK color model

#3F1514 color CMYK value is (0,67,68,75).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 68.25%
  • key color value is 75.29%

CMYK: (0,67,68,75)
C0M67Y68K75 (0%, 67%, 68%, 75%)
(0.00 / 0.67 / 0.68 / 0.75)

CMYK percentages

%0
%66.67
%68.25
%75.29

Codes

Color #3F1514 in popluar color models

3F 15 14
RGB 63 21 20
HSL 51.81% 16.27%
HSB/HSV 68.25% 24.71%
CMYK 0.00% 66.67% 68.25%
75.29%

Color #3F1514 in popluar number systems.

HEX 3F 15 14
Decimal 63 21 20
Binary 111111 10101 10100
Octal 77 25 24

Shades and tints

Shades of #3F1514

#3F1514
(63,21,20)
#3A1413
(58,20,19)
#351312
(53,19,18)
#301211
(48,18,17)
#2B1110
(43,17,16)
#26100F
(38,16,15)
#210F0E
(33,15,14)
#1C0E0D
(28,14,13)
#170D0C
(23,13,12)
#120C0B
(18,12,11)
#0D0B0A
(13,11,10)
#000000
(0,0,0)

Tints of #3F1514

#3F1514
(63,21,20)
#502A29
(80,42,41)
#613F3E
(97,63,62)
#725453
(114,84,83)
#836968
(131,105,104)
#947E7D
(148,126,125)
#A59392
(165,147,146)
#B6A8A7
(182,168,167)
#C7BDBC
(199,189,188)
#D8D2D1
(216,210,209)
#E9E7E6
(233,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F1514; }

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

This text font color is #3F1514.

Background Color

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

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

This div background color is #3F1514.

Border color

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

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

This div border color is #3F1514.

Opacity

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

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

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

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

This text has shadow with #3F1514 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F1514.

Preview

Color preview on black background

This text has color #3F1514 on black background.


Color preview on white background

This text has color #3F1514 on white background.


Black color preview on #3F1514 background

This text has black color on #3F1514 background.


White color preview on #3F1514 background

This text has white color on #3F1514 background.


Related colors

Complementary color

Complementary color for #hex is #C0EAEB.


I love getcolorcode.com

Triadic colors

1 #143F15 and #15143F with #3F1514 are triadic colors.

2 #14153F and #153F14 with #3F1514 are triadic colors.