COLOR #4C450B

HEX: #4C450B
RGB: (76,69,11)

Color info

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

RGB color model

#4C450B color RGB value is (76,69,11).

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

RGB channels and saturation

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

76
69
11

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

Portions of RGB colors in percentages

R + G + B =
76 + 69 + 11 = 156 (100%)
R 76 of 156 ~ 48.72%
G 69 of 156 ~ 44.23%
B 11 of 156 ~ 7.05%

%48.72
%44.23

CMYK color model

#4C450B color CMYK value is (0,9,86,70).

  • cyan value is 0.00%
  • magenta value is 9.21%
  • yellow value is 85.53%
  • key color value is 70.20%
CMYK:
(0,9,86,70)
C0M9Y86K70 
(0%,9%,86%,70%)
(0.00/0.09/0.86/0.70)	

CMYK percentages

%0
%9.21
%85.53
%70.2

Codes

Color #4C450B in popluar color models

4C450B
RGB766911
HSL54°74.71%17.06%
HSB/HSV54°85.53%29.80%
CMYK0.00%9.21%85.53%
70.20%

Color #4C450B in popluar number systems.

HEX4C450B
Decimal766911
Binary100110010001011011
Octal11410513

Shades and tints

Shades of #4C450B

#4C450B
(76,69,11)
#463F0A
(70,63,10)
#403909
(64,57,9)
#3A3308
(58,51,8)
#342D07
(52,45,7)
#2E2706
(46,39,6)
#282105
(40,33,5)
#221B04
(34,27,4)
#1C1503
(28,21,3)
#160F02
(22,15,2)
#100901
(16,9,1)
#000000
(0,0,0)

Tints of #4C450B

#4C450B
(76,69,11)
#5C5521
(92,85,33)
#6C6537
(108,101,55)
#7C754D
(124,117,77)
#8C8563
(140,133,99)
#9C9579
(156,149,121)
#ACA58F
(172,165,143)
#BCB5A5
(188,181,165)
#CCC5BB
(204,197,187)
#DCD5D1
(220,213,209)
#ECE5E7
(236,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C450B; }

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

This text font color is #4C450B.


Background Color

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

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

This div background color is #4C450B.


Border color

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

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

This div border color is #4C450B.


Opacity

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

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

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

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

This text has shadow with #4C450B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C450B on black background.


Color preview on white background

This text has color #4C450B on white background.



Black color preview on #4C450B background

This text has black color on #4C450B background.


White color preview on #4C450B background

This text has white color on #4C450B background.