COLOR #3F956B

HEX: #3F956B RGB: (63,149,107)

Color info

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

RGB color model

#3F956B color RGB value is (63,149,107).

RGB: (63,149,107) (25%, 58%, 42%)

RGB channels and saturation

R 63 of 255 = 25%
G 149 of 255 = 58%
B 107 of 255 = 42%

63
149
107

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

Portions of RGB colors in percentages

R + G + B = 63 + 149 + 107 = 319 (100%)
R 63 of 319 ~ 19.75%
G 149 of 319 ~ 46.71%
B 107 of 319 ~ 33.54'%

%19.75
%46.71
%33.54

CMYK color model

#3F956B color CMYK value is (58,0,28,42).

  • cyan value is 57.72%
  • magenta value is 0.00%
  • yellow value is 28.19%
  • key color value is 41.57%

CMYK: (58,0,28,42)
C58M0Y28K42 (58%, 0%, 28%, 42%)
(0.58 / 0.00 / 0.28 / 0.42)

CMYK percentages

%57.72
%0
%28.19
%41.57

Codes

Color #3F956B in popluar color models

3F 95 6B
RGB 63 149 107
HSL 151° 40.57% 41.57%
HSB/HSV 151° 57.72% 58.43%
CMYK 57.72% 0.00% 28.19%
41.57%

Color #3F956B in popluar number systems.

HEX 3F 95 6B
Decimal 63 149 107
Binary 111111 10010101 1101011
Octal 77 225 153

Shades and tints

Shades of #3F956B

#3F956B
(63,149,107)
#3A8862
(58,136,98)
#357B59
(53,123,89)
#306E50
(48,110,80)
#2B6147
(43,97,71)
#26543E
(38,84,62)
#214735
(33,71,53)
#1C3A2C
(28,58,44)
#172D23
(23,45,35)
#12201A
(18,32,26)
#0D1311
(13,19,17)
#000000
(0,0,0)

Tints of #3F956B

#3F956B
(63,149,107)
#509E78
(80,158,120)
#61A785
(97,167,133)
#72B092
(114,176,146)
#83B99F
(131,185,159)
#94C2AC
(148,194,172)
#A5CBB9
(165,203,185)
#B6D4C6
(182,212,198)
#C7DDD3
(199,221,211)
#D8E6E0
(216,230,224)
#E9EFED
(233,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F956B; }

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

This text font color is #3F956B.

Background Color

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

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

This div background color is #3F956B.

Border color

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

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

This div border color is #3F956B.

Opacity

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

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

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

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

This text has shadow with #3F956B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F956B.

Preview

Color preview on black background

This text has color #3F956B on black background.


Color preview on white background

This text has color #3F956B on white background.


Black color preview on #3F956B background

This text has black color on #3F956B background.


White color preview on #3F956B background

This text has white color on #3F956B background.


Related colors

Complementary color

Complementary color for #hex is #C06A94.


I love getcolorcode.com

Triadic colors

1 #6B3F95 and #956B3F with #3F956B are triadic colors.

2 #6B953F and #953F6B with #3F956B are triadic colors.