COLOR #3F9B57

HEX: #3F9B57
RGB: (63,155,87)

Color info

#3F9B57 contains mainly green color. Web safe color of #3F9B57 is #339966 (or #396).

RGB color model

#3F9B57 color RGB value is (63,155,87).

  • red value is 63;
  • green value is 155;
  • blue value is 87.
RGB: (63,155,87) (25%,61%,34%)

RGB channels and saturation

R 63 of 255 = 25%
G 155 of 255 = 61%
B 87 of 255 = 34%

63
155
87

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

Portions of RGB colors in percentages

R + G + B =
63 + 155 + 87 = 305 (100%)
R 63 of 305 ~ 20.66%
G 155 of 305 ~ 50.82%
B 87 of 305 ~ 28.52%

%20.66
%50.82
%28.52

CMYK color model

#3F9B57 color CMYK value is (59,0,44,39).

  • cyan value is 59.35%
  • magenta value is 0.00%
  • yellow value is 43.87%
  • key color value is 39.22%
CMYK: (59,0,44,39) C59M0Y44K39 (59%,0%,44%,39%) (0.59/0.00/0.44/0.39)

CMYK percentages

%59.35
%0
%43.87
%39.22

Codes

Color #3F9B57 in popluar color models

3F9B57
RGB6315587
HSL136°42.20%42.75%
HSB/HSV136°59.35%60.78%
CMYK59.35%0.00%43.87%
39.22%

Color #3F9B57 in popluar number systems.

HEX3F9B57
Decimal6315587
Binary111111100110111010111
Octal77233127

Shades and tints

Shades of #3F9B57

#3F9B57
(63,155,87)
#3A8D50
(58,141,80)
#357F49
(53,127,73)
#307142
(48,113,66)
#2B633B
(43,99,59)
#265534
(38,85,52)
#21472D
(33,71,45)
#1C3926
(28,57,38)
#172B1F
(23,43,31)
#121D18
(18,29,24)
#0D0F11
(13,15,17)
#000000
(0,0,0)

Tints of #3F9B57

#3F9B57
(63,155,87)
#50A466
(80,164,102)
#61AD75
(97,173,117)
#72B684
(114,182,132)
#83BF93
(131,191,147)
#94C8A2
(148,200,162)
#A5D1B1
(165,209,177)
#B6DAC0
(182,218,192)
#C7E3CF
(199,227,207)
#D8ECDE
(216,236,222)
#E9F5ED
(233,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F9B57 color. Also use rgb(63,155,87) instead hex code.

Text Font Color

.myTextColor { color: #3F9B57; }

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

This text font color is #3F9B57.


Background Color

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

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

This div background color is #3F9B57.


Border color

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

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

This div border color is #3F9B57.


Opacity

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

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

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

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

This text has shadow with #3F9B57 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #3F9B57 on black background.


Color preview on white background

This text has color #3F9B57 on white background.



Black color preview on #3F9B57 background

This text has black color on #3F9B57 background.


White color preview on #3F9B57 background

This text has white color on #3F9B57 background.