COLOR #4C082D

HEX: #4C082D
RGB: (76,8,45)

Color info

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

RGB color model

#4C082D color RGB value is (76,8,45).

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

RGB channels and saturation

R 76 of 255 = 30%
G 8 of 255 = 3%
B 45 of 255 = 18%

76
8
45

R + G + B ~ 17%. #4C082D is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 8 + 45 = 129 (100%)
R 76 of 129 ~ 58.91%
G 8 of 129 ~ 6.2%
B 45 of 129 ~ 34.88%

%58.91
%34.88

CMYK color model

#4C082D color CMYK value is (0,89,41,70).

  • cyan value is 0.00%
  • magenta value is 89.47%
  • yellow value is 40.79%
  • key color value is 70.20%
CMYK:
(0,89,41,70)
C0M89Y41K70 
(0%,89%,41%,70%)
(0.00/0.89/0.41/0.70)	

CMYK percentages

%0
%89.47
%40.79
%70.2

Codes

Color #4C082D in popluar color models

4C082D
RGB76845
HSL327°80.95%16.47%
HSB/HSV327°89.47%29.80%
CMYK0.00%89.47%40.79%
70.20%

Color #4C082D in popluar number systems.

HEX4C082D
Decimal76845
Binary10011001000101101
Octal1141055

Shades and tints

Shades of #4C082D

#4C082D
(76,8,45)
#460829
(70,8,41)
#400825
(64,8,37)
#3A0821
(58,8,33)
#34081D
(52,8,29)
#2E0819
(46,8,25)
#280815
(40,8,21)
#220811
(34,8,17)
#1C080D
(28,8,13)
#160809
(22,8,9)
#100805
(16,8,5)
#000000
(0,0,0)

Tints of #4C082D

#4C082D
(76,8,45)
#5C1E40
(92,30,64)
#6C3453
(108,52,83)
#7C4A66
(124,74,102)
#8C6079
(140,96,121)
#9C768C
(156,118,140)
#AC8C9F
(172,140,159)
#BCA2B2
(188,162,178)
#CCB8C5
(204,184,197)
#DCCED8
(220,206,216)
#ECE4EB
(236,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C082D; }

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

This text font color is #4C082D.


Background Color

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

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

This div background color is #4C082D.


Border color

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

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

This div border color is #4C082D.


Opacity

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

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

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

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

This text has shadow with #4C082D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C082D on black background.


Color preview on white background

This text has color #4C082D on white background.



Black color preview on #4C082D background

This text has black color on #4C082D background.


White color preview on #4C082D background

This text has white color on #4C082D background.