COLOR #3F0A0A

HEX: #3F0A0A
RGB: (63,10,10)

Color info

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

RGB color model

#3F0A0A color RGB value is (63,10,10).

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

RGB channels and saturation

R 63 of 255 = 25%
G 10 of 255 = 4%
B 10 of 255 = 4%

63
10
10

R + G + B ~ 11%. #3F0A0A is dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 10 + 10 = 83 (100%)
R 63 of 83 ~ 75.9%
G 10 of 83 ~ 12.05%
B 10 of 83 ~ 12.05%

%75.9
%12.05
%12.05

CMYK color model

#3F0A0A color CMYK value is (0,84,84,75).

  • cyan value is 0.00%
  • magenta value is 84.13%
  • yellow value is 84.13%
  • key color value is 75.29%
CMYK:
(0,84,84,75)
C0M84Y84K75 
(0%,84%,84%,75%)
(0.00/0.84/0.84/0.75)	

CMYK percentages

%0
%84.13
%84.13
%75.29

Codes

Color #3F0A0A in popluar color models

3F0A0A
RGB631010
HSL72.60%14.31%
HSB/HSV84.13%24.71%
CMYK0.00%84.13%84.13%
75.29%

Color #3F0A0A in popluar number systems.

HEX3F0A0A
Decimal631010
Binary11111110101010
Octal771212

Shades and tints

Shades of #3F0A0A

#3F0A0A
(63,10,10)
#3A0A0A
(58,10,10)
#350A0A
(53,10,10)
#300A0A
(48,10,10)
#2B0A0A
(43,10,10)
#260A0A
(38,10,10)
#210A0A
(33,10,10)
#1C0A0A
(28,10,10)
#170A0A
(23,10,10)
#120A0A
(18,10,10)
#0D0A0A
(13,10,10)
#000000
(0,0,0)

Tints of #3F0A0A

#3F0A0A
(63,10,10)
#502020
(80,32,32)
#613636
(97,54,54)
#724C4C
(114,76,76)
#836262
(131,98,98)
#947878
(148,120,120)
#A58E8E
(165,142,142)
#B6A4A4
(182,164,164)
#C7BABA
(199,186,186)
#D8D0D0
(216,208,208)
#E9E6E6
(233,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F0A0A; }

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

This text font color is #3F0A0A.


Background Color

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

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

This div background color is #3F0A0A.


Border color

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

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

This div border color is #3F0A0A.


Opacity

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

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

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

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

This text has shadow with #3F0A0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F0A0A on black background.


Color preview on white background

This text has color #3F0A0A on white background.



Black color preview on #3F0A0A background

This text has black color on #3F0A0A background.


White color preview on #3F0A0A background

This text has white color on #3F0A0A background.