COLOR #3F5874

HEX: #3F5874
RGB: (63,88,116)

Color info

#3F5874 contains red, green and blue colors in about the same proportion. Web safe color of #3F5874 is #336666 (or #366).

RGB color model

#3F5874 color RGB value is (63,88,116).

  • red value is 63;
  • green value is 88;
  • blue value is 116.
RGB:
(63,88,116)
(25%,35%,45%)

RGB channels and saturation

R 63 of 255 = 25%
G 88 of 255 = 35%
B 116 of 255 = 45%

63
88
116

R + G + B ~ 35%. #3F5874 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 88 + 116 = 267 (100%)
R 63 of 267 ~ 23.6%
G 88 of 267 ~ 32.96%
B 116 of 267 ~ 43.45%

%23.6
%32.96
%43.45

CMYK color model

#3F5874 color CMYK value is (46,24,0,55).

  • cyan value is 45.69%
  • magenta value is 24.14%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(46,24,0,55)
C46M24Y0K55 
(46%,24%,0%,55%)
(0.46/0.24/0.00/0.55)	

CMYK percentages

%45.69
%24.14
%0
%54.51

Codes

Color #3F5874 in popluar color models

3F5874
RGB6388116
HSL212°29.61%35.10%
HSB/HSV212°45.69%45.49%
CMYK45.69%24.14%0.00%
54.51%

Color #3F5874 in popluar number systems.

HEX3F5874
Decimal6388116
Binary11111110110001110100
Octal77130164

Shades and tints

Shades of #3F5874

#3F5874
(63,88,116)
#3A506A
(58,80,106)
#354860
(53,72,96)
#304056
(48,64,86)
#2B384C
(43,56,76)
#263042
(38,48,66)
#212838
(33,40,56)
#1C202E
(28,32,46)
#171824
(23,24,36)
#12101A
(18,16,26)
#0D0810
(13,8,16)
#000000
(0,0,0)

Tints of #3F5874

#3F5874
(63,88,116)
#506780
(80,103,128)
#61768C
(97,118,140)
#728598
(114,133,152)
#8394A4
(131,148,164)
#94A3B0
(148,163,176)
#A5B2BC
(165,178,188)
#B6C1C8
(182,193,200)
#C7D0D4
(199,208,212)
#D8DFE0
(216,223,224)
#E9EEEC
(233,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F5874; }

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

This text font color is #3F5874.


Background Color

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

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

This div background color is #3F5874.


Border color

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

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

This div border color is #3F5874.


Opacity

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

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

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

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

This text has shadow with #3F5874 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F5874 on black background.


Color preview on white background

This text has color #3F5874 on white background.



Black color preview on #3F5874 background

This text has black color on #3F5874 background.


White color preview on #3F5874 background

This text has white color on #3F5874 background.