COLOR #3F7D52

HEX: #3F7D52
RGB: (63,125,82)

Color info

#3F7D52 contains mainly green and blue colors. Web safe color of #3F7D52 is #336666 (or #366).

RGB color model

#3F7D52 color RGB value is (63,125,82).

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

RGB channels and saturation

R 63 of 255 = 25%
G 125 of 255 = 49%
B 82 of 255 = 32%

63
125
82

R + G + B ~ 35%. #3F7D52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 125 + 82 = 270 (100%)
R 63 of 270 ~ 23.33%
G 125 of 270 ~ 46.3%
B 82 of 270 ~ 30.37%

%23.33
%46.3
%30.37

CMYK color model

#3F7D52 color CMYK value is (50,0,34,51).

  • cyan value is 49.60%
  • magenta value is 0.00%
  • yellow value is 34.40%
  • key color value is 50.98%
CMYK:
(50,0,34,51)
C50M0Y34K51 
(50%,0%,34%,51%)
(0.50/0.00/0.34/0.51)	

CMYK percentages

%49.6
%0
%34.4
%50.98

Codes

Color #3F7D52 in popluar color models

3F7D52
RGB6312582
HSL138°32.98%36.86%
HSB/HSV138°49.60%49.02%
CMYK49.60%0.00%34.40%
50.98%

Color #3F7D52 in popluar number systems.

HEX3F7D52
Decimal6312582
Binary11111111111011010010
Octal77175122

Shades and tints

Shades of #3F7D52

#3F7D52
(63,125,82)
#3A724B
(58,114,75)
#356744
(53,103,68)
#305C3D
(48,92,61)
#2B5136
(43,81,54)
#26462F
(38,70,47)
#213B28
(33,59,40)
#1C3021
(28,48,33)
#17251A
(23,37,26)
#121A13
(18,26,19)
#0D0F0C
(13,15,12)
#000000
(0,0,0)

Tints of #3F7D52

#3F7D52
(63,125,82)
#508861
(80,136,97)
#619370
(97,147,112)
#729E7F
(114,158,127)
#83A98E
(131,169,142)
#94B49D
(148,180,157)
#A5BFAC
(165,191,172)
#B6CABB
(182,202,187)
#C7D5CA
(199,213,202)
#D8E0D9
(216,224,217)
#E9EBE8
(233,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F7D52; }

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

This text font color is #3F7D52.


Background Color

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

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

This div background color is #3F7D52.


Border color

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

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

This div border color is #3F7D52.


Opacity

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

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

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

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

This text has shadow with #3F7D52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F7D52 on black background.


Color preview on white background

This text has color #3F7D52 on white background.



Black color preview on #3F7D52 background

This text has black color on #3F7D52 background.


White color preview on #3F7D52 background

This text has white color on #3F7D52 background.