COLOR #4C300F

HEX: #4C300F RGB: (76,48,15)

Color info

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

RGB color model

#4C300F color RGB value is (76,48,15).

RGB: (76,48,15) (30%, 19%, 6%)

RGB channels and saturation

R 76 of 255 = 30%
G 48 of 255 = 19%
B 15 of 255 = 6%

76
48
15

R + G + B ~ 18%. #4C300F is dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 48 + 15 = 139 (100%)
R 76 of 139 ~ 54.68%
G 48 of 139 ~ 34.53%
B 15 of 139 ~ 10.79'%

%54.68
%34.53
%10.79

CMYK color model

#4C300F color CMYK value is (0,37,80,70).

  • cyan value is 0.00%
  • magenta value is 36.84%
  • yellow value is 80.26%
  • key color value is 70.20%

CMYK: (0,37,80,70)
C0M37Y80K70 (0%, 37%, 80%, 70%)
(0.00 / 0.37 / 0.80 / 0.70)

CMYK percentages

%0
%36.84
%80.26
%70.2

Codes

Color #4C300F in popluar color models

4C 30 0F
RGB 76 48 15
HSL 32° 67.03% 17.84%
HSB/HSV 32° 80.26% 29.80%
CMYK 0.00% 36.84% 80.26%
70.20%

Color #4C300F in popluar number systems.

HEX 4C 30 0F
Decimal 76 48 15
Binary 1001100 110000 1111
Octal 114 60 17

Shades and tints

Shades of #4C300F

#4C300F
(76,48,15)
#462C0E
(70,44,14)
#40280D
(64,40,13)
#3A240C
(58,36,12)
#34200B
(52,32,11)
#2E1C0A
(46,28,10)
#281809
(40,24,9)
#221408
(34,20,8)
#1C1007
(28,16,7)
#160C06
(22,12,6)
#100805
(16,8,5)
#000000
(0,0,0)

Tints of #4C300F

#4C300F
(76,48,15)
#5C4224
(92,66,36)
#6C5439
(108,84,57)
#7C664E
(124,102,78)
#8C7863
(140,120,99)
#9C8A78
(156,138,120)
#AC9C8D
(172,156,141)
#BCAEA2
(188,174,162)
#CCC0B7
(204,192,183)
#DCD2CC
(220,210,204)
#ECE4E1
(236,228,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C300F color. Also use rgb(76,48,15) instead hex code.

Text Font Color

.myTextColor { color: #4C300F; }

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

This text font color is #4C300F.

Background Color

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

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

This div background color is #4C300F.

Border color

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

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

This div border color is #4C300F.

Opacity

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

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

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

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

This text has shadow with #4C300F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C300F.

Preview

Color preview on black background

This text has color #4C300F on black background.


Color preview on white background

This text has color #4C300F on white background.


Black color preview on #4C300F background

This text has black color on #4C300F background.


White color preview on #4C300F background

This text has white color on #4C300F background.


Related colors

Complementary color

Complementary color for #hex is #B3CFF0.


I love getcolorcode.com

Triadic colors

1 #0F4C30 and #300F4C with #4C300F are triadic colors.

2 #0F304C and #304C0F with #4C300F are triadic colors.