COLOR #4C3F0A

HEX: #4C3F0A RGB: (76,63,10)

Color info

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

RGB color model

#4C3F0A color RGB value is (76,63,10).

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

RGB channels and saturation

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

76
63
10

R + G + B ~ 20%. #4C3F0A is dark color.

Portions of RGB colors in percentages

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

%51.01
%42.28

CMYK color model

#4C3F0A color CMYK value is (0,17,87,70).

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

CMYK percentages

%0
%17.11
%86.84
%70.2

Codes

Color #4C3F0A in popluar color models

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

Color #4C3F0A in popluar number systems.

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

Shades and tints

Shades of #4C3F0A

#4C3F0A
(76,63,10)
#463A0A
(70,58,10)
#40350A
(64,53,10)
#3A300A
(58,48,10)
#342B0A
(52,43,10)
#2E260A
(46,38,10)
#28210A
(40,33,10)
#221C0A
(34,28,10)
#1C170A
(28,23,10)
#16120A
(22,18,10)
#100D0A
(16,13,10)
#000000
(0,0,0)

Tints of #4C3F0A

#4C3F0A
(76,63,10)
#5C5020
(92,80,32)
#6C6136
(108,97,54)
#7C724C
(124,114,76)
#8C8362
(140,131,98)
#9C9478
(156,148,120)
#ACA58E
(172,165,142)
#BCB6A4
(188,182,164)
#CCC7BA
(204,199,186)
#DCD8D0
(220,216,208)
#ECE9E6
(236,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C3F0A; }

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

This text font color is #4C3F0A.

Background Color

.myBgColor { background-color: #4C3F0A; }

<div style="background-color:#4C3F0A">Inner text</div>

This div background color is #4C3F0A.

Border color

.myBorderColor { border: 1px solid #4C3F0A; }

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

This div border color is #4C3F0A.

Opacity

.myOpacity80 { color: #4C3F0A; opacity: 0.8; }

<p style="color:#4C3F0A;opacity:0.8;">80%</p>

Text with #4C3F0A 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 #4C3F0A;}

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

This text has shadow with #4C3F0A color.


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

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

This text has shadow with #4C3F0A primary color and red secondary color.


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

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

This text has shadow with #4C3F0A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #4C3F0A.

Preview

Color preview on black background

This text has color #4C3F0A on black background.


Color preview on white background

This text has color #4C3F0A on white background.


Black color preview on #4C3F0A background

This text has black color on #4C3F0A background.


White color preview on #4C3F0A background

This text has white color on #4C3F0A background.


Related colors

Complementary color

Complementary color for #hex is #B3C0F5.


I love getcolorcode.com

Triadic colors

1 #0A4C3F and #3F0A4C with #4C3F0A are triadic colors.

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