COLOR #3F3077

HEX: #3F3077
RGB: (63,48,119)

Color info

#3F3077 contains mainly red and blue colors. Web safe color of #3F3077 is #333366 (or #336).

RGB color model

#3F3077 color RGB value is (63,48,119).

  • red value is 63;
  • green value is 48;
  • blue value is 119.
RGB:
(63,48,119)
(25%,19%,47%)

RGB channels and saturation

R 63 of 255 = 25%
G 48 of 255 = 19%
B 119 of 255 = 47%

63
48
119

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

Portions of RGB colors in percentages

R + G + B =
63 + 48 + 119 = 230 (100%)
R 63 of 230 ~ 27.39%
G 48 of 230 ~ 20.87%
B 119 of 230 ~ 51.74%

%27.39
%20.87
%51.74

CMYK color model

#3F3077 color CMYK value is (47,60,0,53).

  • cyan value is 47.06%
  • magenta value is 59.66%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(47,60,0,53)
C47M60Y0K53 
(47%,60%,0%,53%)
(0.47/0.60/0.00/0.53)	

CMYK percentages

%47.06
%59.66
%0
%53.33

Codes

Color #3F3077 in popluar color models

3F3077
RGB6348119
HSL253°42.51%32.75%
HSB/HSV253°59.66%46.67%
CMYK47.06%59.66%0.00%
53.33%

Color #3F3077 in popluar number systems.

HEX3F3077
Decimal6348119
Binary1111111100001110111
Octal7760167

Shades and tints

Shades of #3F3077

#3F3077
(63,48,119)
#3A2C6D
(58,44,109)
#352863
(53,40,99)
#302459
(48,36,89)
#2B204F
(43,32,79)
#261C45
(38,28,69)
#21183B
(33,24,59)
#1C1431
(28,20,49)
#171027
(23,16,39)
#120C1D
(18,12,29)
#0D0813
(13,8,19)
#000000
(0,0,0)

Tints of #3F3077

#3F3077
(63,48,119)
#504283
(80,66,131)
#61548F
(97,84,143)
#72669B
(114,102,155)
#8378A7
(131,120,167)
#948AB3
(148,138,179)
#A59CBF
(165,156,191)
#B6AECB
(182,174,203)
#C7C0D7
(199,192,215)
#D8D2E3
(216,210,227)
#E9E4EF
(233,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F3077 color. Also use rgb(63,48,119) instead hex code.

Text Font Color

.myTextColor { color: #3F3077; }

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

This text font color is #3F3077.


Background Color

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

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

This div background color is #3F3077.


Border color

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

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

This div border color is #3F3077.


Opacity

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

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

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

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

This text has shadow with #3F3077 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F3077 on black background.


Color preview on white background

This text has color #3F3077 on white background.



Black color preview on #3F3077 background

This text has black color on #3F3077 background.


White color preview on #3F3077 background

This text has white color on #3F3077 background.