COLOR #3F7183

HEX: #3F7183
RGB: (63,113,131)

Color info

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

RGB color model

#3F7183 color RGB value is (63,113,131).

  • red value is 63;
  • green value is 113;
  • blue value is 131.
RGB:
(63,113,131)
(25%,44%,51%)

RGB channels and saturation

R 63 of 255 = 25%
G 113 of 255 = 44%
B 131 of 255 = 51%

63
113
131

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

Portions of RGB colors in percentages

R + G + B =
63 + 113 + 131 = 307 (100%)
R 63 of 307 ~ 20.52%
G 113 of 307 ~ 36.81%
B 131 of 307 ~ 42.67%

%20.52
%36.81
%42.67

CMYK color model

#3F7183 color CMYK value is (52,14,0,49).

  • cyan value is 51.91%
  • magenta value is 13.74%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(52,14,0,49)
C52M14Y0K49 
(52%,14%,0%,49%)
(0.52/0.14/0.00/0.49)	

CMYK percentages

%51.91
%13.74
%0
%48.63

Codes

Color #3F7183 in popluar color models

3F7183
RGB63113131
HSL196°35.05%38.04%
HSB/HSV196°51.91%51.37%
CMYK51.91%13.74%0.00%
48.63%

Color #3F7183 in popluar number systems.

HEX3F7183
Decimal63113131
Binary111111111000110000011
Octal77161203

Shades and tints

Shades of #3F7183

#3F7183
(63,113,131)
#3A6778
(58,103,120)
#355D6D
(53,93,109)
#305362
(48,83,98)
#2B4957
(43,73,87)
#263F4C
(38,63,76)
#213541
(33,53,65)
#1C2B36
(28,43,54)
#17212B
(23,33,43)
#121720
(18,23,32)
#0D0D15
(13,13,21)
#000000
(0,0,0)

Tints of #3F7183

#3F7183
(63,113,131)
#507D8E
(80,125,142)
#618999
(97,137,153)
#7295A4
(114,149,164)
#83A1AF
(131,161,175)
#94ADBA
(148,173,186)
#A5B9C5
(165,185,197)
#B6C5D0
(182,197,208)
#C7D1DB
(199,209,219)
#D8DDE6
(216,221,230)
#E9E9F1
(233,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F7183; }

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

This text font color is #3F7183.


Background Color

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

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

This div background color is #3F7183.


Border color

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

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

This div border color is #3F7183.


Opacity

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

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

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

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

This text has shadow with #3F7183 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F7183 on black background.


Color preview on white background

This text has color #3F7183 on white background.



Black color preview on #3F7183 background

This text has black color on #3F7183 background.


White color preview on #3F7183 background

This text has white color on #3F7183 background.