COLOR #3F8C52

HEX: #3F8C52
RGB: (63,140,82)

Color info

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

RGB color model

#3F8C52 color RGB value is (63,140,82).

  • red value is 63;
  • green value is 140;
  • blue value is 82.
RGB:
(63,140,82)
(25%,55%,32%)

RGB channels and saturation

R 63 of 255 = 25%
G 140 of 255 = 55%
B 82 of 255 = 32%

63
140
82

R + G + B ~ 37%. #3F8C52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 140 + 82 = 285 (100%)
R 63 of 285 ~ 22.11%
G 140 of 285 ~ 49.12%
B 82 of 285 ~ 28.77%

%22.11
%49.12
%28.77

CMYK color model

#3F8C52 color CMYK value is (55,0,41,45).

  • cyan value is 55.00%
  • magenta value is 0.00%
  • yellow value is 41.43%
  • key color value is 45.10%
CMYK:
(55,0,41,45)
C55M0Y41K45 
(55%,0%,41%,45%)
(0.55/0.00/0.41/0.45)	

CMYK percentages

%55
%0
%41.43
%45.1

Codes

Color #3F8C52 in popluar color models

3F8C52
RGB6314082
HSL135°37.93%39.80%
HSB/HSV135°55.00%54.90%
CMYK55.00%0.00%41.43%
45.10%

Color #3F8C52 in popluar number systems.

HEX3F8C52
Decimal6314082
Binary111111100011001010010
Octal77214122

Shades and tints

Shades of #3F8C52

#3F8C52
(63,140,82)
#3A804B
(58,128,75)
#357444
(53,116,68)
#30683D
(48,104,61)
#2B5C36
(43,92,54)
#26502F
(38,80,47)
#214428
(33,68,40)
#1C3821
(28,56,33)
#172C1A
(23,44,26)
#122013
(18,32,19)
#0D140C
(13,20,12)
#000000
(0,0,0)

Tints of #3F8C52

#3F8C52
(63,140,82)
#509661
(80,150,97)
#61A070
(97,160,112)
#72AA7F
(114,170,127)
#83B48E
(131,180,142)
#94BE9D
(148,190,157)
#A5C8AC
(165,200,172)
#B6D2BB
(182,210,187)
#C7DCCA
(199,220,202)
#D8E6D9
(216,230,217)
#E9F0E8
(233,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F8C52 color. Also use rgb(63,140,82) instead hex code.

Text Font Color

.myTextColor { color: #3F8C52; }

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

This text font color is #3F8C52.


Background Color

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

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

This div background color is #3F8C52.


Border color

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

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

This div border color is #3F8C52.


Opacity

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

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

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

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

This text has shadow with #3F8C52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F8C52 on black background.


Color preview on white background

This text has color #3F8C52 on white background.



Black color preview on #3F8C52 background

This text has black color on #3F8C52 background.


White color preview on #3F8C52 background

This text has white color on #3F8C52 background.