COLOR #3F7511

HEX: #3F7511 RGB: (63,117,17)

Color info

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

RGB color model

#3F7511 color RGB value is (63,117,17).

RGB: (63,117,17) (25%, 46%, 7%)

RGB channels and saturation

R 63 of 255 = 25%
G 117 of 255 = 46%
B 17 of 255 = 7%

63
117
17

R + G + B ~ 26%. #3F7511 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 117 + 17 = 197 (100%)
R 63 of 197 ~ 31.98%
G 117 of 197 ~ 59.39%
B 17 of 197 ~ 8.63'%

%31.98
%59.39

CMYK color model

#3F7511 color CMYK value is (46,0,85,54).

  • cyan value is 46.15%
  • magenta value is 0.00%
  • yellow value is 85.47%
  • key color value is 54.12%

CMYK: (46,0,85,54)
C46M0Y85K54 (46%, 0%, 85%, 54%)
(0.46 / 0.00 / 0.85 / 0.54)

CMYK percentages

%46.15
%0
%85.47
%54.12

Codes

Color #3F7511 in popluar color models

3F 75 11
RGB 63 117 17
HSL 92° 74.63% 26.27%
HSB/HSV 92° 85.47% 45.88%
CMYK 46.15% 0.00% 85.47%
54.12%

Color #3F7511 in popluar number systems.

HEX 3F 75 11
Decimal 63 117 17
Binary 111111 1110101 10001
Octal 77 165 21

Shades and tints

Shades of #3F7511

#3F7511
(63,117,17)
#3A6B10
(58,107,16)
#35610F
(53,97,15)
#30570E
(48,87,14)
#2B4D0D
(43,77,13)
#26430C
(38,67,12)
#21390B
(33,57,11)
#1C2F0A
(28,47,10)
#172509
(23,37,9)
#121B08
(18,27,8)
#0D1107
(13,17,7)
#000000
(0,0,0)

Tints of #3F7511

#3F7511
(63,117,17)
#508126
(80,129,38)
#618D3B
(97,141,59)
#729950
(114,153,80)
#83A565
(131,165,101)
#94B17A
(148,177,122)
#A5BD8F
(165,189,143)
#B6C9A4
(182,201,164)
#C7D5B9
(199,213,185)
#D8E1CE
(216,225,206)
#E9EDE3
(233,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F7511 color. Also use rgb(63,117,17) instead hex code.

Text Font Color

.myTextColor { color: #3F7511; }

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

This text font color is #3F7511.

Background Color

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

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

This div background color is #3F7511.

Border color

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

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

This div border color is #3F7511.

Opacity

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

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

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

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

This text has shadow with #3F7511 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F7511.

Preview

Color preview on black background

This text has color #3F7511 on black background.


Color preview on white background

This text has color #3F7511 on white background.


Black color preview on #3F7511 background

This text has black color on #3F7511 background.


White color preview on #3F7511 background

This text has white color on #3F7511 background.


Related colors

Complementary color

Complementary color for #hex is #C08AEE.


I love getcolorcode.com

Triadic colors

1 #113F75 and #75113F with #3F7511 are triadic colors.

2 #11753F and #753F11 with #3F7511 are triadic colors.