COLOR #3F0607

HEX: #3F0607
RGB: (63,6,7)

Color info

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

RGB color model

#3F0607 color RGB value is (63,6,7).

  • red value is 63;
  • green value is 6;
  • blue value is 7.
RGB:
(63,6,7)
(25%,2%,3%)

RGB channels and saturation

R 63 of 255 = 25%
G 6 of 255 = 2%
B 7 of 255 = 3%

63
6
7

R + G + B ~ 10%. #3F0607 is dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 6 + 7 = 76 (100%)
R 63 of 76 ~ 82.89%
G 6 of 76 ~ 7.89%
B 7 of 76 ~ 9.21%

%82.89

CMYK color model

#3F0607 color CMYK value is (0,90,89,75).

  • cyan value is 0.00%
  • magenta value is 90.48%
  • yellow value is 88.89%
  • key color value is 75.29%
CMYK:
(0,90,89,75)
C0M90Y89K75 
(0%,90%,89%,75%)
(0.00/0.90/0.89/0.75)	

CMYK percentages

%0
%90.48
%88.89
%75.29

Codes

Color #3F0607 in popluar color models

3F0607
RGB6367
HSL359°82.61%13.53%
HSB/HSV359°90.48%24.71%
CMYK0.00%90.48%88.89%
75.29%

Color #3F0607 in popluar number systems.

HEX3F0607
Decimal6367
Binary111111110111
Octal7767

Shades and tints

Shades of #3F0607

#3F0607
(63,6,7)
#3A0607
(58,6,7)
#350607
(53,6,7)
#300607
(48,6,7)
#2B0607
(43,6,7)
#260607
(38,6,7)
#210607
(33,6,7)
#1C0607
(28,6,7)
#170607
(23,6,7)
#120607
(18,6,7)
#0D0607
(13,6,7)
#000000
(0,0,0)

Tints of #3F0607

#3F0607
(63,6,7)
#501C1D
(80,28,29)
#613233
(97,50,51)
#724849
(114,72,73)
#835E5F
(131,94,95)
#947475
(148,116,117)
#A58A8B
(165,138,139)
#B6A0A1
(182,160,161)
#C7B6B7
(199,182,183)
#D8CCCD
(216,204,205)
#E9E2E3
(233,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F0607 color. Also use rgb(63,6,7) instead hex code.

Text Font Color

.myTextColor { color: #3F0607; }

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

This text font color is #3F0607.


Background Color

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

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

This div background color is #3F0607.


Border color

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

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

This div border color is #3F0607.


Opacity

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

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

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

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

This text has shadow with #3F0607 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F0607 on black background.


Color preview on white background

This text has color #3F0607 on white background.



Black color preview on #3F0607 background

This text has black color on #3F0607 background.


White color preview on #3F0607 background

This text has white color on #3F0607 background.