COLOR #3F6510

HEX: #3F6510
RGB: (63,101,16)

Color info

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

RGB color model

#3F6510 color RGB value is (63,101,16).

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

RGB channels and saturation

R 63 of 255 = 25%
G 101 of 255 = 40%
B 16 of 255 = 6%

63
101
16

R + G + B ~ 24%. #3F6510 is dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 101 + 16 = 180 (100%)
R 63 of 180 ~ 35%
G 101 of 180 ~ 56.11%
B 16 of 180 ~ 8.89%

%35
%56.11

CMYK color model

#3F6510 color CMYK value is (38,0,84,60).

  • cyan value is 37.62%
  • magenta value is 0.00%
  • yellow value is 84.16%
  • key color value is 60.39%
CMYK:
(38,0,84,60)
C38M0Y84K60 
(38%,0%,84%,60%)
(0.38/0.00/0.84/0.60)	

CMYK percentages

%37.62
%0
%84.16
%60.39

Codes

Color #3F6510 in popluar color models

3F6510
RGB6310116
HSL87°72.65%22.94%
HSB/HSV87°84.16%39.61%
CMYK37.62%0.00%84.16%
60.39%

Color #3F6510 in popluar number systems.

HEX3F6510
Decimal6310116
Binary111111110010110000
Octal7714520

Shades and tints

Shades of #3F6510

#3F6510
(63,101,16)
#3A5C0F
(58,92,15)
#35530E
(53,83,14)
#304A0D
(48,74,13)
#2B410C
(43,65,12)
#26380B
(38,56,11)
#212F0A
(33,47,10)
#1C2609
(28,38,9)
#171D08
(23,29,8)
#121407
(18,20,7)
#0D0B06
(13,11,6)
#000000
(0,0,0)

Tints of #3F6510

#3F6510
(63,101,16)
#507325
(80,115,37)
#61813A
(97,129,58)
#728F4F
(114,143,79)
#839D64
(131,157,100)
#94AB79
(148,171,121)
#A5B98E
(165,185,142)
#B6C7A3
(182,199,163)
#C7D5B8
(199,213,184)
#D8E3CD
(216,227,205)
#E9F1E2
(233,241,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F6510; }

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

This text font color is #3F6510.


Background Color

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

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

This div background color is #3F6510.


Border color

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

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

This div border color is #3F6510.


Opacity

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

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

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

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

This text has shadow with #3F6510 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F6510 on black background.


Color preview on white background

This text has color #3F6510 on white background.



Black color preview on #3F6510 background

This text has black color on #3F6510 background.


White color preview on #3F6510 background

This text has white color on #3F6510 background.