COLOR #3F7590

HEX: #3F7590
RGB: (63,117,144)

Color info

#3F7590 contains mainly green and blue colors. Web safe color of #3F7590 is #336699 (or #369).

RGB color model

#3F7590 color RGB value is (63,117,144).

  • red value is 63;
  • green value is 117;
  • blue value is 144.
RGB:
(63,117,144)
(25%,46%,56%)

RGB channels and saturation

R 63 of 255 = 25%
G 117 of 255 = 46%
B 144 of 255 = 56%

63
117
144

R + G + B ~ 42%. #3F7590 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
63 + 117 + 144 = 324 (100%)
R 63 of 324 ~ 19.44%
G 117 of 324 ~ 36.11%
B 144 of 324 ~ 44.44%

%19.44
%36.11
%44.44

CMYK color model

#3F7590 color CMYK value is (56,19,0,44).

  • cyan value is 56.25%
  • magenta value is 18.75%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(56,19,0,44)
C56M19Y0K44 
(56%,19%,0%,44%)
(0.56/0.19/0.00/0.44)	

CMYK percentages

%56.25
%18.75
%0
%43.53

Codes

Color #3F7590 in popluar color models

3F7590
RGB63117144
HSL200°39.13%40.59%
HSB/HSV200°56.25%56.47%
CMYK56.25%18.75%0.00%
43.53%

Color #3F7590 in popluar number systems.

HEX3F7590
Decimal63117144
Binary111111111010110010000
Octal77165220

Shades and tints

Shades of #3F7590

#3F7590
(63,117,144)
#3A6B83
(58,107,131)
#356176
(53,97,118)
#305769
(48,87,105)
#2B4D5C
(43,77,92)
#26434F
(38,67,79)
#213942
(33,57,66)
#1C2F35
(28,47,53)
#172528
(23,37,40)
#121B1B
(18,27,27)
#0D110E
(13,17,14)
#000000
(0,0,0)

Tints of #3F7590

#3F7590
(63,117,144)
#50819A
(80,129,154)
#618DA4
(97,141,164)
#7299AE
(114,153,174)
#83A5B8
(131,165,184)
#94B1C2
(148,177,194)
#A5BDCC
(165,189,204)
#B6C9D6
(182,201,214)
#C7D5E0
(199,213,224)
#D8E1EA
(216,225,234)
#E9EDF4
(233,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F7590; }

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

This text font color is #3F7590.


Background Color

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

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

This div background color is #3F7590.


Border color

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

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

This div border color is #3F7590.


Opacity

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

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

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

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

This text has shadow with #3F7590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F7590 on black background.


Color preview on white background

This text has color #3F7590 on white background.



Black color preview on #3F7590 background

This text has black color on #3F7590 background.


White color preview on #3F7590 background

This text has white color on #3F7590 background.