COLOR #3F4775

HEX: #3F4775 RGB: (63,71,117)

Color info

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

RGB color model

#3F4775 color RGB value is (63,71,117).

RGB: (63,71,117) (25%, 28%, 46%)

RGB channels and saturation

R 63 of 255 = 25%
G 71 of 255 = 28%
B 117 of 255 = 46%

63
71
117

R + G + B ~ 33%. #3F4775 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 71 + 117 = 251 (100%)
R 63 of 251 ~ 25.1%
G 71 of 251 ~ 28.29%
B 117 of 251 ~ 46.61'%

%25.1
%28.29
%46.61

CMYK color model

#3F4775 color CMYK value is (46,39,0,54).

  • cyan value is 46.15%
  • magenta value is 39.32%
  • yellow value is 0.00%
  • key color value is 54.12%

CMYK: (46,39,0,54)
C46M39Y0K54 (46%, 39%, 0%, 54%)
(0.46 / 0.39 / 0.00 / 0.54)

CMYK percentages

%46.15
%39.32
%0
%54.12

Codes

Color #3F4775 in popluar color models

3F 47 75
RGB 63 71 117
HSL 231° 30.00% 35.29%
HSB/HSV 231° 46.15% 45.88%
CMYK 46.15% 39.32% 0.00%
54.12%

Color #3F4775 in popluar number systems.

HEX 3F 47 75
Decimal 63 71 117
Binary 111111 1000111 1110101
Octal 77 107 165

Shades and tints

Shades of #3F4775

#3F4775
(63,71,117)
#3A416B
(58,65,107)
#353B61
(53,59,97)
#303557
(48,53,87)
#2B2F4D
(43,47,77)
#262943
(38,41,67)
#212339
(33,35,57)
#1C1D2F
(28,29,47)
#171725
(23,23,37)
#12111B
(18,17,27)
#0D0B11
(13,11,17)
#000000
(0,0,0)

Tints of #3F4775

#3F4775
(63,71,117)
#505781
(80,87,129)
#61678D
(97,103,141)
#727799
(114,119,153)
#8387A5
(131,135,165)
#9497B1
(148,151,177)
#A5A7BD
(165,167,189)
#B6B7C9
(182,183,201)
#C7C7D5
(199,199,213)
#D8D7E1
(216,215,225)
#E9E7ED
(233,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F4775; }

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

This text font color is #3F4775.

Background Color

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

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

This div background color is #3F4775.

Border color

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

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

This div border color is #3F4775.

Opacity

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

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

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

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

This text has shadow with #3F4775 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F4775.

Preview

Color preview on black background

This text has color #3F4775 on black background.


Color preview on white background

This text has color #3F4775 on white background.


Black color preview on #3F4775 background

This text has black color on #3F4775 background.


White color preview on #3F4775 background

This text has white color on #3F4775 background.


Related colors

Complementary color

Complementary color for #hex is #C0B88A.


I love getcolorcode.com

Triadic colors

1 #753F47 and #47753F with #3F4775 are triadic colors.

2 #75473F and #473F75 with #3F4775 are triadic colors.