COLOR #3F3670

HEX: #3F3670 RGB: (63,54,112)

Color info

#3F3670 contains red, green and blue colors in about the same proportion. Web safe color of #3F3670 is #333366 (or #336).

RGB color model

#3F3670 color RGB value is (63,54,112).

RGB: (63,54,112) (25%, 21%, 44%)

RGB channels and saturation

R 63 of 255 = 25%
G 54 of 255 = 21%
B 112 of 255 = 44%

63
54
112

R + G + B ~ 30%. #3F3670 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 54 + 112 = 229 (100%)
R 63 of 229 ~ 27.51%
G 54 of 229 ~ 23.58%
B 112 of 229 ~ 48.91'%

%27.51
%23.58
%48.91

CMYK color model

#3F3670 color CMYK value is (44,52,0,56).

  • cyan value is 43.75%
  • magenta value is 51.79%
  • yellow value is 0.00%
  • key color value is 56.08%

CMYK: (44,52,0,56)
C44M52Y0K56 (44%, 52%, 0%, 56%)
(0.44 / 0.52 / 0.00 / 0.56)

CMYK percentages

%43.75
%51.79
%0
%56.08

Codes

Color #3F3670 in popluar color models

3F 36 70
RGB 63 54 112
HSL 249° 34.94% 32.55%
HSB/HSV 249° 51.79% 43.92%
CMYK 43.75% 51.79% 0.00%
56.08%

Color #3F3670 in popluar number systems.

HEX 3F 36 70
Decimal 63 54 112
Binary 111111 110110 1110000
Octal 77 66 160

Shades and tints

Shades of #3F3670

#3F3670
(63,54,112)
#3A3266
(58,50,102)
#352E5C
(53,46,92)
#302A52
(48,42,82)
#2B2648
(43,38,72)
#26223E
(38,34,62)
#211E34
(33,30,52)
#1C1A2A
(28,26,42)
#171620
(23,22,32)
#121216
(18,18,22)
#0D0E0C
(13,14,12)
#000000
(0,0,0)

Tints of #3F3670

#3F3670
(63,54,112)
#50487D
(80,72,125)
#615A8A
(97,90,138)
#726C97
(114,108,151)
#837EA4
(131,126,164)
#9490B1
(148,144,177)
#A5A2BE
(165,162,190)
#B6B4CB
(182,180,203)
#C7C6D8
(199,198,216)
#D8D8E5
(216,216,229)
#E9EAF2
(233,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F3670; }

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

This text font color is #3F3670.

Background Color

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

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

This div background color is #3F3670.

Border color

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

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

This div border color is #3F3670.

Opacity

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

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

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

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

This text has shadow with #3F3670 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F3670.

Preview

Color preview on black background

This text has color #3F3670 on black background.


Color preview on white background

This text has color #3F3670 on white background.


Black color preview on #3F3670 background

This text has black color on #3F3670 background.


White color preview on #3F3670 background

This text has white color on #3F3670 background.


Related colors

Complementary color

Complementary color for #hex is #C0C98F.


I love getcolorcode.com

Triadic colors

1 #703F36 and #36703F with #3F3670 are triadic colors.

2 #70363F and #363F70 with #3F3670 are triadic colors.