COLOR #4C2018

HEX: #4C2018
RGB: (76,32,24)

Color info

#4C2018 contains red, green and blue colors in about the same proportion. Web safe color of #4C2018 is #333300 (or #330).

RGB color model

#4C2018 color RGB value is (76,32,24).

  • red value is 76;
  • green value is 32;
  • blue value is 24.
RGB:
(76,32,24)
(30%,13%,9%)

RGB channels and saturation

R 76 of 255 = 30%
G 32 of 255 = 13%
B 24 of 255 = 9%

76
32
24

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

Portions of RGB colors in percentages

R + G + B =
76 + 32 + 24 = 132 (100%)
R 76 of 132 ~ 57.58%
G 32 of 132 ~ 24.24%
B 24 of 132 ~ 18.18%

%57.58
%24.24
%18.18

CMYK color model

#4C2018 color CMYK value is (0,58,68,70).

  • cyan value is 0.00%
  • magenta value is 57.89%
  • yellow value is 68.42%
  • key color value is 70.20%
CMYK:
(0,58,68,70)
C0M58Y68K70 
(0%,58%,68%,70%)
(0.00/0.58/0.68/0.70)	

CMYK percentages

%0
%57.89
%68.42
%70.2

Codes

Color #4C2018 in popluar color models

4C2018
RGB763224
HSL52.00%19.61%
HSB/HSV68.42%29.80%
CMYK0.00%57.89%68.42%
70.20%

Color #4C2018 in popluar number systems.

HEX4C2018
Decimal763224
Binary100110010000011000
Octal1144030

Shades and tints

Shades of #4C2018

#4C2018
(76,32,24)
#461E16
(70,30,22)
#401C14
(64,28,20)
#3A1A12
(58,26,18)
#341810
(52,24,16)
#2E160E
(46,22,14)
#28140C
(40,20,12)
#22120A
(34,18,10)
#1C1008
(28,16,8)
#160E06
(22,14,6)
#100C04
(16,12,4)
#000000
(0,0,0)

Tints of #4C2018

#4C2018
(76,32,24)
#5C342D
(92,52,45)
#6C4842
(108,72,66)
#7C5C57
(124,92,87)
#8C706C
(140,112,108)
#9C8481
(156,132,129)
#AC9896
(172,152,150)
#BCACAB
(188,172,171)
#CCC0C0
(204,192,192)
#DCD4D5
(220,212,213)
#ECE8EA
(236,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C2018; }

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

This text font color is #4C2018.


Background Color

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

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

This div background color is #4C2018.


Border color

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

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

This div border color is #4C2018.


Opacity

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

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

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

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

This text has shadow with #4C2018 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C2018 on black background.


Color preview on white background

This text has color #4C2018 on white background.



Black color preview on #4C2018 background

This text has black color on #4C2018 background.


White color preview on #4C2018 background

This text has white color on #4C2018 background.