COLOR #3F752B

HEX: #3F752B
RGB: (63,117,43)

Color info

#3F752B contains mainly red and green colors. Web safe color of #3F752B is #336633 (or #363).

RGB color model

#3F752B color RGB value is (63,117,43).

  • red value is 63;
  • green value is 117;
  • blue value is 43.
RGB:
(63,117,43)
(25%,46%,17%)

RGB channels and saturation

R 63 of 255 = 25%
G 117 of 255 = 46%
B 43 of 255 = 17%

63
117
43

R + G + B ~ 29%. #3F752B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 117 + 43 = 223 (100%)
R 63 of 223 ~ 28.25%
G 117 of 223 ~ 52.47%
B 43 of 223 ~ 19.28%

%28.25
%52.47
%19.28

CMYK color model

#3F752B color CMYK value is (46,0,63,54).

  • cyan value is 46.15%
  • magenta value is 0.00%
  • yellow value is 63.25%
  • key color value is 54.12%
CMYK:
(46,0,63,54)
C46M0Y63K54 
(46%,0%,63%,54%)
(0.46/0.00/0.63/0.54)	

CMYK percentages

%46.15
%0
%63.25
%54.12

Codes

Color #3F752B in popluar color models

3F752B
RGB6311743
HSL104°46.25%31.37%
HSB/HSV104°63.25%45.88%
CMYK46.15%0.00%63.25%
54.12%

Color #3F752B in popluar number systems.

HEX3F752B
Decimal6311743
Binary1111111110101101011
Octal7716553

Shades and tints

Shades of #3F752B

#3F752B
(63,117,43)
#3A6B28
(58,107,40)
#356125
(53,97,37)
#305722
(48,87,34)
#2B4D1F
(43,77,31)
#26431C
(38,67,28)
#213919
(33,57,25)
#1C2F16
(28,47,22)
#172513
(23,37,19)
#121B10
(18,27,16)
#0D110D
(13,17,13)
#000000
(0,0,0)

Tints of #3F752B

#3F752B
(63,117,43)
#50813E
(80,129,62)
#618D51
(97,141,81)
#729964
(114,153,100)
#83A577
(131,165,119)
#94B18A
(148,177,138)
#A5BD9D
(165,189,157)
#B6C9B0
(182,201,176)
#C7D5C3
(199,213,195)
#D8E1D6
(216,225,214)
#E9EDE9
(233,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F752B color. Also use rgb(63,117,43) instead hex code.

Text Font Color

.myTextColor { color: #3F752B; }

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

This text font color is #3F752B.


Background Color

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

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

This div background color is #3F752B.


Border color

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

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

This div border color is #3F752B.


Opacity

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

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

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

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

This text has shadow with #3F752B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F752B on black background.


Color preview on white background

This text has color #3F752B on white background.



Black color preview on #3F752B background

This text has black color on #3F752B background.


White color preview on #3F752B background

This text has white color on #3F752B background.