COLOR #3F5E13

HEX: #3F5E13
RGB: (63,94,19)

Color info

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

RGB color model

#3F5E13 color RGB value is (63,94,19).

  • red value is 63;
  • green value is 94;
  • blue value is 19.
RGB:
(63,94,19)
(25%,37%,7%)

RGB channels and saturation

R 63 of 255 = 25%
G 94 of 255 = 37%
B 19 of 255 = 7%

63
94
19

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

Portions of RGB colors in percentages

R + G + B =
63 + 94 + 19 = 176 (100%)
R 63 of 176 ~ 35.8%
G 94 of 176 ~ 53.41%
B 19 of 176 ~ 10.8%

%35.8
%53.41
%10.8

CMYK color model

#3F5E13 color CMYK value is (33,0,80,63).

  • cyan value is 32.98%
  • magenta value is 0.00%
  • yellow value is 79.79%
  • key color value is 63.14%
CMYK:
(33,0,80,63)
C33M0Y80K63 
(33%,0%,80%,63%)
(0.33/0.00/0.80/0.63)	

CMYK percentages

%32.98
%0
%79.79
%63.14

Codes

Color #3F5E13 in popluar color models

3F5E13
RGB639419
HSL85°66.37%22.16%
HSB/HSV85°79.79%36.86%
CMYK32.98%0.00%79.79%
63.14%

Color #3F5E13 in popluar number systems.

HEX3F5E13
Decimal639419
Binary111111101111010011
Octal7713623

Shades and tints

Shades of #3F5E13

#3F5E13
(63,94,19)
#3A5612
(58,86,18)
#354E11
(53,78,17)
#304610
(48,70,16)
#2B3E0F
(43,62,15)
#26360E
(38,54,14)
#212E0D
(33,46,13)
#1C260C
(28,38,12)
#171E0B
(23,30,11)
#12160A
(18,22,10)
#0D0E09
(13,14,9)
#000000
(0,0,0)

Tints of #3F5E13

#3F5E13
(63,94,19)
#506C28
(80,108,40)
#617A3D
(97,122,61)
#728852
(114,136,82)
#839667
(131,150,103)
#94A47C
(148,164,124)
#A5B291
(165,178,145)
#B6C0A6
(182,192,166)
#C7CEBB
(199,206,187)
#D8DCD0
(216,220,208)
#E9EAE5
(233,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F5E13 color. Also use rgb(63,94,19) instead hex code.

Text Font Color

.myTextColor { color: #3F5E13; }

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

This text font color is #3F5E13.


Background Color

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

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

This div background color is #3F5E13.


Border color

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

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

This div border color is #3F5E13.


Opacity

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

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

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

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

This text has shadow with #3F5E13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F5E13 on black background.


Color preview on white background

This text has color #3F5E13 on white background.



Black color preview on #3F5E13 background

This text has black color on #3F5E13 background.


White color preview on #3F5E13 background

This text has white color on #3F5E13 background.