COLOR #3F6280

HEX: #3F6280 RGB: (63,98,128)

Color info

#3F6280 contains mainly green and blue colors. Web safe color of #3F6280 is #336666 (or #366).

RGB color model

#3F6280 color RGB value is (63,98,128).

RGB: (63,98,128) (25%, 38%, 50%)

RGB channels and saturation

R 63 of 255 = 25%
G 98 of 255 = 38%
B 128 of 255 = 50%

63
98
128

R + G + B ~ 38%. #3F6280 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 98 + 128 = 289 (100%)
R 63 of 289 ~ 21.8%
G 98 of 289 ~ 33.91%
B 128 of 289 ~ 44.29'%

%21.8
%33.91
%44.29

CMYK color model

#3F6280 color CMYK value is (51,23,0,50).

  • cyan value is 50.78%
  • magenta value is 23.44%
  • yellow value is 0.00%
  • key color value is 49.80%

CMYK: (51,23,0,50)
C51M23Y0K50 (51%, 23%, 0%, 50%)
(0.51 / 0.23 / 0.00 / 0.50)

CMYK percentages

%50.78
%23.44
%0
%49.8

Codes

Color #3F6280 in popluar color models

3F 62 80
RGB 63 98 128
HSL 208° 34.03% 37.45%
HSB/HSV 208° 50.78% 50.20%
CMYK 50.78% 23.44% 0.00%
49.80%

Color #3F6280 in popluar number systems.

HEX 3F 62 80
Decimal 63 98 128
Binary 111111 1100010 10000000
Octal 77 142 200

Shades and tints

Shades of #3F6280

#3F6280
(63,98,128)
#3A5A75
(58,90,117)
#35526A
(53,82,106)
#304A5F
(48,74,95)
#2B4254
(43,66,84)
#263A49
(38,58,73)
#21323E
(33,50,62)
#1C2A33
(28,42,51)
#172228
(23,34,40)
#121A1D
(18,26,29)
#0D1212
(13,18,18)
#000000
(0,0,0)

Tints of #3F6280

#3F6280
(63,98,128)
#50708B
(80,112,139)
#617E96
(97,126,150)
#728CA1
(114,140,161)
#839AAC
(131,154,172)
#94A8B7
(148,168,183)
#A5B6C2
(165,182,194)
#B6C4CD
(182,196,205)
#C7D2D8
(199,210,216)
#D8E0E3
(216,224,227)
#E9EEEE
(233,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F6280; }

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

This text font color is #3F6280.

Background Color

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

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

This div background color is #3F6280.

Border color

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

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

This div border color is #3F6280.

Opacity

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

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

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

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

This text has shadow with #3F6280 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F6280.

Preview

Color preview on black background

This text has color #3F6280 on black background.


Color preview on white background

This text has color #3F6280 on white background.


Black color preview on #3F6280 background

This text has black color on #3F6280 background.


White color preview on #3F6280 background

This text has white color on #3F6280 background.


Related colors

Complementary color

Complementary color for #hex is #C09D7F.


I love getcolorcode.com

Triadic colors

1 #803F62 and #62803F with #3F6280 are triadic colors.

2 #80623F and #623F80 with #3F6280 are triadic colors.