COLOR #3F7D88

HEX: #3F7D88
RGB: (63,125,136)

Color info

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

RGB color model

#3F7D88 color RGB value is (63,125,136).

  • red value is 63;
  • green value is 125;
  • blue value is 136.
RGB:
(63,125,136)
(25%,49%,53%)

RGB channels and saturation

R 63 of 255 = 25%
G 125 of 255 = 49%
B 136 of 255 = 53%

63
125
136

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

Portions of RGB colors in percentages

R + G + B =
63 + 125 + 136 = 324 (100%)
R 63 of 324 ~ 19.44%
G 125 of 324 ~ 38.58%
B 136 of 324 ~ 41.98%

%19.44
%38.58
%41.98

CMYK color model

#3F7D88 color CMYK value is (54,8,0,47).

  • cyan value is 53.68%
  • magenta value is 8.09%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(54,8,0,47)
C54M8Y0K47 
(54%,8%,0%,47%)
(0.54/0.08/0.00/0.47)	

CMYK percentages

%53.68
%8.09
%0
%46.67

Codes

Color #3F7D88 in popluar color models

3F7D88
RGB63125136
HSL189°36.68%39.02%
HSB/HSV189°53.68%53.33%
CMYK53.68%8.09%0.00%
46.67%

Color #3F7D88 in popluar number systems.

HEX3F7D88
Decimal63125136
Binary111111111110110001000
Octal77175210

Shades and tints

Shades of #3F7D88

#3F7D88
(63,125,136)
#3A727C
(58,114,124)
#356770
(53,103,112)
#305C64
(48,92,100)
#2B5158
(43,81,88)
#26464C
(38,70,76)
#213B40
(33,59,64)
#1C3034
(28,48,52)
#172528
(23,37,40)
#121A1C
(18,26,28)
#0D0F10
(13,15,16)
#000000
(0,0,0)

Tints of #3F7D88

#3F7D88
(63,125,136)
#508892
(80,136,146)
#61939C
(97,147,156)
#729EA6
(114,158,166)
#83A9B0
(131,169,176)
#94B4BA
(148,180,186)
#A5BFC4
(165,191,196)
#B6CACE
(182,202,206)
#C7D5D8
(199,213,216)
#D8E0E2
(216,224,226)
#E9EBEC
(233,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F7D88; }

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

This text font color is #3F7D88.


Background Color

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

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

This div background color is #3F7D88.


Border color

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

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

This div border color is #3F7D88.


Opacity

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

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

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

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

This text has shadow with #3F7D88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F7D88 on black background.


Color preview on white background

This text has color #3F7D88 on white background.



Black color preview on #3F7D88 background

This text has black color on #3F7D88 background.


White color preview on #3F7D88 background

This text has white color on #3F7D88 background.