COLOR #3F8510

HEX: #3F8510
RGB: (63,133,16)

Color info

#3F8510 contains mainly green color. Web safe color of #3F8510 is #339900 (or #390).

RGB color model

#3F8510 color RGB value is (63,133,16).

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

RGB channels and saturation

R 63 of 255 = 25%
G 133 of 255 = 52%
B 16 of 255 = 6%

63
133
16

R + G + B ~ 28%. #3F8510 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 133 + 16 = 212 (100%)
R 63 of 212 ~ 29.72%
G 133 of 212 ~ 62.74%
B 16 of 212 ~ 7.55%

%29.72
%62.74

CMYK color model

#3F8510 color CMYK value is (53,0,88,48).

  • cyan value is 52.63%
  • magenta value is 0.00%
  • yellow value is 87.97%
  • key color value is 47.84%
CMYK:
(53,0,88,48)
C53M0Y88K48 
(53%,0%,88%,48%)
(0.53/0.00/0.88/0.48)	

CMYK percentages

%52.63
%0
%87.97
%47.84

Codes

Color #3F8510 in popluar color models

3F8510
RGB6313316
HSL96°78.52%29.22%
HSB/HSV96°87.97%52.16%
CMYK52.63%0.00%87.97%
47.84%

Color #3F8510 in popluar number systems.

HEX3F8510
Decimal6313316
Binary1111111000010110000
Octal7720520

Shades and tints

Shades of #3F8510

#3F8510
(63,133,16)
#3A790F
(58,121,15)
#356D0E
(53,109,14)
#30610D
(48,97,13)
#2B550C
(43,85,12)
#26490B
(38,73,11)
#213D0A
(33,61,10)
#1C3109
(28,49,9)
#172508
(23,37,8)
#121907
(18,25,7)
#0D0D06
(13,13,6)
#000000
(0,0,0)

Tints of #3F8510

#3F8510
(63,133,16)
#509025
(80,144,37)
#619B3A
(97,155,58)
#72A64F
(114,166,79)
#83B164
(131,177,100)
#94BC79
(148,188,121)
#A5C78E
(165,199,142)
#B6D2A3
(182,210,163)
#C7DDB8
(199,221,184)
#D8E8CD
(216,232,205)
#E9F3E2
(233,243,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F8510; }

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

This text font color is #3F8510.


Background Color

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

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

This div background color is #3F8510.


Border color

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

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

This div border color is #3F8510.


Opacity

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

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

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

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

This text has shadow with #3F8510 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F8510 on black background.


Color preview on white background

This text has color #3F8510 on white background.



Black color preview on #3F8510 background

This text has black color on #3F8510 background.


White color preview on #3F8510 background

This text has white color on #3F8510 background.