COLOR #3F5E0C

HEX: #3F5E0C RGB: (63,94,12)

Color info

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

RGB color model

#3F5E0C color RGB value is (63,94,12).

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

RGB channels and saturation

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

63
94
12

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

Portions of RGB colors in percentages

R + G + B = 63 + 94 + 12 = 169 (100%)
R 63 of 169 ~ 37.28%
G 94 of 169 ~ 55.62%
B 12 of 169 ~ 7.1'%

%37.28
%55.62

CMYK color model

#3F5E0C color CMYK value is (33,0,87,63).

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

CMYK: (33,0,87,63)
C33M0Y87K63 (33%, 0%, 87%, 63%)
(0.33 / 0.00 / 0.87 / 0.63)

CMYK percentages

%32.98
%0
%87.23
%63.14

Codes

Color #3F5E0C in popluar color models

3F 5E 0C
RGB 63 94 12
HSL 83° 77.36% 20.78%
HSB/HSV 83° 87.23% 36.86%
CMYK 32.98% 0.00% 87.23%
63.14%

Color #3F5E0C in popluar number systems.

HEX 3F 5E 0C
Decimal 63 94 12
Binary 111111 1011110 1100
Octal 77 136 14

Shades and tints

Shades of #3F5E0C

#3F5E0C
(63,94,12)
#3A560B
(58,86,11)
#354E0A
(53,78,10)
#304609
(48,70,9)
#2B3E08
(43,62,8)
#263607
(38,54,7)
#212E06
(33,46,6)
#1C2605
(28,38,5)
#171E04
(23,30,4)
#121603
(18,22,3)
#0D0E02
(13,14,2)
#000000
(0,0,0)

Tints of #3F5E0C

#3F5E0C
(63,94,12)
#506C22
(80,108,34)
#617A38
(97,122,56)
#72884E
(114,136,78)
#839664
(131,150,100)
#94A47A
(148,164,122)
#A5B290
(165,178,144)
#B6C0A6
(182,192,166)
#C7CEBC
(199,206,188)
#D8DCD2
(216,220,210)
#E9EAE8
(233,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F5E0C; }

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

This text font color is #3F5E0C.

Background Color

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

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

This div background color is #3F5E0C.

Border color

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

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

This div border color is #3F5E0C.

Opacity

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

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

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

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

This text has shadow with #3F5E0C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F5E0C.

Preview

Color preview on black background

This text has color #3F5E0C on black background.


Color preview on white background

This text has color #3F5E0C on white background.


Black color preview on #3F5E0C background

This text has black color on #3F5E0C background.


White color preview on #3F5E0C background

This text has white color on #3F5E0C background.


Related colors

Complementary color

Complementary color for #hex is #C0A1F3.


I love getcolorcode.com

Triadic colors

1 #0C3F5E and #5E0C3F with #3F5E0C are triadic colors.

2 #0C5E3F and #5E3F0C with #3F5E0C are triadic colors.