COLOR #4D293A

HEX: #4D293A
RGB: (77,41,58)

Color info

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

RGB color model

#4D293A color RGB value is (77,41,58).

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

RGB channels and saturation

R 77 of 255 = 30%
G 41 of 255 = 16%
B 58 of 255 = 23%

77
41
58

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

Portions of RGB colors in percentages

R + G + B =
77 + 41 + 58 = 176 (100%)
R 77 of 176 ~ 43.75%
G 41 of 176 ~ 23.3%
B 58 of 176 ~ 32.95%

%43.75
%23.3
%32.95

CMYK color model

#4D293A color CMYK value is (0,47,25,70).

  • cyan value is 0.00%
  • magenta value is 46.75%
  • yellow value is 24.68%
  • key color value is 69.80%
CMYK:
(0,47,25,70)
C0M47Y25K70 
(0%,47%,25%,70%)
(0.00/0.47/0.25/0.70)	

CMYK percentages

%0
%46.75
%24.68
%69.8

Codes

Color #4D293A in popluar color models

4D293A
RGB774158
HSL332°30.51%23.14%
HSB/HSV332°46.75%30.20%
CMYK0.00%46.75%24.68%
69.80%

Color #4D293A in popluar number systems.

HEX4D293A
Decimal774158
Binary1001101101001111010
Octal1155172

Shades and tints

Shades of #4D293A

#4D293A
(77,41,58)
#462635
(70,38,53)
#3F2330
(63,35,48)
#38202B
(56,32,43)
#311D26
(49,29,38)
#2A1A21
(42,26,33)
#23171C
(35,23,28)
#1C1417
(28,20,23)
#151112
(21,17,18)
#0E0E0D
(14,14,13)
#070B08
(7,11,8)
#000000
(0,0,0)

Tints of #4D293A

#4D293A
(77,41,58)
#5D3C4B
(93,60,75)
#6D4F5C
(109,79,92)
#7D626D
(125,98,109)
#8D757E
(141,117,126)
#9D888F
(157,136,143)
#AD9BA0
(173,155,160)
#BDAEB1
(189,174,177)
#CDC1C2
(205,193,194)
#DDD4D3
(221,212,211)
#EDE7E4
(237,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D293A; }

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

This text font color is #4D293A.


Background Color

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

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

This div background color is #4D293A.


Border color

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

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

This div border color is #4D293A.


Opacity

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

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

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

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

This text has shadow with #4D293A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D293A on black background.


Color preview on white background

This text has color #4D293A on white background.



Black color preview on #4D293A background

This text has black color on #4D293A background.


White color preview on #4D293A background

This text has white color on #4D293A background.