COLOR #4C0829

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

Color info

#4C0829 contains mainly red and blue colors. Web safe color of #4C0829 is #330033 (or #303).

RGB color model

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

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

RGB channels and saturation

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

76
8
41

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

Portions of RGB colors in percentages

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

%60.8
%32.8

CMYK color model

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

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

CMYK percentages

%0
%89.47
%46.05
%70.2

Codes

Color #4C0829 in popluar color models

4C0829
RGB76841
HSL331°80.95%16.47%
HSB/HSV331°89.47%29.80%
CMYK0.00%89.47%46.05%
70.20%

Color #4C0829 in popluar number systems.

HEX4C0829
Decimal76841
Binary10011001000101001
Octal1141051

Shades and tints

Shades of #4C0829

#4C0829
(76,8,41)
#460826
(70,8,38)
#400823
(64,8,35)
#3A0820
(58,8,32)
#34081D
(52,8,29)
#2E081A
(46,8,26)
#280817
(40,8,23)
#220814
(34,8,20)
#1C0811
(28,8,17)
#16080E
(22,8,14)
#10080B
(16,8,11)
#000000
(0,0,0)

Tints of #4C0829

#4C0829
(76,8,41)
#5C1E3C
(92,30,60)
#6C344F
(108,52,79)
#7C4A62
(124,74,98)
#8C6075
(140,96,117)
#9C7688
(156,118,136)
#AC8C9B
(172,140,155)
#BCA2AE
(188,162,174)
#CCB8C1
(204,184,193)
#DCCED4
(220,206,212)
#ECE4E7
(236,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C0829; }

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

This text font color is #4C0829.


Background Color

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

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

This div background color is #4C0829.


Border color

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

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

This div border color is #4C0829.


Opacity

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

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

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

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

This text has shadow with #4C0829 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C0829 on black background.


Color preview on white background

This text has color #4C0829 on white background.



Black color preview on #4C0829 background

This text has black color on #4C0829 background.


White color preview on #4C0829 background

This text has white color on #4C0829 background.