COLOR #3F265A

HEX: #3F265A
RGB: (63,38,90)

Color info

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

RGB color model

#3F265A color RGB value is (63,38,90).

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

RGB channels and saturation

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

63
38
90

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

Portions of RGB colors in percentages

R + G + B =
63 + 38 + 90 = 191 (100%)
R 63 of 191 ~ 32.98%
G 38 of 191 ~ 19.9%
B 90 of 191 ~ 47.12%

%32.98
%19.9
%47.12

CMYK color model

#3F265A color CMYK value is (30,58,0,65).

  • cyan value is 30.00%
  • magenta value is 57.78%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(30,58,0,65)
C30M58Y0K65 
(30%,58%,0%,65%)
(0.30/0.58/0.00/0.65)	

CMYK percentages

%30
%57.78
%0
%64.71

Codes

Color #3F265A in popluar color models

3F265A
RGB633890
HSL269°40.63%25.10%
HSB/HSV269°57.78%35.29%
CMYK30.00%57.78%0.00%
64.71%

Color #3F265A in popluar number systems.

HEX3F265A
Decimal633890
Binary1111111001101011010
Octal7746132

Shades and tints

Shades of #3F265A

#3F265A
(63,38,90)
#3A2352
(58,35,82)
#35204A
(53,32,74)
#301D42
(48,29,66)
#2B1A3A
(43,26,58)
#261732
(38,23,50)
#21142A
(33,20,42)
#1C1122
(28,17,34)
#170E1A
(23,14,26)
#120B12
(18,11,18)
#0D080A
(13,8,10)
#000000
(0,0,0)

Tints of #3F265A

#3F265A
(63,38,90)
#503969
(80,57,105)
#614C78
(97,76,120)
#725F87
(114,95,135)
#837296
(131,114,150)
#9485A5
(148,133,165)
#A598B4
(165,152,180)
#B6ABC3
(182,171,195)
#C7BED2
(199,190,210)
#D8D1E1
(216,209,225)
#E9E4F0
(233,228,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F265A; }

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

This text font color is #3F265A.


Background Color

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

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

This div background color is #3F265A.


Border color

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

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

This div border color is #3F265A.


Opacity

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

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

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

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

This text has shadow with #3F265A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F265A on black background.


Color preview on white background

This text has color #3F265A on white background.



Black color preview on #3F265A background

This text has black color on #3F265A background.


White color preview on #3F265A background

This text has white color on #3F265A background.