COLOR #4C2845

HEX: #4C2845
RGB: (76,40,69)

Color info

#4C2845 contains red, green and blue colors in about the same proportion. Web safe color of #4C2845 is #333333 (or #333).

RGB color model

#4C2845 color RGB value is (76,40,69).

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

RGB channels and saturation

R 76 of 255 = 30%
G 40 of 255 = 16%
B 69 of 255 = 27%

76
40
69

R + G + B ~ 24%. #4C2845 is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 40 + 69 = 185 (100%)
R 76 of 185 ~ 41.08%
G 40 of 185 ~ 21.62%
B 69 of 185 ~ 37.3%

%41.08
%21.62
%37.3

CMYK color model

#4C2845 color CMYK value is (0,47,9,70).

  • cyan value is 0.00%
  • magenta value is 47.37%
  • yellow value is 9.21%
  • key color value is 70.20%
CMYK:
(0,47,9,70)
C0M47Y9K70 
(0%,47%,9%,70%)
(0.00/0.47/0.09/0.70)	

CMYK percentages

%0
%47.37
%9.21
%70.2

Codes

Color #4C2845 in popluar color models

4C2845
RGB764069
HSL312°31.03%22.75%
HSB/HSV312°47.37%29.80%
CMYK0.00%47.37%9.21%
70.20%

Color #4C2845 in popluar number systems.

HEX4C2845
Decimal764069
Binary10011001010001000101
Octal11450105

Shades and tints

Shades of #4C2845

#4C2845
(76,40,69)
#46253F
(70,37,63)
#402239
(64,34,57)
#3A1F33
(58,31,51)
#341C2D
(52,28,45)
#2E1927
(46,25,39)
#281621
(40,22,33)
#22131B
(34,19,27)
#1C1015
(28,16,21)
#160D0F
(22,13,15)
#100A09
(16,10,9)
#000000
(0,0,0)

Tints of #4C2845

#4C2845
(76,40,69)
#5C3B55
(92,59,85)
#6C4E65
(108,78,101)
#7C6175
(124,97,117)
#8C7485
(140,116,133)
#9C8795
(156,135,149)
#AC9AA5
(172,154,165)
#BCADB5
(188,173,181)
#CCC0C5
(204,192,197)
#DCD3D5
(220,211,213)
#ECE6E5
(236,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C2845; }

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

This text font color is #4C2845.


Background Color

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

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

This div background color is #4C2845.


Border color

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

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

This div border color is #4C2845.


Opacity

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

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

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

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

This text has shadow with #4C2845 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C2845 on black background.


Color preview on white background

This text has color #4C2845 on white background.



Black color preview on #4C2845 background

This text has black color on #4C2845 background.


White color preview on #4C2845 background

This text has white color on #4C2845 background.