COLOR #3F785B

HEX: #3F785B RGB: (63,120,91)

Color info

#3F785B contains red, green and blue colors in about the same proportion. Web safe color of #3F785B is #336666 (or #366).

RGB color model

#3F785B color RGB value is (63,120,91).

RGB: (63,120,91) (25%, 47%, 36%)

RGB channels and saturation

R 63 of 255 = 25%
G 120 of 255 = 47%
B 91 of 255 = 36%

63
120
91

R + G + B ~ 36%. #3F785B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 120 + 91 = 274 (100%)
R 63 of 274 ~ 22.99%
G 120 of 274 ~ 43.8%
B 91 of 274 ~ 33.21'%

%22.99
%43.8
%33.21

CMYK color model

#3F785B color CMYK value is (48,0,24,53).

  • cyan value is 47.50%
  • magenta value is 0.00%
  • yellow value is 24.17%
  • key color value is 52.94%
CMYK: (48,0,24,53) C48M0Y24K53 (48%,0%,24%,53%) (0.48/0.00/0.24/0.53) 

CMYK percentages

%47.5
%0
%24.17
%52.94

Codes

Color #3F785B in popluar color models

3F 78 5B
RGB 63 120 91
HSL 149° 31.15% 35.88%
HSB/HSV 149° 47.50% 47.06%
CMYK 47.50% 0.00% 24.17%
52.94%

Color #3F785B in popluar number systems.

HEX 3F 78 5B
Decimal 63 120 91
Binary 111111 1111000 1011011
Octal 77 170 133

Shades and tints

Shades of #3F785B

#3F785B
(63,120,91)
#3A6E53
(58,110,83)
#35644B
(53,100,75)
#305A43
(48,90,67)
#2B503B
(43,80,59)
#264633
(38,70,51)
#213C2B
(33,60,43)
#1C3223
(28,50,35)
#17281B
(23,40,27)
#121E13
(18,30,19)
#0D140B
(13,20,11)
#000000
(0,0,0)

Tints of #3F785B

#3F785B
(63,120,91)
#508469
(80,132,105)
#619077
(97,144,119)
#729C85
(114,156,133)
#83A893
(131,168,147)
#94B4A1
(148,180,161)
#A5C0AF
(165,192,175)
#B6CCBD
(182,204,189)
#C7D8CB
(199,216,203)
#D8E4D9
(216,228,217)
#E9F0E7
(233,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F785B color. Also use rgb(63,120,91) instead hex code.

Text Font Color

.myTextColor { color: #3F785B; }

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

This text font color is #3F785B.

Background Color

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

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

This div background color is #3F785B.

Border color

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

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

This div border color is #3F785B.

Opacity

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

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

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

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

This text has shadow with #3F785B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F785B.

Preview

Color preview on black background

This text has color #3F785B on black background.


Color preview on white background

This text has color #3F785B on white background.


Black color preview on #3F785B background

This text has black color on #3F785B background.


White color preview on #3F785B background

This text has white color on #3F785B background.


Related colors

Complementary color

Complementary color for #hex is #C087A4.


I love getcolorcode.com

Triadic colors

1 #5B3F78 and #785B3F with #3F785B are triadic colors.

2 #5B783F and #783F5B with #3F785B are triadic colors.