COLOR #3F7510

HEX: #3F7510
RGB: (63,117,16)

Color info

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

RGB color model

#3F7510 color RGB value is (63,117,16).

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

RGB channels and saturation

R 63 of 255 = 25%
G 117 of 255 = 46%
B 16 of 255 = 6%

63
117
16

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

Portions of RGB colors in percentages

R + G + B =
63 + 117 + 16 = 196 (100%)
R 63 of 196 ~ 32.14%
G 117 of 196 ~ 59.69%
B 16 of 196 ~ 8.16%

%32.14
%59.69

CMYK color model

#3F7510 color CMYK value is (46,0,86,54).

  • cyan value is 46.15%
  • magenta value is 0.00%
  • yellow value is 86.32%
  • key color value is 54.12%
CMYK:
(46,0,86,54)
C46M0Y86K54 
(46%,0%,86%,54%)
(0.46/0.00/0.86/0.54)	

CMYK percentages

%46.15
%0
%86.32
%54.12

Codes

Color #3F7510 in popluar color models

3F7510
RGB6311716
HSL92°75.94%26.08%
HSB/HSV92°86.32%45.88%
CMYK46.15%0.00%86.32%
54.12%

Color #3F7510 in popluar number systems.

HEX3F7510
Decimal6311716
Binary111111111010110000
Octal7716520

Shades and tints

Shades of #3F7510

#3F7510
(63,117,16)
#3A6B0F
(58,107,15)
#35610E
(53,97,14)
#30570D
(48,87,13)
#2B4D0C
(43,77,12)
#26430B
(38,67,11)
#21390A
(33,57,10)
#1C2F09
(28,47,9)
#172508
(23,37,8)
#121B07
(18,27,7)
#0D1106
(13,17,6)
#000000
(0,0,0)

Tints of #3F7510

#3F7510
(63,117,16)
#508125
(80,129,37)
#618D3A
(97,141,58)
#72994F
(114,153,79)
#83A564
(131,165,100)
#94B179
(148,177,121)
#A5BD8E
(165,189,142)
#B6C9A3
(182,201,163)
#C7D5B8
(199,213,184)
#D8E1CD
(216,225,205)
#E9EDE2
(233,237,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F7510; }

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

This text font color is #3F7510.


Background Color

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

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

This div background color is #3F7510.


Border color

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

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

This div border color is #3F7510.


Opacity

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

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

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

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

This text has shadow with #3F7510 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F7510 on black background.


Color preview on white background

This text has color #3F7510 on white background.



Black color preview on #3F7510 background

This text has black color on #3F7510 background.


White color preview on #3F7510 background

This text has white color on #3F7510 background.