COLOR #3F2C6A

HEX: #3F2C6A RGB: (63,44,106)

Color info

#3F2C6A contains mainly red and blue colors. Web safe color of #3F2C6A is #333366 (or #336).

RGB color model

#3F2C6A color RGB value is (63,44,106).

RGB: (63,44,106) (25%, 17%, 42%)

RGB channels and saturation

R 63 of 255 = 25%
G 44 of 255 = 17%
B 106 of 255 = 42%

63
44
106

R + G + B ~ 28%. #3F2C6A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 44 + 106 = 213 (100%)
R 63 of 213 ~ 29.58%
G 44 of 213 ~ 20.66%
B 106 of 213 ~ 49.77'%

%29.58
%20.66
%49.77

CMYK color model

#3F2C6A color CMYK value is (41,58,0,58).

  • cyan value is 40.57%
  • magenta value is 58.49%
  • yellow value is 0.00%
  • key color value is 58.43%

CMYK: (41,58,0,58)
C41M58Y0K58 (41%, 58%, 0%, 58%)
(0.41 / 0.58 / 0.00 / 0.58)

CMYK percentages

%40.57
%58.49
%0
%58.43

Codes

Color #3F2C6A in popluar color models

3F 2C 6A
RGB 63 44 106
HSL 258° 41.33% 29.41%
HSB/HSV 258° 58.49% 41.57%
CMYK 40.57% 58.49% 0.00%
58.43%

Color #3F2C6A in popluar number systems.

HEX 3F 2C 6A
Decimal 63 44 106
Binary 111111 101100 1101010
Octal 77 54 152

Shades and tints

Shades of #3F2C6A

#3F2C6A
(63,44,106)
#3A2861
(58,40,97)
#352458
(53,36,88)
#30204F
(48,32,79)
#2B1C46
(43,28,70)
#26183D
(38,24,61)
#211434
(33,20,52)
#1C102B
(28,16,43)
#170C22
(23,12,34)
#120819
(18,8,25)
#0D0410
(13,4,16)
#000000
(0,0,0)

Tints of #3F2C6A

#3F2C6A
(63,44,106)
#503F77
(80,63,119)
#615284
(97,82,132)
#726591
(114,101,145)
#83789E
(131,120,158)
#948BAB
(148,139,171)
#A59EB8
(165,158,184)
#B6B1C5
(182,177,197)
#C7C4D2
(199,196,210)
#D8D7DF
(216,215,223)
#E9EAEC
(233,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F2C6A; }

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

This text font color is #3F2C6A.

Background Color

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

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

This div background color is #3F2C6A.

Border color

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

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

This div border color is #3F2C6A.

Opacity

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

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

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

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

This text has shadow with #3F2C6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F2C6A.

Preview

Color preview on black background

This text has color #3F2C6A on black background.


Color preview on white background

This text has color #3F2C6A on white background.


Black color preview on #3F2C6A background

This text has black color on #3F2C6A background.


White color preview on #3F2C6A background

This text has white color on #3F2C6A background.


Related colors

Complementary color

Complementary color for #hex is #C0D395.


I love getcolorcode.com

Triadic colors

1 #6A3F2C and #2C6A3F with #3F2C6A are triadic colors.

2 #6A2C3F and #2C3F6A with #3F2C6A are triadic colors.