COLOR #3F7888

HEX: #3F7888 RGB: (63,120,136)

Color info

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

RGB color model

#3F7888 color RGB value is (63,120,136).

RGB: (63,120,136) (25%, 47%, 53%)

RGB channels and saturation

R 63 of 255 = 25%
G 120 of 255 = 47%
B 136 of 255 = 53%

63
120
136

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

Portions of RGB colors in percentages

R + G + B = 63 + 120 + 136 = 319 (100%)
R 63 of 319 ~ 19.75%
G 120 of 319 ~ 37.62%
B 136 of 319 ~ 42.63'%

%19.75
%37.62
%42.63

CMYK color model

#3F7888 color CMYK value is (54,12,0,47).

  • cyan value is 53.68%
  • magenta value is 11.76%
  • yellow value is 0.00%
  • key color value is 46.67%

CMYK: (54,12,0,47)
C54M12Y0K47 (54%, 12%, 0%, 47%)
(0.54 / 0.12 / 0.00 / 0.47)

CMYK percentages

%53.68
%11.76
%0
%46.67

Codes

Color #3F7888 in popluar color models

3F 78 88
RGB 63 120 136
HSL 193° 36.68% 39.02%
HSB/HSV 193° 53.68% 53.33%
CMYK 53.68% 11.76% 0.00%
46.67%

Color #3F7888 in popluar number systems.

HEX 3F 78 88
Decimal 63 120 136
Binary 111111 1111000 10001000
Octal 77 170 210

Shades and tints

Shades of #3F7888

#3F7888
(63,120,136)
#3A6E7C
(58,110,124)
#356470
(53,100,112)
#305A64
(48,90,100)
#2B5058
(43,80,88)
#26464C
(38,70,76)
#213C40
(33,60,64)
#1C3234
(28,50,52)
#172828
(23,40,40)
#121E1C
(18,30,28)
#0D1410
(13,20,16)
#000000
(0,0,0)

Tints of #3F7888

#3F7888
(63,120,136)
#508492
(80,132,146)
#61909C
(97,144,156)
#729CA6
(114,156,166)
#83A8B0
(131,168,176)
#94B4BA
(148,180,186)
#A5C0C4
(165,192,196)
#B6CCCE
(182,204,206)
#C7D8D8
(199,216,216)
#D8E4E2
(216,228,226)
#E9F0EC
(233,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F7888 color. Also use rgb(63,120,136) instead hex code.

Text Font Color

.myTextColor { color: #3F7888; }

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

This text font color is #3F7888.

Background Color

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

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

This div background color is #3F7888.

Border color

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

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

This div border color is #3F7888.

Opacity

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

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

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

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

This text has shadow with #3F7888 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F7888.

Preview

Color preview on black background

This text has color #3F7888 on black background.


Color preview on white background

This text has color #3F7888 on white background.


Black color preview on #3F7888 background

This text has black color on #3F7888 background.


White color preview on #3F7888 background

This text has white color on #3F7888 background.


Related colors

Complementary color

Complementary color for #hex is #C08777.


I love getcolorcode.com

Triadic colors

1 #883F78 and #78883F with #3F7888 are triadic colors.

2 #88783F and #783F88 with #3F7888 are triadic colors.