COLOR #3F5A16

HEX: #3F5A16
RGB: (63,90,22)

Color info

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

RGB color model

#3F5A16 color RGB value is (63,90,22).

  • red value is 63;
  • green value is 90;
  • blue value is 22.
RGB:
(63,90,22)
(25%,35%,9%)

RGB channels and saturation

R 63 of 255 = 25%
G 90 of 255 = 35%
B 22 of 255 = 9%

63
90
22

R + G + B ~ 23%. #3F5A16 is dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 90 + 22 = 175 (100%)
R 63 of 175 ~ 36%
G 90 of 175 ~ 51.43%
B 22 of 175 ~ 12.57%

%36
%51.43
%12.57

CMYK color model

#3F5A16 color CMYK value is (30,0,76,65).

  • cyan value is 30.00%
  • magenta value is 0.00%
  • yellow value is 75.56%
  • key color value is 64.71%
CMYK:
(30,0,76,65)
C30M0Y76K65 
(30%,0%,76%,65%)
(0.30/0.00/0.76/0.65)	

CMYK percentages

%30
%0
%75.56
%64.71

Codes

Color #3F5A16 in popluar color models

3F5A16
RGB639022
HSL84°60.71%21.96%
HSB/HSV84°75.56%35.29%
CMYK30.00%0.00%75.56%
64.71%

Color #3F5A16 in popluar number systems.

HEX3F5A16
Decimal639022
Binary111111101101010110
Octal7713226

Shades and tints

Shades of #3F5A16

#3F5A16
(63,90,22)
#3A5214
(58,82,20)
#354A12
(53,74,18)
#304210
(48,66,16)
#2B3A0E
(43,58,14)
#26320C
(38,50,12)
#212A0A
(33,42,10)
#1C2208
(28,34,8)
#171A06
(23,26,6)
#121204
(18,18,4)
#0D0A02
(13,10,2)
#000000
(0,0,0)

Tints of #3F5A16

#3F5A16
(63,90,22)
#50692B
(80,105,43)
#617840
(97,120,64)
#728755
(114,135,85)
#83966A
(131,150,106)
#94A57F
(148,165,127)
#A5B494
(165,180,148)
#B6C3A9
(182,195,169)
#C7D2BE
(199,210,190)
#D8E1D3
(216,225,211)
#E9F0E8
(233,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F5A16 color. Also use rgb(63,90,22) instead hex code.

Text Font Color

.myTextColor { color: #3F5A16; }

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

This text font color is #3F5A16.


Background Color

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

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

This div background color is #3F5A16.


Border color

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

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

This div border color is #3F5A16.


Opacity

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

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

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

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

This text has shadow with #3F5A16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F5A16 on black background.


Color preview on white background

This text has color #3F5A16 on white background.



Black color preview on #3F5A16 background

This text has black color on #3F5A16 background.


White color preview on #3F5A16 background

This text has white color on #3F5A16 background.