COLOR #3F762D

HEX: #3F762D RGB: (63,118,45)

Color info

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

RGB color model

#3F762D color RGB value is (63,118,45).

RGB: (63,118,45) (25%, 46%, 18%)

RGB channels and saturation

R 63 of 255 = 25%
G 118 of 255 = 46%
B 45 of 255 = 18%

63
118
45

R + G + B ~ 30%. #3F762D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 118 + 45 = 226 (100%)
R 63 of 226 ~ 27.88%
G 118 of 226 ~ 52.21%
B 45 of 226 ~ 19.91'%

%27.88
%52.21
%19.91

CMYK color model

#3F762D color CMYK value is (47,0,62,54).

  • cyan value is 46.61%
  • magenta value is 0.00%
  • yellow value is 61.86%
  • key color value is 53.73%

CMYK: (47,0,62,54)
C47M0Y62K54 (47%, 0%, 62%, 54%)
(0.47 / 0.00 / 0.62 / 0.54)

CMYK percentages

%46.61
%0
%61.86
%53.73

Codes

Color #3F762D in popluar color models

3F 76 2D
RGB 63 118 45
HSL 105° 44.79% 31.96%
HSB/HSV 105° 61.86% 46.27%
CMYK 46.61% 0.00% 61.86%
53.73%

Color #3F762D in popluar number systems.

HEX 3F 76 2D
Decimal 63 118 45
Binary 111111 1110110 101101
Octal 77 166 55

Shades and tints

Shades of #3F762D

#3F762D
(63,118,45)
#3A6C29
(58,108,41)
#356225
(53,98,37)
#305821
(48,88,33)
#2B4E1D
(43,78,29)
#264419
(38,68,25)
#213A15
(33,58,21)
#1C3011
(28,48,17)
#17260D
(23,38,13)
#121C09
(18,28,9)
#0D1205
(13,18,5)
#000000
(0,0,0)

Tints of #3F762D

#3F762D
(63,118,45)
#508240
(80,130,64)
#618E53
(97,142,83)
#729A66
(114,154,102)
#83A679
(131,166,121)
#94B28C
(148,178,140)
#A5BE9F
(165,190,159)
#B6CAB2
(182,202,178)
#C7D6C5
(199,214,197)
#D8E2D8
(216,226,216)
#E9EEEB
(233,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F762D color. Also use rgb(63,118,45) instead hex code.

Text Font Color

.myTextColor { color: #3F762D; }

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

This text font color is #3F762D.

Background Color

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

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

This div background color is #3F762D.

Border color

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

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

This div border color is #3F762D.

Opacity

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

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

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

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

This text has shadow with #3F762D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F762D.

Preview

Color preview on black background

This text has color #3F762D on black background.


Color preview on white background

This text has color #3F762D on white background.


Black color preview on #3F762D background

This text has black color on #3F762D background.


White color preview on #3F762D background

This text has white color on #3F762D background.


Related colors

Complementary color

Complementary color for #hex is #C089D2.


I love getcolorcode.com

Triadic colors

1 #2D3F76 and #762D3F with #3F762D are triadic colors.

2 #2D763F and #763F2D with #3F762D are triadic colors.