COLOR #3F713E

HEX: #3F713E RGB: (63,113,62)

Color info

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

RGB color model

#3F713E color RGB value is (63,113,62).

RGB: (63,113,62) (25%, 44%, 24%)

RGB channels and saturation

R 63 of 255 = 25%
G 113 of 255 = 44%
B 62 of 255 = 24%

63
113
62

R + G + B ~ 31%. #3F713E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 113 + 62 = 238 (100%)
R 63 of 238 ~ 26.47%
G 113 of 238 ~ 47.48%
B 62 of 238 ~ 26.05'%

%26.47
%47.48
%26.05

CMYK color model

#3F713E color CMYK value is (44,0,45,56).

  • cyan value is 44.25%
  • magenta value is 0.00%
  • yellow value is 45.13%
  • key color value is 55.69%

CMYK: (44,0,45,56)
C44M0Y45K56 (44%, 0%, 45%, 56%)
(0.44 / 0.00 / 0.45 / 0.56)

CMYK percentages

%44.25
%0
%45.13
%55.69

Codes

Color #3F713E in popluar color models

3F 71 3E
RGB 63 113 62
HSL 119° 29.14% 34.31%
HSB/HSV 119° 45.13% 44.31%
CMYK 44.25% 0.00% 45.13%
55.69%

Color #3F713E in popluar number systems.

HEX 3F 71 3E
Decimal 63 113 62
Binary 111111 1110001 111110
Octal 77 161 76

Shades and tints

Shades of #3F713E

#3F713E
(63,113,62)
#3A6739
(58,103,57)
#355D34
(53,93,52)
#30532F
(48,83,47)
#2B492A
(43,73,42)
#263F25
(38,63,37)
#213520
(33,53,32)
#1C2B1B
(28,43,27)
#172116
(23,33,22)
#121711
(18,23,17)
#0D0D0C
(13,13,12)
#000000
(0,0,0)

Tints of #3F713E

#3F713E
(63,113,62)
#507D4F
(80,125,79)
#618960
(97,137,96)
#729571
(114,149,113)
#83A182
(131,161,130)
#94AD93
(148,173,147)
#A5B9A4
(165,185,164)
#B6C5B5
(182,197,181)
#C7D1C6
(199,209,198)
#D8DDD7
(216,221,215)
#E9E9E8
(233,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F713E color. Also use rgb(63,113,62) instead hex code.

Text Font Color

.myTextColor { color: #3F713E; }

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

This text font color is #3F713E.

Background Color

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

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

This div background color is #3F713E.

Border color

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

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

This div border color is #3F713E.

Opacity

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

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

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

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

This text has shadow with #3F713E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F713E.

Preview

Color preview on black background

This text has color #3F713E on black background.


Color preview on white background

This text has color #3F713E on white background.


Black color preview on #3F713E background

This text has black color on #3F713E background.


White color preview on #3F713E background

This text has white color on #3F713E background.


Related colors

Complementary color

Complementary color for #hex is #C08EC1.


I love getcolorcode.com

Triadic colors

1 #3E3F71 and #713E3F with #3F713E are triadic colors.

2 #3E713F and #713F3E with #3F713E are triadic colors.