COLOR #4C2937

HEX: #4C2937
RGB: (76,41,55)

Color info

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

RGB color model

#4C2937 color RGB value is (76,41,55).

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

RGB channels and saturation

R 76 of 255 = 30%
G 41 of 255 = 16%
B 55 of 255 = 22%

76
41
55

R + G + B ~ 23%. #4C2937 is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 41 + 55 = 172 (100%)
R 76 of 172 ~ 44.19%
G 41 of 172 ~ 23.84%
B 55 of 172 ~ 31.98%

%44.19
%23.84
%31.98

CMYK color model

#4C2937 color CMYK value is (0,46,28,70).

  • cyan value is 0.00%
  • magenta value is 46.05%
  • yellow value is 27.63%
  • key color value is 70.20%
CMYK:
(0,46,28,70)
C0M46Y28K70 
(0%,46%,28%,70%)
(0.00/0.46/0.28/0.70)	

CMYK percentages

%0
%46.05
%27.63
%70.2

Codes

Color #4C2937 in popluar color models

4C2937
RGB764155
HSL336°29.91%22.94%
HSB/HSV336°46.05%29.80%
CMYK0.00%46.05%27.63%
70.20%

Color #4C2937 in popluar number systems.

HEX4C2937
Decimal764155
Binary1001100101001110111
Octal1145167

Shades and tints

Shades of #4C2937

#4C2937
(76,41,55)
#462632
(70,38,50)
#40232D
(64,35,45)
#3A2028
(58,32,40)
#341D23
(52,29,35)
#2E1A1E
(46,26,30)
#281719
(40,23,25)
#221414
(34,20,20)
#1C110F
(28,17,15)
#160E0A
(22,14,10)
#100B05
(16,11,5)
#000000
(0,0,0)

Tints of #4C2937

#4C2937
(76,41,55)
#5C3C49
(92,60,73)
#6C4F5B
(108,79,91)
#7C626D
(124,98,109)
#8C757F
(140,117,127)
#9C8891
(156,136,145)
#AC9BA3
(172,155,163)
#BCAEB5
(188,174,181)
#CCC1C7
(204,193,199)
#DCD4D9
(220,212,217)
#ECE7EB
(236,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C2937; }

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

This text font color is #4C2937.


Background Color

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

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

This div background color is #4C2937.


Border color

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

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

This div border color is #4C2937.


Opacity

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

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

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

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

This text has shadow with #4C2937 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C2937 on black background.


Color preview on white background

This text has color #4C2937 on white background.



Black color preview on #4C2937 background

This text has black color on #4C2937 background.


White color preview on #4C2937 background

This text has white color on #4C2937 background.