COLOR #3F255A

HEX: #3F255A
RGB: (63,37,90)

Color info

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

RGB color model

#3F255A color RGB value is (63,37,90).

  • red value is 63;
  • green value is 37;
  • blue value is 90.
RGB:
(63,37,90)
(25%,15%,35%)

RGB channels and saturation

R 63 of 255 = 25%
G 37 of 255 = 15%
B 90 of 255 = 35%

63
37
90

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

Portions of RGB colors in percentages

R + G + B =
63 + 37 + 90 = 190 (100%)
R 63 of 190 ~ 33.16%
G 37 of 190 ~ 19.47%
B 90 of 190 ~ 47.37%

%33.16
%19.47
%47.37

CMYK color model

#3F255A color CMYK value is (30,59,0,65).

  • cyan value is 30.00%
  • magenta value is 58.89%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(30,59,0,65)
C30M59Y0K65 
(30%,59%,0%,65%)
(0.30/0.59/0.00/0.65)	

CMYK percentages

%30
%58.89
%0
%64.71

Codes

Color #3F255A in popluar color models

3F255A
RGB633790
HSL269°41.73%24.90%
HSB/HSV269°58.89%35.29%
CMYK30.00%58.89%0.00%
64.71%

Color #3F255A in popluar number systems.

HEX3F255A
Decimal633790
Binary1111111001011011010
Octal7745132

Shades and tints

Shades of #3F255A

#3F255A
(63,37,90)
#3A2252
(58,34,82)
#351F4A
(53,31,74)
#301C42
(48,28,66)
#2B193A
(43,25,58)
#261632
(38,22,50)
#21132A
(33,19,42)
#1C1022
(28,16,34)
#170D1A
(23,13,26)
#120A12
(18,10,18)
#0D070A
(13,7,10)
#000000
(0,0,0)

Tints of #3F255A

#3F255A
(63,37,90)
#503869
(80,56,105)
#614B78
(97,75,120)
#725E87
(114,94,135)
#837196
(131,113,150)
#9484A5
(148,132,165)
#A597B4
(165,151,180)
#B6AAC3
(182,170,195)
#C7BDD2
(199,189,210)
#D8D0E1
(216,208,225)
#E9E3F0
(233,227,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F255A color. Also use rgb(63,37,90) instead hex code.

Text Font Color

.myTextColor { color: #3F255A; }

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

This text font color is #3F255A.


Background Color

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

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

This div background color is #3F255A.


Border color

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

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

This div border color is #3F255A.


Opacity

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

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

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

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

This text has shadow with #3F255A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F255A on black background.


Color preview on white background

This text has color #3F255A on white background.



Black color preview on #3F255A background

This text has black color on #3F255A background.


White color preview on #3F255A background

This text has white color on #3F255A background.