COLOR #3F5A1C

HEX: #3F5A1C
RGB: (63,90,28)

Color info

#3F5A1C contains mainly red and green colors. Web safe color of #3F5A1C is #336633 (or #363).

RGB color model

#3F5A1C color RGB value is (63,90,28).

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

RGB channels and saturation

R 63 of 255 = 25%
G 90 of 255 = 35%
B 28 of 255 = 11%

63
90
28

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

Portions of RGB colors in percentages

R + G + B =
63 + 90 + 28 = 181 (100%)
R 63 of 181 ~ 34.81%
G 90 of 181 ~ 49.72%
B 28 of 181 ~ 15.47%

%34.81
%49.72
%15.47

CMYK color model

#3F5A1C color CMYK value is (30,0,69,65).

  • cyan value is 30.00%
  • magenta value is 0.00%
  • yellow value is 68.89%
  • key color value is 64.71%
CMYK:
(30,0,69,65)
C30M0Y69K65 
(30%,0%,69%,65%)
(0.30/0.00/0.69/0.65)	

CMYK percentages

%30
%0
%68.89
%64.71

Codes

Color #3F5A1C in popluar color models

3F5A1C
RGB639028
HSL86°52.54%23.14%
HSB/HSV86°68.89%35.29%
CMYK30.00%0.00%68.89%
64.71%

Color #3F5A1C in popluar number systems.

HEX3F5A1C
Decimal639028
Binary111111101101011100
Octal7713234

Shades and tints

Shades of #3F5A1C

#3F5A1C
(63,90,28)
#3A521A
(58,82,26)
#354A18
(53,74,24)
#304216
(48,66,22)
#2B3A14
(43,58,20)
#263212
(38,50,18)
#212A10
(33,42,16)
#1C220E
(28,34,14)
#171A0C
(23,26,12)
#12120A
(18,18,10)
#0D0A08
(13,10,8)
#000000
(0,0,0)

Tints of #3F5A1C

#3F5A1C
(63,90,28)
#506930
(80,105,48)
#617844
(97,120,68)
#728758
(114,135,88)
#83966C
(131,150,108)
#94A580
(148,165,128)
#A5B494
(165,180,148)
#B6C3A8
(182,195,168)
#C7D2BC
(199,210,188)
#D8E1D0
(216,225,208)
#E9F0E4
(233,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F5A1C; }

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

This text font color is #3F5A1C.


Background Color

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

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

This div background color is #3F5A1C.


Border color

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

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

This div border color is #3F5A1C.


Opacity

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

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

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

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

This text has shadow with #3F5A1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F5A1C on black background.


Color preview on white background

This text has color #3F5A1C on white background.



Black color preview on #3F5A1C background

This text has black color on #3F5A1C background.


White color preview on #3F5A1C background

This text has white color on #3F5A1C background.