COLOR #3F762A

HEX: #3F762A
RGB: (63,118,42)

Color info

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

RGB color model

#3F762A color RGB value is (63,118,42).

  • red value is 63;
  • green value is 118;
  • blue value is 42.
RGB:
(63,118,42)
(25%,46%,16%)

RGB channels and saturation

R 63 of 255 = 25%
G 118 of 255 = 46%
B 42 of 255 = 16%

63
118
42

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

Portions of RGB colors in percentages

R + G + B =
63 + 118 + 42 = 223 (100%)
R 63 of 223 ~ 28.25%
G 118 of 223 ~ 52.91%
B 42 of 223 ~ 18.83%

%28.25
%52.91
%18.83

CMYK color model

#3F762A color CMYK value is (47,0,64,54).

  • cyan value is 46.61%
  • magenta value is 0.00%
  • yellow value is 64.41%
  • key color value is 53.73%
CMYK:
(47,0,64,54)
C47M0Y64K54 
(47%,0%,64%,54%)
(0.47/0.00/0.64/0.54)	

CMYK percentages

%46.61
%0
%64.41
%53.73

Codes

Color #3F762A in popluar color models

3F762A
RGB6311842
HSL103°47.50%31.37%
HSB/HSV103°64.41%46.27%
CMYK46.61%0.00%64.41%
53.73%

Color #3F762A in popluar number systems.

HEX3F762A
Decimal6311842
Binary1111111110110101010
Octal7716652

Shades and tints

Shades of #3F762A

#3F762A
(63,118,42)
#3A6C27
(58,108,39)
#356224
(53,98,36)
#305821
(48,88,33)
#2B4E1E
(43,78,30)
#26441B
(38,68,27)
#213A18
(33,58,24)
#1C3015
(28,48,21)
#172612
(23,38,18)
#121C0F
(18,28,15)
#0D120C
(13,18,12)
#000000
(0,0,0)

Tints of #3F762A

#3F762A
(63,118,42)
#50823D
(80,130,61)
#618E50
(97,142,80)
#729A63
(114,154,99)
#83A676
(131,166,118)
#94B289
(148,178,137)
#A5BE9C
(165,190,156)
#B6CAAF
(182,202,175)
#C7D6C2
(199,214,194)
#D8E2D5
(216,226,213)
#E9EEE8
(233,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F762A; }

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

This text font color is #3F762A.


Background Color

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

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

This div background color is #3F762A.


Border color

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

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

This div border color is #3F762A.


Opacity

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

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

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

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

This text has shadow with #3F762A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F762A on black background.


Color preview on white background

This text has color #3F762A on white background.



Black color preview on #3F762A background

This text has black color on #3F762A background.


White color preview on #3F762A background

This text has white color on #3F762A background.