COLOR #3F8C95

HEX: #3F8C95
RGB: (63,140,149)

Color info

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

RGB color model

#3F8C95 color RGB value is (63,140,149).

  • red value is 63;
  • green value is 140;
  • blue value is 149.
RGB:
(63,140,149)
(25%,55%,58%)

RGB channels and saturation

R 63 of 255 = 25%
G 140 of 255 = 55%
B 149 of 255 = 58%

63
140
149

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

Portions of RGB colors in percentages

R + G + B =
63 + 140 + 149 = 352 (100%)
R 63 of 352 ~ 17.9%
G 140 of 352 ~ 39.77%
B 149 of 352 ~ 42.33%

%17.9
%39.77
%42.33

CMYK color model

#3F8C95 color CMYK value is (58,6,0,42).

  • cyan value is 57.72%
  • magenta value is 6.04%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(58,6,0,42)
C58M6Y0K42 
(58%,6%,0%,42%)
(0.58/0.06/0.00/0.42)	

CMYK percentages

%57.72
%6.04
%0
%41.57

Codes

Color #3F8C95 in popluar color models

3F8C95
RGB63140149
HSL186°40.57%41.57%
HSB/HSV186°57.72%58.43%
CMYK57.72%6.04%0.00%
41.57%

Color #3F8C95 in popluar number systems.

HEX3F8C95
Decimal63140149
Binary1111111000110010010101
Octal77214225

Shades and tints

Shades of #3F8C95

#3F8C95
(63,140,149)
#3A8088
(58,128,136)
#35747B
(53,116,123)
#30686E
(48,104,110)
#2B5C61
(43,92,97)
#265054
(38,80,84)
#214447
(33,68,71)
#1C383A
(28,56,58)
#172C2D
(23,44,45)
#122020
(18,32,32)
#0D1413
(13,20,19)
#000000
(0,0,0)

Tints of #3F8C95

#3F8C95
(63,140,149)
#50969E
(80,150,158)
#61A0A7
(97,160,167)
#72AAB0
(114,170,176)
#83B4B9
(131,180,185)
#94BEC2
(148,190,194)
#A5C8CB
(165,200,203)
#B6D2D4
(182,210,212)
#C7DCDD
(199,220,221)
#D8E6E6
(216,230,230)
#E9F0EF
(233,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F8C95 color. Also use rgb(63,140,149) instead hex code.

Text Font Color

.myTextColor { color: #3F8C95; }

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

This text font color is #3F8C95.


Background Color

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

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

This div background color is #3F8C95.


Border color

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

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

This div border color is #3F8C95.


Opacity

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

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

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

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

This text has shadow with #3F8C95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F8C95 on black background.


Color preview on white background

This text has color #3F8C95 on white background.



Black color preview on #3F8C95 background

This text has black color on #3F8C95 background.


White color preview on #3F8C95 background

This text has white color on #3F8C95 background.