COLOR #4D2A30

HEX: #4D2A30 RGB: (77,42,48)

Color info

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

RGB color model

#4D2A30 color RGB value is (77,42,48).

RGB: (77,42,48) (30%, 16%, 19%)

RGB channels and saturation

R 77 of 255 = 30%
G 42 of 255 = 16%
B 48 of 255 = 19%

77
42
48

R + G + B ~ 22%. #4D2A30 is dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 42 + 48 = 167 (100%)
R 77 of 167 ~ 46.11%
G 42 of 167 ~ 25.15%
B 48 of 167 ~ 28.74'%

%46.11
%25.15
%28.74

CMYK color model

#4D2A30 color CMYK value is (0,45,38,70).

  • cyan value is 0.00%
  • magenta value is 45.45%
  • yellow value is 37.66%
  • key color value is 69.80%

CMYK: (0,45,38,70)
C0M45Y38K70 (0%, 45%, 38%, 70%)
(0.00 / 0.45 / 0.38 / 0.70)

CMYK percentages

%0
%45.45
%37.66
%69.8

Codes

Color #4D2A30 in popluar color models

4D 2A 30
RGB 77 42 48
HSL 350° 29.41% 23.33%
HSB/HSV 350° 45.45% 30.20%
CMYK 0.00% 45.45% 37.66%
69.80%

Color #4D2A30 in popluar number systems.

HEX 4D 2A 30
Decimal 77 42 48
Binary 1001101 101010 110000
Octal 115 52 60

Shades and tints

Shades of #4D2A30

#4D2A30
(77,42,48)
#46272C
(70,39,44)
#3F2428
(63,36,40)
#382124
(56,33,36)
#311E20
(49,30,32)
#2A1B1C
(42,27,28)
#231818
(35,24,24)
#1C1514
(28,21,20)
#151210
(21,18,16)
#0E0F0C
(14,15,12)
#070C08
(7,12,8)
#000000
(0,0,0)

Tints of #4D2A30

#4D2A30
(77,42,48)
#5D3D42
(93,61,66)
#6D5054
(109,80,84)
#7D6366
(125,99,102)
#8D7678
(141,118,120)
#9D898A
(157,137,138)
#AD9C9C
(173,156,156)
#BDAFAE
(189,175,174)
#CDC2C0
(205,194,192)
#DDD5D2
(221,213,210)
#EDE8E4
(237,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D2A30 color. Also use rgb(77,42,48) instead hex code.

Text Font Color

.myTextColor { color: #4D2A30; }

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

This text font color is #4D2A30.

Background Color

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

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

This div background color is #4D2A30.

Border color

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

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

This div border color is #4D2A30.

Opacity

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

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

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

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

This text has shadow with #4D2A30 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D2A30.

Preview

Color preview on black background

This text has color #4D2A30 on black background.


Color preview on white background

This text has color #4D2A30 on white background.


Black color preview on #4D2A30 background

This text has black color on #4D2A30 background.


White color preview on #4D2A30 background

This text has white color on #4D2A30 background.


Related colors

Complementary color

Complementary color for #hex is #B2D5CF.


I love getcolorcode.com

Triadic colors

1 #304D2A and #2A304D with #4D2A30 are triadic colors.

2 #302A4D and #2A4D30 with #4D2A30 are triadic colors.