COLOR #3F5E0E

HEX: #3F5E0E RGB: (63,94,14)

Color info

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

RGB color model

#3F5E0E color RGB value is (63,94,14).

RGB: (63,94,14) (25%, 37%, 5%)

RGB channels and saturation

R 63 of 255 = 25%
G 94 of 255 = 37%
B 14 of 255 = 5%

63
94
14

R + G + B ~ 22%. #3F5E0E is dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 94 + 14 = 171 (100%)
R 63 of 171 ~ 36.84%
G 94 of 171 ~ 54.97%
B 14 of 171 ~ 8.19'%

%36.84
%54.97

CMYK color model

#3F5E0E color CMYK value is (33,0,85,63).

  • cyan value is 32.98%
  • magenta value is 0.00%
  • yellow value is 85.11%
  • key color value is 63.14%

CMYK: (33,0,85,63)
C33M0Y85K63 (33%, 0%, 85%, 63%)
(0.33 / 0.00 / 0.85 / 0.63)

CMYK percentages

%32.98
%0
%85.11
%63.14

Codes

Color #3F5E0E in popluar color models

3F 5E 0E
RGB 63 94 14
HSL 83° 74.07% 21.18%
HSB/HSV 83° 85.11% 36.86%
CMYK 32.98% 0.00% 85.11%
63.14%

Color #3F5E0E in popluar number systems.

HEX 3F 5E 0E
Decimal 63 94 14
Binary 111111 1011110 1110
Octal 77 136 16

Shades and tints

Shades of #3F5E0E

#3F5E0E
(63,94,14)
#3A560D
(58,86,13)
#354E0C
(53,78,12)
#30460B
(48,70,11)
#2B3E0A
(43,62,10)
#263609
(38,54,9)
#212E08
(33,46,8)
#1C2607
(28,38,7)
#171E06
(23,30,6)
#121605
(18,22,5)
#0D0E04
(13,14,4)
#000000
(0,0,0)

Tints of #3F5E0E

#3F5E0E
(63,94,14)
#506C23
(80,108,35)
#617A38
(97,122,56)
#72884D
(114,136,77)
#839662
(131,150,98)
#94A477
(148,164,119)
#A5B28C
(165,178,140)
#B6C0A1
(182,192,161)
#C7CEB6
(199,206,182)
#D8DCCB
(216,220,203)
#E9EAE0
(233,234,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F5E0E; }

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

This text font color is #3F5E0E.

Background Color

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

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

This div background color is #3F5E0E.

Border color

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

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

This div border color is #3F5E0E.

Opacity

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

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

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

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

This text has shadow with #3F5E0E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F5E0E.

Preview

Color preview on black background

This text has color #3F5E0E on black background.


Color preview on white background

This text has color #3F5E0E on white background.


Black color preview on #3F5E0E background

This text has black color on #3F5E0E background.


White color preview on #3F5E0E background

This text has white color on #3F5E0E background.


Related colors

Complementary color

Complementary color for #hex is #C0A1F1.


I love getcolorcode.com

Triadic colors

1 #0E3F5E and #5E0E3F with #3F5E0E are triadic colors.

2 #0E5E3F and #5E3F0E with #3F5E0E are triadic colors.