COLOR #4C450A

HEX: #4C450A
RGB: (76,69,10)

Color info

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

RGB color model

#4C450A color RGB value is (76,69,10).

  • red value is 76;
  • green value is 69;
  • blue value is 10.
RGB:
(76,69,10)
(30%,27%,4%)

RGB channels and saturation

R 76 of 255 = 30%
G 69 of 255 = 27%
B 10 of 255 = 4%

76
69
10

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

Portions of RGB colors in percentages

R + G + B =
76 + 69 + 10 = 155 (100%)
R 76 of 155 ~ 49.03%
G 69 of 155 ~ 44.52%
B 10 of 155 ~ 6.45%

%49.03
%44.52

CMYK color model

#4C450A color CMYK value is (0,9,87,70).

  • cyan value is 0.00%
  • magenta value is 9.21%
  • yellow value is 86.84%
  • key color value is 70.20%
CMYK:
(0,9,87,70)
C0M9Y87K70 
(0%,9%,87%,70%)
(0.00/0.09/0.87/0.70)	

CMYK percentages

%0
%9.21
%86.84
%70.2

Codes

Color #4C450A in popluar color models

4C450A
RGB766910
HSL54°76.74%16.86%
HSB/HSV54°86.84%29.80%
CMYK0.00%9.21%86.84%
70.20%

Color #4C450A in popluar number systems.

HEX4C450A
Decimal766910
Binary100110010001011010
Octal11410512

Shades and tints

Shades of #4C450A

#4C450A
(76,69,10)
#463F0A
(70,63,10)
#40390A
(64,57,10)
#3A330A
(58,51,10)
#342D0A
(52,45,10)
#2E270A
(46,39,10)
#28210A
(40,33,10)
#221B0A
(34,27,10)
#1C150A
(28,21,10)
#160F0A
(22,15,10)
#10090A
(16,9,10)
#000000
(0,0,0)

Tints of #4C450A

#4C450A
(76,69,10)
#5C5520
(92,85,32)
#6C6536
(108,101,54)
#7C754C
(124,117,76)
#8C8562
(140,133,98)
#9C9578
(156,149,120)
#ACA58E
(172,165,142)
#BCB5A4
(188,181,164)
#CCC5BA
(204,197,186)
#DCD5D0
(220,213,208)
#ECE5E6
(236,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C450A; }

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

This text font color is #4C450A.


Background Color

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

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

This div background color is #4C450A.


Border color

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

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

This div border color is #4C450A.


Opacity

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

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

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

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

This text has shadow with #4C450A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C450A on black background.


Color preview on white background

This text has color #4C450A on white background.



Black color preview on #4C450A background

This text has black color on #4C450A background.


White color preview on #4C450A background

This text has white color on #4C450A background.