COLOR #3F4C0A

HEX: #3F4C0A RGB: (63,76,10)

Color info

#3F4C0A contains mainly red and green colors. Web safe color of #3F4C0A is #333300 (or #330).

RGB color model

#3F4C0A color RGB value is (63,76,10).

RGB: (63,76,10) (25%, 30%, 4%)

RGB channels and saturation

R 63 of 255 = 25%
G 76 of 255 = 30%
B 10 of 255 = 4%

63
76
10

R + G + B ~ 20%. #3F4C0A is dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 76 + 10 = 149 (100%)
R 63 of 149 ~ 42.28%
G 76 of 149 ~ 51.01%
B 10 of 149 ~ 6.71'%

%42.28
%51.01

CMYK color model

#3F4C0A color CMYK value is (17,0,87,70).

  • cyan value is 17.11%
  • magenta value is 0.00%
  • yellow value is 86.84%
  • key color value is 70.20%
CMYK: (17,0,87,70) C17M0Y87K70 (17%,0%,87%,70%) (0.17/0.00/0.87/0.70) 

CMYK percentages

%17.11
%0
%86.84
%70.2

Codes

Color #3F4C0A in popluar color models

3F 4C 0A
RGB 63 76 10
HSL 72° 76.74% 16.86%
HSB/HSV 72° 86.84% 29.80%
CMYK 17.11% 0.00% 86.84%
70.20%

Color #3F4C0A in popluar number systems.

HEX 3F 4C 0A
Decimal 63 76 10
Binary 111111 1001100 1010
Octal 77 114 12

Shades and tints

Shades of #3F4C0A

#3F4C0A
(63,76,10)
#3A460A
(58,70,10)
#35400A
(53,64,10)
#303A0A
(48,58,10)
#2B340A
(43,52,10)
#262E0A
(38,46,10)
#21280A
(33,40,10)
#1C220A
(28,34,10)
#171C0A
(23,28,10)
#12160A
(18,22,10)
#0D100A
(13,16,10)
#000000
(0,0,0)

Tints of #3F4C0A

#3F4C0A
(63,76,10)
#505C20
(80,92,32)
#616C36
(97,108,54)
#727C4C
(114,124,76)
#838C62
(131,140,98)
#949C78
(148,156,120)
#A5AC8E
(165,172,142)
#B6BCA4
(182,188,164)
#C7CCBA
(199,204,186)
#D8DCD0
(216,220,208)
#E9ECE6
(233,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F4C0A color. Also use rgb(63,76,10) instead hex code.

Text Font Color

.myTextColor { color: #3F4C0A; }

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

This text font color is #3F4C0A.

Background Color

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

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

This div background color is #3F4C0A.

Border color

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

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

This div border color is #3F4C0A.

Opacity

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

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

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

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

This text has shadow with #3F4C0A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F4C0A.

Preview

Color preview on black background

This text has color #3F4C0A on black background.


Color preview on white background

This text has color #3F4C0A on white background.


Black color preview on #3F4C0A background

This text has black color on #3F4C0A background.


White color preview on #3F4C0A background

This text has white color on #3F4C0A background.


Related colors

Complementary color

Complementary color for #hex is #C0B3F5.


I love getcolorcode.com

Triadic colors

1 #0A3F4C and #4C0A3F with #3F4C0A are triadic colors.

2 #0A4C3F and #4C3F0A with #3F4C0A are triadic colors.