COLOR #3F888E

HEX: #3F888E
RGB: (63,136,142)

Color info

#3F888E contains mainly green and blue colors. Web safe color of #3F888E is #339999 (or #399).

RGB color model

#3F888E color RGB value is (63,136,142).

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

RGB channels and saturation

R 63 of 255 = 25%
G 136 of 255 = 53%
B 142 of 255 = 56%

63
136
142

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

Portions of RGB colors in percentages

R + G + B =
63 + 136 + 142 = 341 (100%)
R 63 of 341 ~ 18.48%
G 136 of 341 ~ 39.88%
B 142 of 341 ~ 41.64%

%18.48
%39.88
%41.64

CMYK color model

#3F888E color CMYK value is (56,4,0,44).

  • cyan value is 55.63%
  • magenta value is 4.23%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(56,4,0,44)
C56M4Y0K44 
(56%,4%,0%,44%)
(0.56/0.04/0.00/0.44)	

CMYK percentages

%55.63
%4.23
%0
%44.31

Codes

Color #3F888E in popluar color models

3F888E
RGB63136142
HSL185°38.54%40.20%
HSB/HSV185°55.63%55.69%
CMYK55.63%4.23%0.00%
44.31%

Color #3F888E in popluar number systems.

HEX3F888E
Decimal63136142
Binary1111111000100010001110
Octal77210216

Shades and tints

Shades of #3F888E

#3F888E
(63,136,142)
#3A7C82
(58,124,130)
#357076
(53,112,118)
#30646A
(48,100,106)
#2B585E
(43,88,94)
#264C52
(38,76,82)
#214046
(33,64,70)
#1C343A
(28,52,58)
#17282E
(23,40,46)
#121C22
(18,28,34)
#0D1016
(13,16,22)
#000000
(0,0,0)

Tints of #3F888E

#3F888E
(63,136,142)
#509298
(80,146,152)
#619CA2
(97,156,162)
#72A6AC
(114,166,172)
#83B0B6
(131,176,182)
#94BAC0
(148,186,192)
#A5C4CA
(165,196,202)
#B6CED4
(182,206,212)
#C7D8DE
(199,216,222)
#D8E2E8
(216,226,232)
#E9ECF2
(233,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F888E; }

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

This text font color is #3F888E.


Background Color

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

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

This div background color is #3F888E.


Border color

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

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

This div border color is #3F888E.


Opacity

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

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

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

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

This text has shadow with #3F888E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F888E on black background.


Color preview on white background

This text has color #3F888E on white background.



Black color preview on #3F888E background

This text has black color on #3F888E background.


White color preview on #3F888E background

This text has white color on #3F888E background.