COLOR #3F5B18

HEX: #3F5B18
RGB: (63,91,24)

Color info

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

RGB color model

#3F5B18 color RGB value is (63,91,24).

  • red value is 63;
  • green value is 91;
  • blue value is 24.
RGB:
(63,91,24)
(25%,36%,9%)

RGB channels and saturation

R 63 of 255 = 25%
G 91 of 255 = 36%
B 24 of 255 = 9%

63
91
24

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

Portions of RGB colors in percentages

R + G + B =
63 + 91 + 24 = 178 (100%)
R 63 of 178 ~ 35.39%
G 91 of 178 ~ 51.12%
B 24 of 178 ~ 13.48%

%35.39
%51.12
%13.48

CMYK color model

#3F5B18 color CMYK value is (31,0,74,64).

  • cyan value is 30.77%
  • magenta value is 0.00%
  • yellow value is 73.63%
  • key color value is 64.31%
CMYK:
(31,0,74,64)
C31M0Y74K64 
(31%,0%,74%,64%)
(0.31/0.00/0.74/0.64)	

CMYK percentages

%30.77
%0
%73.63
%64.31

Codes

Color #3F5B18 in popluar color models

3F5B18
RGB639124
HSL85°58.26%22.55%
HSB/HSV85°73.63%35.69%
CMYK30.77%0.00%73.63%
64.31%

Color #3F5B18 in popluar number systems.

HEX3F5B18
Decimal639124
Binary111111101101111000
Octal7713330

Shades and tints

Shades of #3F5B18

#3F5B18
(63,91,24)
#3A5316
(58,83,22)
#354B14
(53,75,20)
#304312
(48,67,18)
#2B3B10
(43,59,16)
#26330E
(38,51,14)
#212B0C
(33,43,12)
#1C230A
(28,35,10)
#171B08
(23,27,8)
#121306
(18,19,6)
#0D0B04
(13,11,4)
#000000
(0,0,0)

Tints of #3F5B18

#3F5B18
(63,91,24)
#50692D
(80,105,45)
#617742
(97,119,66)
#728557
(114,133,87)
#83936C
(131,147,108)
#94A181
(148,161,129)
#A5AF96
(165,175,150)
#B6BDAB
(182,189,171)
#C7CBC0
(199,203,192)
#D8D9D5
(216,217,213)
#E9E7EA
(233,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F5B18 color. Also use rgb(63,91,24) instead hex code.

Text Font Color

.myTextColor { color: #3F5B18; }

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

This text font color is #3F5B18.


Background Color

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

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

This div background color is #3F5B18.


Border color

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

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

This div border color is #3F5B18.


Opacity

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

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

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

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

This text has shadow with #3F5B18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F5B18 on black background.


Color preview on white background

This text has color #3F5B18 on white background.



Black color preview on #3F5B18 background

This text has black color on #3F5B18 background.


White color preview on #3F5B18 background

This text has white color on #3F5B18 background.