COLOR #4D2947

HEX: #4D2947
RGB: (77,41,71)

Color info

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

RGB color model

#4D2947 color RGB value is (77,41,71).

  • red value is 77;
  • green value is 41;
  • blue value is 71.
RGB:
(77,41,71)
(30%,16%,28%)

RGB channels and saturation

R 77 of 255 = 30%
G 41 of 255 = 16%
B 71 of 255 = 28%

77
41
71

R + G + B ~ 25%. #4D2947 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 41 + 71 = 189 (100%)
R 77 of 189 ~ 40.74%
G 41 of 189 ~ 21.69%
B 71 of 189 ~ 37.57%

%40.74
%21.69
%37.57

CMYK color model

#4D2947 color CMYK value is (0,47,8,70).

  • cyan value is 0.00%
  • magenta value is 46.75%
  • yellow value is 7.79%
  • key color value is 69.80%
CMYK:
(0,47,8,70)
C0M47Y8K70 
(0%,47%,8%,70%)
(0.00/0.47/0.08/0.70)	

CMYK percentages

%0
%46.75
%7.79
%69.8

Codes

Color #4D2947 in popluar color models

4D2947
RGB774171
HSL310°30.51%23.14%
HSB/HSV310°46.75%30.20%
CMYK0.00%46.75%7.79%
69.80%

Color #4D2947 in popluar number systems.

HEX4D2947
Decimal774171
Binary10011011010011000111
Octal11551107

Shades and tints

Shades of #4D2947

#4D2947
(77,41,71)
#462641
(70,38,65)
#3F233B
(63,35,59)
#382035
(56,32,53)
#311D2F
(49,29,47)
#2A1A29
(42,26,41)
#231723
(35,23,35)
#1C141D
(28,20,29)
#151117
(21,17,23)
#0E0E11
(14,14,17)
#070B0B
(7,11,11)
#000000
(0,0,0)

Tints of #4D2947

#4D2947
(77,41,71)
#5D3C57
(93,60,87)
#6D4F67
(109,79,103)
#7D6277
(125,98,119)
#8D7587
(141,117,135)
#9D8897
(157,136,151)
#AD9BA7
(173,155,167)
#BDAEB7
(189,174,183)
#CDC1C7
(205,193,199)
#DDD4D7
(221,212,215)
#EDE7E7
(237,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D2947 color. Also use rgb(77,41,71) instead hex code.

Text Font Color

.myTextColor { color: #4D2947; }

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

This text font color is #4D2947.


Background Color

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

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

This div background color is #4D2947.


Border color

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

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

This div border color is #4D2947.


Opacity

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

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

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

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

This text has shadow with #4D2947 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D2947 on black background.


Color preview on white background

This text has color #4D2947 on white background.



Black color preview on #4D2947 background

This text has black color on #4D2947 background.


White color preview on #4D2947 background

This text has white color on #4D2947 background.