COLOR #3F740A

HEX: #3F740A RGB: (63,116,10)

Color info

#3F740A contains mainly red and green colors. Web safe color of #3F740A is #336600 (or #360).

RGB color model

#3F740A color RGB value is (63,116,10).

RGB: (63,116,10) (25%, 45%, 4%)

RGB channels and saturation

R 63 of 255 = 25%
G 116 of 255 = 45%
B 10 of 255 = 4%

63
116
10

R + G + B ~ 25%. #3F740A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 116 + 10 = 189 (100%)
R 63 of 189 ~ 33.33%
G 116 of 189 ~ 61.38%
B 10 of 189 ~ 5.29'%

%33.33
%61.38

CMYK color model

#3F740A color CMYK value is (46,0,91,55).

  • cyan value is 45.69%
  • magenta value is 0.00%
  • yellow value is 91.38%
  • key color value is 54.51%

CMYK: (46,0,91,55)
C46M0Y91K55 (46%, 0%, 91%, 55%)
(0.46 / 0.00 / 0.91 / 0.55)

CMYK percentages

%45.69
%0
%91.38
%54.51

Codes

Color #3F740A in popluar color models

3F 74 0A
RGB 63 116 10
HSL 90° 84.13% 24.71%
HSB/HSV 90° 91.38% 45.49%
CMYK 45.69% 0.00% 91.38%
54.51%

Color #3F740A in popluar number systems.

HEX 3F 74 0A
Decimal 63 116 10
Binary 111111 1110100 1010
Octal 77 164 12

Shades and tints

Shades of #3F740A

#3F740A
(63,116,10)
#3A6A0A
(58,106,10)
#35600A
(53,96,10)
#30560A
(48,86,10)
#2B4C0A
(43,76,10)
#26420A
(38,66,10)
#21380A
(33,56,10)
#1C2E0A
(28,46,10)
#17240A
(23,36,10)
#121A0A
(18,26,10)
#0D100A
(13,16,10)
#000000
(0,0,0)

Tints of #3F740A

#3F740A
(63,116,10)
#508020
(80,128,32)
#618C36
(97,140,54)
#72984C
(114,152,76)
#83A462
(131,164,98)
#94B078
(148,176,120)
#A5BC8E
(165,188,142)
#B6C8A4
(182,200,164)
#C7D4BA
(199,212,186)
#D8E0D0
(216,224,208)
#E9ECE6
(233,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F740A color. Also use rgb(63,116,10) instead hex code.

Text Font Color

.myTextColor { color: #3F740A; }

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

This text font color is #3F740A.

Background Color

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

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

This div background color is #3F740A.

Border color

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

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

This div border color is #3F740A.

Opacity

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

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

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

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

This text has shadow with #3F740A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F740A.

Preview

Color preview on black background

This text has color #3F740A on black background.


Color preview on white background

This text has color #3F740A on white background.


Black color preview on #3F740A background

This text has black color on #3F740A background.


White color preview on #3F740A background

This text has white color on #3F740A background.


Related colors

Complementary color

Complementary color for #hex is #C08BF5.


I love getcolorcode.com

Triadic colors

1 #0A3F74 and #740A3F with #3F740A are triadic colors.

2 #0A743F and #743F0A with #3F740A are triadic colors.