COLOR #4C182E

HEX: #4C182E RGB: (76,24,46)

Color info

#4C182E contains red, green and blue colors in about the same proportion. Web safe color of #4C182E is #330033 (or #303).

RGB color model

#4C182E color RGB value is (76,24,46).

RGB: (76,24,46) (30%, 9%, 18%)

RGB channels and saturation

R 76 of 255 = 30%
G 24 of 255 = 9%
B 46 of 255 = 18%

76
24
46

R + G + B ~ 19%. #4C182E is dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 24 + 46 = 146 (100%)
R 76 of 146 ~ 52.05%
G 24 of 146 ~ 16.44%
B 46 of 146 ~ 31.51'%

%52.05
%16.44
%31.51

CMYK color model

#4C182E color CMYK value is (0,68,39,70).

  • cyan value is 0.00%
  • magenta value is 68.42%
  • yellow value is 39.47%
  • key color value is 70.20%

CMYK: (0,68,39,70)
C0M68Y39K70 (0%, 68%, 39%, 70%)
(0.00 / 0.68 / 0.39 / 0.70)

CMYK percentages

%0
%68.42
%39.47
%70.2

Codes

Color #4C182E in popluar color models

4C 18 2E
RGB 76 24 46
HSL 335° 52.00% 19.61%
HSB/HSV 335° 68.42% 29.80%
CMYK 0.00% 68.42% 39.47%
70.20%

Color #4C182E in popluar number systems.

HEX 4C 18 2E
Decimal 76 24 46
Binary 1001100 11000 101110
Octal 114 30 56

Shades and tints

Shades of #4C182E

#4C182E
(76,24,46)
#46162A
(70,22,42)
#401426
(64,20,38)
#3A1222
(58,18,34)
#34101E
(52,16,30)
#2E0E1A
(46,14,26)
#280C16
(40,12,22)
#220A12
(34,10,18)
#1C080E
(28,8,14)
#16060A
(22,6,10)
#100406
(16,4,6)
#000000
(0,0,0)

Tints of #4C182E

#4C182E
(76,24,46)
#5C2D41
(92,45,65)
#6C4254
(108,66,84)
#7C5767
(124,87,103)
#8C6C7A
(140,108,122)
#9C818D
(156,129,141)
#AC96A0
(172,150,160)
#BCABB3
(188,171,179)
#CCC0C6
(204,192,198)
#DCD5D9
(220,213,217)
#ECEAEC
(236,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C182E color. Also use rgb(76,24,46) instead hex code.

Text Font Color

.myTextColor { color: #4C182E; }

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

This text font color is #4C182E.

Background Color

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

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

This div background color is #4C182E.

Border color

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

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

This div border color is #4C182E.

Opacity

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

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

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

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

This text has shadow with #4C182E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C182E.

Preview

Color preview on black background

This text has color #4C182E on black background.


Color preview on white background

This text has color #4C182E on white background.


Black color preview on #4C182E background

This text has black color on #4C182E background.


White color preview on #4C182E background

This text has white color on #4C182E background.


Related colors

Complementary color

Complementary color for #hex is #B3E7D1.


I love getcolorcode.com

Triadic colors

1 #2E4C18 and #182E4C with #4C182E are triadic colors.

2 #2E184C and #184C2E with #4C182E are triadic colors.