COLOR #3F80A1

HEX: #3F80A1
RGB: (63,128,161)

Color info

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

RGB color model

#3F80A1 color RGB value is (63,128,161).

  • red value is 63;
  • green value is 128;
  • blue value is 161.
RGB:
(63,128,161)
(25%,50%,63%)

RGB channels and saturation

R 63 of 255 = 25%
G 128 of 255 = 50%
B 161 of 255 = 63%

63
128
161

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

Portions of RGB colors in percentages

R + G + B =
63 + 128 + 161 = 352 (100%)
R 63 of 352 ~ 17.9%
G 128 of 352 ~ 36.36%
B 161 of 352 ~ 45.74%

%17.9
%36.36
%45.74

CMYK color model

#3F80A1 color CMYK value is (61,20,0,37).

  • cyan value is 60.87%
  • magenta value is 20.50%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(61,20,0,37)
C61M20Y0K37 
(61%,20%,0%,37%)
(0.61/0.20/0.00/0.37)	

CMYK percentages

%60.87
%20.5
%0
%36.86

Codes

Color #3F80A1 in popluar color models

3F80A1
RGB63128161
HSL200°43.75%43.92%
HSB/HSV200°60.87%63.14%
CMYK60.87%20.50%0.00%
36.86%

Color #3F80A1 in popluar number systems.

HEX3F80A1
Decimal63128161
Binary1111111000000010100001
Octal77200241

Shades and tints

Shades of #3F80A1

#3F80A1
(63,128,161)
#3A7593
(58,117,147)
#356A85
(53,106,133)
#305F77
(48,95,119)
#2B5469
(43,84,105)
#26495B
(38,73,91)
#213E4D
(33,62,77)
#1C333F
(28,51,63)
#172831
(23,40,49)
#121D23
(18,29,35)
#0D1215
(13,18,21)
#000000
(0,0,0)

Tints of #3F80A1

#3F80A1
(63,128,161)
#508BA9
(80,139,169)
#6196B1
(97,150,177)
#72A1B9
(114,161,185)
#83ACC1
(131,172,193)
#94B7C9
(148,183,201)
#A5C2D1
(165,194,209)
#B6CDD9
(182,205,217)
#C7D8E1
(199,216,225)
#D8E3E9
(216,227,233)
#E9EEF1
(233,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F80A1; }

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

This text font color is #3F80A1.


Background Color

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

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

This div background color is #3F80A1.


Border color

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

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

This div border color is #3F80A1.


Opacity

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

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

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

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

This text has shadow with #3F80A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F80A1 on black background.


Color preview on white background

This text has color #3F80A1 on white background.



Black color preview on #3F80A1 background

This text has black color on #3F80A1 background.


White color preview on #3F80A1 background

This text has white color on #3F80A1 background.