COLOR #3FCD85

HEX: #3FCD85
RGB: (63,205,133)

Color info

#3FCD85 contains mainly green color. Web safe color of #3FCD85 is #33CC99 (or #3C9).

RGB color model

#3FCD85 color RGB value is (63,205,133).

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

RGB channels and saturation

R 63 of 255 = 25%
G 205 of 255 = 80%
B 133 of 255 = 52%

63
205
133

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

Portions of RGB colors in percentages

R + G + B =
63 + 205 + 133 = 401 (100%)
R 63 of 401 ~ 15.71%
G 205 of 401 ~ 51.12%
B 133 of 401 ~ 33.17%

%15.71
%51.12
%33.17

CMYK color model

#3FCD85 color CMYK value is (69,0,35,20).

  • cyan value is 69.27%
  • magenta value is 0.00%
  • yellow value is 35.12%
  • key color value is 19.61%
CMYK:
(69,0,35,20)
C69M0Y35K20 
(69%,0%,35%,20%)
(0.69/0.00/0.35/0.20)	

CMYK percentages

%69.27
%0
%35.12
%19.61

Codes

Color #3FCD85 in popluar color models

3FCD85
RGB63205133
HSL150°58.68%52.55%
HSB/HSV150°69.27%80.39%
CMYK69.27%0.00%35.12%
19.61%

Color #3FCD85 in popluar number systems.

HEX3FCD85
Decimal63205133
Binary1111111100110110000101
Octal77315205

Shades and tints

Shades of #3FCD85

#3FCD85
(63,205,133)
#3ABB79
(58,187,121)
#35A96D
(53,169,109)
#309761
(48,151,97)
#2B8555
(43,133,85)
#267349
(38,115,73)
#21613D
(33,97,61)
#1C4F31
(28,79,49)
#173D25
(23,61,37)
#122B19
(18,43,25)
#0D190D
(13,25,13)
#000000
(0,0,0)

Tints of #3FCD85

#3FCD85
(63,205,133)
#50D190
(80,209,144)
#61D59B
(97,213,155)
#72D9A6
(114,217,166)
#83DDB1
(131,221,177)
#94E1BC
(148,225,188)
#A5E5C7
(165,229,199)
#B6E9D2
(182,233,210)
#C7EDDD
(199,237,221)
#D8F1E8
(216,241,232)
#E9F5F3
(233,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3FCD85; }

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

This text font color is #3FCD85.


Background Color

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

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

This div background color is #3FCD85.


Border color

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

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

This div border color is #3FCD85.


Opacity

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

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

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

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

This text has shadow with #3FCD85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3FCD85 on black background.


Color preview on white background

This text has color #3FCD85 on white background.



Black color preview on #3FCD85 background

This text has black color on #3FCD85 background.


White color preview on #3FCD85 background

This text has white color on #3FCD85 background.