COLOR #3F2357

HEX: #3F2357 RGB: (63,35,87)

Color info

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

RGB color model

#3F2357 color RGB value is (63,35,87).

RGB: (63,35,87) (25%, 14%, 34%)

RGB channels and saturation

R 63 of 255 = 25%
G 35 of 255 = 14%
B 87 of 255 = 34%

63
35
87

R + G + B ~ 24%. #3F2357 is dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 35 + 87 = 185 (100%)
R 63 of 185 ~ 34.05%
G 35 of 185 ~ 18.92%
B 87 of 185 ~ 47.03'%

%34.05
%18.92
%47.03

CMYK color model

#3F2357 color CMYK value is (28,60,0,66).

  • cyan value is 27.59%
  • magenta value is 59.77%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK: (28,60,0,66) C28M60Y0K66 (28%,60%,0%,66%) (0.28/0.60/0.00/0.66) 

CMYK percentages

%27.59
%59.77
%0
%65.88

Codes

Color #3F2357 in popluar color models

3F 23 57
RGB 63 35 87
HSL 272° 42.62% 23.92%
HSB/HSV 272° 59.77% 34.12%
CMYK 27.59% 59.77% 0.00%
65.88%

Color #3F2357 in popluar number systems.

HEX 3F 23 57
Decimal 63 35 87
Binary 111111 100011 1010111
Octal 77 43 127

Shades and tints

Shades of #3F2357

#3F2357
(63,35,87)
#3A2050
(58,32,80)
#351D49
(53,29,73)
#301A42
(48,26,66)
#2B173B
(43,23,59)
#261434
(38,20,52)
#21112D
(33,17,45)
#1C0E26
(28,14,38)
#170B1F
(23,11,31)
#120818
(18,8,24)
#0D0511
(13,5,17)
#000000
(0,0,0)

Tints of #3F2357

#3F2357
(63,35,87)
#503766
(80,55,102)
#614B75
(97,75,117)
#725F84
(114,95,132)
#837393
(131,115,147)
#9487A2
(148,135,162)
#A59BB1
(165,155,177)
#B6AFC0
(182,175,192)
#C7C3CF
(199,195,207)
#D8D7DE
(216,215,222)
#E9EBED
(233,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F2357; }

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

This text font color is #3F2357.

Background Color

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

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

This div background color is #3F2357.

Border color

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

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

This div border color is #3F2357.

Opacity

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

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

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

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

This text has shadow with #3F2357 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F2357.

Preview

Color preview on black background

This text has color #3F2357 on black background.


Color preview on white background

This text has color #3F2357 on white background.


Black color preview on #3F2357 background

This text has black color on #3F2357 background.


White color preview on #3F2357 background

This text has white color on #3F2357 background.


Related colors

Complementary color

Complementary color for #hex is #C0DCA8.


I love getcolorcode.com

Triadic colors

1 #573F23 and #23573F with #3F2357 are triadic colors.

2 #57233F and #233F57 with #3F2357 are triadic colors.