COLOR #3F728F

HEX: #3F728F RGB: (63,114,143)

Color info

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

RGB color model

#3F728F color RGB value is (63,114,143).

RGB: (63,114,143) (25%, 45%, 56%)

RGB channels and saturation

R 63 of 255 = 25%
G 114 of 255 = 45%
B 143 of 255 = 56%

63
114
143

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

Portions of RGB colors in percentages

R + G + B = 63 + 114 + 143 = 320 (100%)
R 63 of 320 ~ 19.69%
G 114 of 320 ~ 35.63%
B 143 of 320 ~ 44.69'%

%19.69
%35.63
%44.69

CMYK color model

#3F728F color CMYK value is (56,20,0,44).

  • cyan value is 55.94%
  • magenta value is 20.28%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK: (56,20,0,44) C56M20Y0K44 (56%,20%,0%,44%) (0.56/0.20/0.00/0.44) 

CMYK percentages

%55.94
%20.28
%0
%43.92

Codes

Color #3F728F in popluar color models

3F 72 8F
RGB 63 114 143
HSL 202° 38.83% 40.39%
HSB/HSV 202° 55.94% 56.08%
CMYK 55.94% 20.28% 0.00%
43.92%

Color #3F728F in popluar number systems.

HEX 3F 72 8F
Decimal 63 114 143
Binary 111111 1110010 10001111
Octal 77 162 217

Shades and tints

Shades of #3F728F

#3F728F
(63,114,143)
#3A6882
(58,104,130)
#355E75
(53,94,117)
#305468
(48,84,104)
#2B4A5B
(43,74,91)
#26404E
(38,64,78)
#213641
(33,54,65)
#1C2C34
(28,44,52)
#172227
(23,34,39)
#12181A
(18,24,26)
#0D0E0D
(13,14,13)
#000000
(0,0,0)

Tints of #3F728F

#3F728F
(63,114,143)
#507E99
(80,126,153)
#618AA3
(97,138,163)
#7296AD
(114,150,173)
#83A2B7
(131,162,183)
#94AEC1
(148,174,193)
#A5BACB
(165,186,203)
#B6C6D5
(182,198,213)
#C7D2DF
(199,210,223)
#D8DEE9
(216,222,233)
#E9EAF3
(233,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F728F color. Also use rgb(63,114,143) instead hex code.

Text Font Color

.myTextColor { color: #3F728F; }

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

This text font color is #3F728F.

Background Color

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

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

This div background color is #3F728F.

Border color

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

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

This div border color is #3F728F.

Opacity

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

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

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

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

This text has shadow with #3F728F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F728F.

Preview

Color preview on black background

This text has color #3F728F on black background.


Color preview on white background

This text has color #3F728F on white background.


Black color preview on #3F728F background

This text has black color on #3F728F background.


White color preview on #3F728F background

This text has white color on #3F728F background.


Related colors

Complementary color

Complementary color for #hex is #C08D70.


I love getcolorcode.com

Triadic colors

1 #8F3F72 and #728F3F with #3F728F are triadic colors.

2 #8F723F and #723F8F with #3F728F are triadic colors.