COLOR #3F2359

HEX: #3F2359
RGB: (63,35,89)

Color info

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

RGB color model

#3F2359 color RGB value is (63,35,89).

  • red value is 63;
  • green value is 35;
  • blue value is 89.
RGB:
(63,35,89)
(25%,14%,35%)

RGB channels and saturation

R 63 of 255 = 25%
G 35 of 255 = 14%
B 89 of 255 = 35%

63
35
89

R + G + B ~ 25%. #3F2359 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 35 + 89 = 187 (100%)
R 63 of 187 ~ 33.69%
G 35 of 187 ~ 18.72%
B 89 of 187 ~ 47.59%

%33.69
%18.72
%47.59

CMYK color model

#3F2359 color CMYK value is (29,61,0,65).

  • cyan value is 29.21%
  • magenta value is 60.67%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(29,61,0,65)
C29M61Y0K65 
(29%,61%,0%,65%)
(0.29/0.61/0.00/0.65)	

CMYK percentages

%29.21
%60.67
%0
%65.1

Codes

Color #3F2359 in popluar color models

3F2359
RGB633589
HSL271°43.55%24.31%
HSB/HSV271°60.67%34.90%
CMYK29.21%60.67%0.00%
65.10%

Color #3F2359 in popluar number systems.

HEX3F2359
Decimal633589
Binary1111111000111011001
Octal7743131

Shades and tints

Shades of #3F2359

#3F2359
(63,35,89)
#3A2051
(58,32,81)
#351D49
(53,29,73)
#301A41
(48,26,65)
#2B1739
(43,23,57)
#261431
(38,20,49)
#211129
(33,17,41)
#1C0E21
(28,14,33)
#170B19
(23,11,25)
#120811
(18,8,17)
#0D0509
(13,5,9)
#000000
(0,0,0)

Tints of #3F2359

#3F2359
(63,35,89)
#503768
(80,55,104)
#614B77
(97,75,119)
#725F86
(114,95,134)
#837395
(131,115,149)
#9487A4
(148,135,164)
#A59BB3
(165,155,179)
#B6AFC2
(182,175,194)
#C7C3D1
(199,195,209)
#D8D7E0
(216,215,224)
#E9EBEF
(233,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F2359; }

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

This text font color is #3F2359.


Background Color

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

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

This div background color is #3F2359.


Border color

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

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

This div border color is #3F2359.


Opacity

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

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

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

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

This text has shadow with #3F2359 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F2359 on black background.


Color preview on white background

This text has color #3F2359 on white background.



Black color preview on #3F2359 background

This text has black color on #3F2359 background.


White color preview on #3F2359 background

This text has white color on #3F2359 background.