COLOR #3F3F76

HEX: #3F3F76 RGB: (63,63,118)

Color info

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

RGB color model

#3F3F76 color RGB value is (63,63,118).

RGB: (63,63,118) (25%, 25%, 46%)

RGB channels and saturation

R 63 of 255 = 25%
G 63 of 255 = 25%
B 118 of 255 = 46%

63
63
118

R + G + B ~ 32%. #3F3F76 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 63 + 118 = 244 (100%)
R 63 of 244 ~ 25.82%
G 63 of 244 ~ 25.82%
B 118 of 244 ~ 48.36'%

%25.82
%25.82
%48.36

CMYK color model

#3F3F76 color CMYK value is (47,47,0,54).

  • cyan value is 46.61%
  • magenta value is 46.61%
  • yellow value is 0.00%
  • key color value is 53.73%

CMYK: (47,47,0,54)
C47M47Y0K54 (47%, 47%, 0%, 54%)
(0.47 / 0.47 / 0.00 / 0.54)

CMYK percentages

%46.61
%46.61
%0
%53.73

Codes

Color #3F3F76 in popluar color models

3F 3F 76
RGB 63 63 118
HSL 240° 30.39% 35.49%
HSB/HSV 240° 46.61% 46.27%
CMYK 46.61% 46.61% 0.00%
53.73%

Color #3F3F76 in popluar number systems.

HEX 3F 3F 76
Decimal 63 63 118
Binary 111111 111111 1110110
Octal 77 77 166

Shades and tints

Shades of #3F3F76

#3F3F76
(63,63,118)
#3A3A6C
(58,58,108)
#353562
(53,53,98)
#303058
(48,48,88)
#2B2B4E
(43,43,78)
#262644
(38,38,68)
#21213A
(33,33,58)
#1C1C30
(28,28,48)
#171726
(23,23,38)
#12121C
(18,18,28)
#0D0D12
(13,13,18)
#000000
(0,0,0)

Tints of #3F3F76

#3F3F76
(63,63,118)
#505082
(80,80,130)
#61618E
(97,97,142)
#72729A
(114,114,154)
#8383A6
(131,131,166)
#9494B2
(148,148,178)
#A5A5BE
(165,165,190)
#B6B6CA
(182,182,202)
#C7C7D6
(199,199,214)
#D8D8E2
(216,216,226)
#E9E9EE
(233,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F3F76; }

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

This text font color is #3F3F76.

Background Color

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

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

This div background color is #3F3F76.

Border color

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

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

This div border color is #3F3F76.

Opacity

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

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

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

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

This text has shadow with #3F3F76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F3F76.

Preview

Color preview on black background

This text has color #3F3F76 on black background.


Color preview on white background

This text has color #3F3F76 on white background.


Black color preview on #3F3F76 background

This text has black color on #3F3F76 background.


White color preview on #3F3F76 background

This text has white color on #3F3F76 background.


Related colors

Complementary color

Complementary color for #hex is #C0C089.


I love getcolorcode.com