COLOR #4D2837

HEX: #4D2837
RGB: (77,40,55)

Color info

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

RGB color model

#4D2837 color RGB value is (77,40,55).

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

RGB channels and saturation

R 77 of 255 = 30%
G 40 of 255 = 16%
B 55 of 255 = 22%

77
40
55

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

Portions of RGB colors in percentages

R + G + B =
77 + 40 + 55 = 172 (100%)
R 77 of 172 ~ 44.77%
G 40 of 172 ~ 23.26%
B 55 of 172 ~ 31.98%

%44.77
%23.26
%31.98

CMYK color model

#4D2837 color CMYK value is (0,48,29,70).

  • cyan value is 0.00%
  • magenta value is 48.05%
  • yellow value is 28.57%
  • key color value is 69.80%
CMYK:
(0,48,29,70)
C0M48Y29K70 
(0%,48%,29%,70%)
(0.00/0.48/0.29/0.70)	

CMYK percentages

%0
%48.05
%28.57
%69.8

Codes

Color #4D2837 in popluar color models

4D2837
RGB774055
HSL336°31.62%22.94%
HSB/HSV336°48.05%30.20%
CMYK0.00%48.05%28.57%
69.80%

Color #4D2837 in popluar number systems.

HEX4D2837
Decimal774055
Binary1001101101000110111
Octal1155067

Shades and tints

Shades of #4D2837

#4D2837
(77,40,55)
#462532
(70,37,50)
#3F222D
(63,34,45)
#381F28
(56,31,40)
#311C23
(49,28,35)
#2A191E
(42,25,30)
#231619
(35,22,25)
#1C1314
(28,19,20)
#15100F
(21,16,15)
#0E0D0A
(14,13,10)
#070A05
(7,10,5)
#000000
(0,0,0)

Tints of #4D2837

#4D2837
(77,40,55)
#5D3B49
(93,59,73)
#6D4E5B
(109,78,91)
#7D616D
(125,97,109)
#8D747F
(141,116,127)
#9D8791
(157,135,145)
#AD9AA3
(173,154,163)
#BDADB5
(189,173,181)
#CDC0C7
(205,192,199)
#DDD3D9
(221,211,217)
#EDE6EB
(237,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D2837; }

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

This text font color is #4D2837.


Background Color

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

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

This div background color is #4D2837.


Border color

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

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

This div border color is #4D2837.


Opacity

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

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

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

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

This text has shadow with #4D2837 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D2837 on black background.


Color preview on white background

This text has color #4D2837 on white background.



Black color preview on #4D2837 background

This text has black color on #4D2837 background.


White color preview on #4D2837 background

This text has white color on #4D2837 background.