COLOR #4C2908

HEX: #4C2908
RGB: (76,41,8)

Color info

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

RGB color model

#4C2908 color RGB value is (76,41,8).

  • red value is 76;
  • green value is 41;
  • blue value is 8.
RGB:
(76,41,8)
(30%,16%,3%)

RGB channels and saturation

R 76 of 255 = 30%
G 41 of 255 = 16%
B 8 of 255 = 3%

76
41
8

R + G + B ~ 16%. #4C2908 is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 41 + 8 = 125 (100%)
R 76 of 125 ~ 60.8%
G 41 of 125 ~ 32.8%
B 8 of 125 ~ 6.4%

%60.8
%32.8

CMYK color model

#4C2908 color CMYK value is (0,46,89,70).

  • cyan value is 0.00%
  • magenta value is 46.05%
  • yellow value is 89.47%
  • key color value is 70.20%
CMYK:
(0,46,89,70)
C0M46Y89K70 
(0%,46%,89%,70%)
(0.00/0.46/0.89/0.70)	

CMYK percentages

%0
%46.05
%89.47
%70.2

Codes

Color #4C2908 in popluar color models

4C2908
RGB76418
HSL29°80.95%16.47%
HSB/HSV29°89.47%29.80%
CMYK0.00%46.05%89.47%
70.20%

Color #4C2908 in popluar number systems.

HEX4C2908
Decimal76418
Binary10011001010011000
Octal1145110

Shades and tints

Shades of #4C2908

#4C2908
(76,41,8)
#462608
(70,38,8)
#402308
(64,35,8)
#3A2008
(58,32,8)
#341D08
(52,29,8)
#2E1A08
(46,26,8)
#281708
(40,23,8)
#221408
(34,20,8)
#1C1108
(28,17,8)
#160E08
(22,14,8)
#100B08
(16,11,8)
#000000
(0,0,0)

Tints of #4C2908

#4C2908
(76,41,8)
#5C3C1E
(92,60,30)
#6C4F34
(108,79,52)
#7C624A
(124,98,74)
#8C7560
(140,117,96)
#9C8876
(156,136,118)
#AC9B8C
(172,155,140)
#BCAEA2
(188,174,162)
#CCC1B8
(204,193,184)
#DCD4CE
(220,212,206)
#ECE7E4
(236,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C2908 color. Also use rgb(76,41,8) instead hex code.

Text Font Color

.myTextColor { color: #4C2908; }

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

This text font color is #4C2908.


Background Color

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

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

This div background color is #4C2908.


Border color

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

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

This div border color is #4C2908.


Opacity

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

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

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

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

This text has shadow with #4C2908 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C2908 on black background.


Color preview on white background

This text has color #4C2908 on white background.



Black color preview on #4C2908 background

This text has black color on #4C2908 background.


White color preview on #4C2908 background

This text has white color on #4C2908 background.