COLOR #4C2526

HEX: #4C2526
RGB: (76,37,38)

Color info

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

RGB color model

#4C2526 color RGB value is (76,37,38).

  • red value is 76;
  • green value is 37;
  • blue value is 38.
RGB:
(76,37,38)
(30%,15%,15%)

RGB channels and saturation

R 76 of 255 = 30%
G 37 of 255 = 15%
B 38 of 255 = 15%

76
37
38

R + G + B ~ 20%. #4C2526 is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 37 + 38 = 151 (100%)
R 76 of 151 ~ 50.33%
G 37 of 151 ~ 24.5%
B 38 of 151 ~ 25.17%

%50.33
%24.5
%25.17

CMYK color model

#4C2526 color CMYK value is (0,51,50,70).

  • cyan value is 0.00%
  • magenta value is 51.32%
  • yellow value is 50.00%
  • key color value is 70.20%
CMYK:
(0,51,50,70)
C0M51Y50K70 
(0%,51%,50%,70%)
(0.00/0.51/0.50/0.70)	

CMYK percentages

%0
%51.32
%50
%70.2

Codes

Color #4C2526 in popluar color models

4C2526
RGB763738
HSL358°34.51%22.16%
HSB/HSV358°51.32%29.80%
CMYK0.00%51.32%50.00%
70.20%

Color #4C2526 in popluar number systems.

HEX4C2526
Decimal763738
Binary1001100100101100110
Octal1144546

Shades and tints

Shades of #4C2526

#4C2526
(76,37,38)
#462223
(70,34,35)
#401F20
(64,31,32)
#3A1C1D
(58,28,29)
#34191A
(52,25,26)
#2E1617
(46,22,23)
#281314
(40,19,20)
#221011
(34,16,17)
#1C0D0E
(28,13,14)
#160A0B
(22,10,11)
#100708
(16,7,8)
#000000
(0,0,0)

Tints of #4C2526

#4C2526
(76,37,38)
#5C3839
(92,56,57)
#6C4B4C
(108,75,76)
#7C5E5F
(124,94,95)
#8C7172
(140,113,114)
#9C8485
(156,132,133)
#AC9798
(172,151,152)
#BCAAAB
(188,170,171)
#CCBDBE
(204,189,190)
#DCD0D1
(220,208,209)
#ECE3E4
(236,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C2526 color. Also use rgb(76,37,38) instead hex code.

Text Font Color

.myTextColor { color: #4C2526; }

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

This text font color is #4C2526.


Background Color

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

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

This div background color is #4C2526.


Border color

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

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

This div border color is #4C2526.


Opacity

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

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

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

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

This text has shadow with #4C2526 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C2526 on black background.


Color preview on white background

This text has color #4C2526 on white background.



Black color preview on #4C2526 background

This text has black color on #4C2526 background.


White color preview on #4C2526 background

This text has white color on #4C2526 background.