COLOR #3F9985

HEX: #3F9985
RGB: (63,153,133)

Color info

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

RGB color model

#3F9985 color RGB value is (63,153,133).

  • red value is 63;
  • green value is 153;
  • blue value is 133.
RGB:
(63,153,133)
(25%,60%,52%)

RGB channels and saturation

R 63 of 255 = 25%
G 153 of 255 = 60%
B 133 of 255 = 52%

63
153
133

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

Portions of RGB colors in percentages

R + G + B =
63 + 153 + 133 = 349 (100%)
R 63 of 349 ~ 18.05%
G 153 of 349 ~ 43.84%
B 133 of 349 ~ 38.11%

%18.05
%43.84
%38.11

CMYK color model

#3F9985 color CMYK value is (59,0,13,40).

  • cyan value is 58.82%
  • magenta value is 0.00%
  • yellow value is 13.07%
  • key color value is 40.00%
CMYK:
(59,0,13,40)
C59M0Y13K40 
(59%,0%,13%,40%)
(0.59/0.00/0.13/0.40)	

CMYK percentages

%58.82
%0
%13.07
%40

Codes

Color #3F9985 in popluar color models

3F9985
RGB63153133
HSL167°41.67%42.35%
HSB/HSV167°58.82%60.00%
CMYK58.82%0.00%13.07%
40.00%

Color #3F9985 in popluar number systems.

HEX3F9985
Decimal63153133
Binary1111111001100110000101
Octal77231205

Shades and tints

Shades of #3F9985

#3F9985
(63,153,133)
#3A8C79
(58,140,121)
#357F6D
(53,127,109)
#307261
(48,114,97)
#2B6555
(43,101,85)
#265849
(38,88,73)
#214B3D
(33,75,61)
#1C3E31
(28,62,49)
#173125
(23,49,37)
#122419
(18,36,25)
#0D170D
(13,23,13)
#000000
(0,0,0)

Tints of #3F9985

#3F9985
(63,153,133)
#50A290
(80,162,144)
#61AB9B
(97,171,155)
#72B4A6
(114,180,166)
#83BDB1
(131,189,177)
#94C6BC
(148,198,188)
#A5CFC7
(165,207,199)
#B6D8D2
(182,216,210)
#C7E1DD
(199,225,221)
#D8EAE8
(216,234,232)
#E9F3F3
(233,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F9985 color. Also use rgb(63,153,133) instead hex code.

Text Font Color

.myTextColor { color: #3F9985; }

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

This text font color is #3F9985.


Background Color

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

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

This div background color is #3F9985.


Border color

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

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

This div border color is #3F9985.


Opacity

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

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

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

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

This text has shadow with #3F9985 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F9985 on black background.


Color preview on white background

This text has color #3F9985 on white background.



Black color preview on #3F9985 background

This text has black color on #3F9985 background.


White color preview on #3F9985 background

This text has white color on #3F9985 background.