COLOR #3F7A43

HEX: #3F7A43
RGB: (63,122,67)

Color info

#3F7A43 contains red, green and blue colors in about the same proportion. Web safe color of #3F7A43 is #336633 (or #363).

RGB color model

#3F7A43 color RGB value is (63,122,67).

  • red value is 63;
  • green value is 122;
  • blue value is 67.
RGB:
(63,122,67)
(25%,48%,26%)

RGB channels and saturation

R 63 of 255 = 25%
G 122 of 255 = 48%
B 67 of 255 = 26%

63
122
67

R + G + B ~ 33%. #3F7A43 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 122 + 67 = 252 (100%)
R 63 of 252 ~ 25%
G 122 of 252 ~ 48.41%
B 67 of 252 ~ 26.59%

%25
%48.41
%26.59

CMYK color model

#3F7A43 color CMYK value is (48,0,45,52).

  • cyan value is 48.36%
  • magenta value is 0.00%
  • yellow value is 45.08%
  • key color value is 52.16%
CMYK:
(48,0,45,52)
C48M0Y45K52 
(48%,0%,45%,52%)
(0.48/0.00/0.45/0.52)	

CMYK percentages

%48.36
%0
%45.08
%52.16

Codes

Color #3F7A43 in popluar color models

3F7A43
RGB6312267
HSL124°31.89%36.27%
HSB/HSV124°48.36%47.84%
CMYK48.36%0.00%45.08%
52.16%

Color #3F7A43 in popluar number systems.

HEX3F7A43
Decimal6312267
Binary11111111110101000011
Octal77172103

Shades and tints

Shades of #3F7A43

#3F7A43
(63,122,67)
#3A6F3D
(58,111,61)
#356437
(53,100,55)
#305931
(48,89,49)
#2B4E2B
(43,78,43)
#264325
(38,67,37)
#21381F
(33,56,31)
#1C2D19
(28,45,25)
#172213
(23,34,19)
#12170D
(18,23,13)
#0D0C07
(13,12,7)
#000000
(0,0,0)

Tints of #3F7A43

#3F7A43
(63,122,67)
#508654
(80,134,84)
#619265
(97,146,101)
#729E76
(114,158,118)
#83AA87
(131,170,135)
#94B698
(148,182,152)
#A5C2A9
(165,194,169)
#B6CEBA
(182,206,186)
#C7DACB
(199,218,203)
#D8E6DC
(216,230,220)
#E9F2ED
(233,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F7A43 color. Also use rgb(63,122,67) instead hex code.

Text Font Color

.myTextColor { color: #3F7A43; }

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

This text font color is #3F7A43.


Background Color

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

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

This div background color is #3F7A43.


Border color

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

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

This div border color is #3F7A43.


Opacity

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

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

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

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

This text has shadow with #3F7A43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F7A43 on black background.


Color preview on white background

This text has color #3F7A43 on white background.



Black color preview on #3F7A43 background

This text has black color on #3F7A43 background.


White color preview on #3F7A43 background

This text has white color on #3F7A43 background.