COLOR #3F063A

HEX: #3F063A
RGB: (63,6,58)

Color info

#3F063A contains red, green and blue colors in about the same proportion. Web safe color of #3F063A is #330033 (or #303).

RGB color model

#3F063A color RGB value is (63,6,58).

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

RGB channels and saturation

R 63 of 255 = 25%
G 6 of 255 = 2%
B 58 of 255 = 23%

63
6
58

R + G + B ~ 17%. #3F063A is dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 6 + 58 = 127 (100%)
R 63 of 127 ~ 49.61%
G 6 of 127 ~ 4.72%
B 58 of 127 ~ 45.67%

%49.61
%45.67

CMYK color model

#3F063A color CMYK value is (0,90,8,75).

  • cyan value is 0.00%
  • magenta value is 90.48%
  • yellow value is 7.94%
  • key color value is 75.29%
CMYK:
(0,90,8,75)
C0M90Y8K75 
(0%,90%,8%,75%)
(0.00/0.90/0.08/0.75)	

CMYK percentages

%0
%90.48
%7.94
%75.29

Codes

Color #3F063A in popluar color models

3F063A
RGB63658
HSL305°82.61%13.53%
HSB/HSV305°90.48%24.71%
CMYK0.00%90.48%7.94%
75.29%

Color #3F063A in popluar number systems.

HEX3F063A
Decimal63658
Binary111111110111010
Octal77672

Shades and tints

Shades of #3F063A

#3F063A
(63,6,58)
#3A0635
(58,6,53)
#350630
(53,6,48)
#30062B
(48,6,43)
#2B0626
(43,6,38)
#260621
(38,6,33)
#21061C
(33,6,28)
#1C0617
(28,6,23)
#170612
(23,6,18)
#12060D
(18,6,13)
#0D0608
(13,6,8)
#000000
(0,0,0)

Tints of #3F063A

#3F063A
(63,6,58)
#501C4B
(80,28,75)
#61325C
(97,50,92)
#72486D
(114,72,109)
#835E7E
(131,94,126)
#94748F
(148,116,143)
#A58AA0
(165,138,160)
#B6A0B1
(182,160,177)
#C7B6C2
(199,182,194)
#D8CCD3
(216,204,211)
#E9E2E4
(233,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F063A; }

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

This text font color is #3F063A.


Background Color

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

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

This div background color is #3F063A.


Border color

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

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

This div border color is #3F063A.


Opacity

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

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

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

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

This text has shadow with #3F063A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F063A on black background.


Color preview on white background

This text has color #3F063A on white background.



Black color preview on #3F063A background

This text has black color on #3F063A background.


White color preview on #3F063A background

This text has white color on #3F063A background.