COLOR #3F9257

HEX: #3F9257 RGB: (63,146,87)

Color info

#3F9257 contains mainly green and blue colors. Web safe color of #3F9257 is #339966 (or #396).

RGB color model

#3F9257 color RGB value is (63,146,87).

RGB: (63,146,87) (25%, 57%, 34%)

RGB channels and saturation

R 63 of 255 = 25%
G 146 of 255 = 57%
B 87 of 255 = 34%

63
146
87

R + G + B ~ 39%. #3F9257 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 146 + 87 = 296 (100%)
R 63 of 296 ~ 21.28%
G 146 of 296 ~ 49.32%
B 87 of 296 ~ 29.39'%

%21.28
%49.32
%29.39

CMYK color model

#3F9257 color CMYK value is (57,0,40,43).

  • cyan value is 56.85%
  • magenta value is 0.00%
  • yellow value is 40.41%
  • key color value is 42.75%

CMYK: (57,0,40,43)
C57M0Y40K43 (57%, 0%, 40%, 43%)
(0.57 / 0.00 / 0.40 / 0.43)

CMYK percentages

%56.85
%0
%40.41
%42.75

Codes

Color #3F9257 in popluar color models

3F 92 57
RGB 63 146 87
HSL 137° 39.71% 40.98%
HSB/HSV 137° 56.85% 57.25%
CMYK 56.85% 0.00% 40.41%
42.75%

Color #3F9257 in popluar number systems.

HEX 3F 92 57
Decimal 63 146 87
Binary 111111 10010010 1010111
Octal 77 222 127

Shades and tints

Shades of #3F9257

#3F9257
(63,146,87)
#3A8550
(58,133,80)
#357849
(53,120,73)
#306B42
(48,107,66)
#2B5E3B
(43,94,59)
#265134
(38,81,52)
#21442D
(33,68,45)
#1C3726
(28,55,38)
#172A1F
(23,42,31)
#121D18
(18,29,24)
#0D1011
(13,16,17)
#000000
(0,0,0)

Tints of #3F9257

#3F9257
(63,146,87)
#509B66
(80,155,102)
#61A475
(97,164,117)
#72AD84
(114,173,132)
#83B693
(131,182,147)
#94BFA2
(148,191,162)
#A5C8B1
(165,200,177)
#B6D1C0
(182,209,192)
#C7DACF
(199,218,207)
#D8E3DE
(216,227,222)
#E9ECED
(233,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F9257; }

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

This text font color is #3F9257.

Background Color

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

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

This div background color is #3F9257.

Border color

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

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

This div border color is #3F9257.

Opacity

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

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

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

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

This text has shadow with #3F9257 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F9257.

Preview

Color preview on black background

This text has color #3F9257 on black background.


Color preview on white background

This text has color #3F9257 on white background.


Black color preview on #3F9257 background

This text has black color on #3F9257 background.


White color preview on #3F9257 background

This text has white color on #3F9257 background.


Related colors

Complementary color

Complementary color for #hex is #C06DA8.


I love getcolorcode.com

Triadic colors

1 #573F92 and #92573F with #3F9257 are triadic colors.

2 #57923F and #923F57 with #3F9257 are triadic colors.