COLOR #4D2528

HEX: #4D2528
RGB: (77,37,40)

Color info

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

RGB color model

#4D2528 color RGB value is (77,37,40).

  • red value is 77;
  • green value is 37;
  • blue value is 40.
RGB:
(77,37,40)
(30%,15%,16%)

RGB channels and saturation

R 77 of 255 = 30%
G 37 of 255 = 15%
B 40 of 255 = 16%

77
37
40

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

Portions of RGB colors in percentages

R + G + B =
77 + 37 + 40 = 154 (100%)
R 77 of 154 ~ 50%
G 37 of 154 ~ 24.03%
B 40 of 154 ~ 25.97%

%50
%24.03
%25.97

CMYK color model

#4D2528 color CMYK value is (0,52,48,70).

  • cyan value is 0.00%
  • magenta value is 51.95%
  • yellow value is 48.05%
  • key color value is 69.80%
CMYK:
(0,52,48,70)
C0M52Y48K70 
(0%,52%,48%,70%)
(0.00/0.52/0.48/0.70)	

CMYK percentages

%0
%51.95
%48.05
%69.8

Codes

Color #4D2528 in popluar color models

4D2528
RGB773740
HSL356°35.09%22.35%
HSB/HSV356°51.95%30.20%
CMYK0.00%51.95%48.05%
69.80%

Color #4D2528 in popluar number systems.

HEX4D2528
Decimal773740
Binary1001101100101101000
Octal1154550

Shades and tints

Shades of #4D2528

#4D2528
(77,37,40)
#462225
(70,34,37)
#3F1F22
(63,31,34)
#381C1F
(56,28,31)
#31191C
(49,25,28)
#2A1619
(42,22,25)
#231316
(35,19,22)
#1C1013
(28,16,19)
#150D10
(21,13,16)
#0E0A0D
(14,10,13)
#07070A
(7,7,10)
#000000
(0,0,0)

Tints of #4D2528

#4D2528
(77,37,40)
#5D383B
(93,56,59)
#6D4B4E
(109,75,78)
#7D5E61
(125,94,97)
#8D7174
(141,113,116)
#9D8487
(157,132,135)
#AD979A
(173,151,154)
#BDAAAD
(189,170,173)
#CDBDC0
(205,189,192)
#DDD0D3
(221,208,211)
#EDE3E6
(237,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D2528 color. Also use rgb(77,37,40) instead hex code.

Text Font Color

.myTextColor { color: #4D2528; }

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

This text font color is #4D2528.


Background Color

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

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

This div background color is #4D2528.


Border color

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

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

This div border color is #4D2528.


Opacity

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

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

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

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

This text has shadow with #4D2528 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D2528 on black background.


Color preview on white background

This text has color #4D2528 on white background.



Black color preview on #4D2528 background

This text has black color on #4D2528 background.


White color preview on #4D2528 background

This text has white color on #4D2528 background.