COLOR #4D3030

HEX: #4D3030 RGB: (77,48,48)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

77
48
48

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

Portions of RGB colors in percentages

R + G + B = 77 + 48 + 48 = 173 (100%)
R 77 of 173 ~ 44.51%
G 48 of 173 ~ 27.75%
B 48 of 173 ~ 27.75'%

%44.51
%27.75
%27.75

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 37.66%
  • yellow value is 37.66%
  • key color value is 69.80%
CMYK: (0,38,38,70) C0M38Y38K70 (0%,38%,38%,70%) (0.00/0.38/0.38/0.70) 

CMYK percentages

%0
%37.66
%37.66
%69.8

Codes

Color #4D3030 in popluar color models

4D 30 30
RGB 77 48 48
HSL 23.20% 24.51%
HSB/HSV 37.66% 30.20%
CMYK 0.00% 37.66% 37.66%
69.80%

Color #4D3030 in popluar number systems.

HEX 4D 30 30
Decimal 77 48 48
Binary 1001101 110000 110000
Octal 115 60 60

Shades and tints

Shades of #4D3030

#4D3030
(77,48,48)
#462C2C
(70,44,44)
#3F2828
(63,40,40)
#382424
(56,36,36)
#312020
(49,32,32)
#2A1C1C
(42,28,28)
#231818
(35,24,24)
#1C1414
(28,20,20)
#151010
(21,16,16)
#0E0C0C
(14,12,12)
#070808
(7,8,8)
#000000
(0,0,0)

Tints of #4D3030

#4D3030
(77,48,48)
#5D4242
(93,66,66)
#6D5454
(109,84,84)
#7D6666
(125,102,102)
#8D7878
(141,120,120)
#9D8A8A
(157,138,138)
#AD9C9C
(173,156,156)
#BDAEAE
(189,174,174)
#CDC0C0
(205,192,192)
#DDD2D2
(221,210,210)
#EDE4E4
(237,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D3030; }

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

This text font color is #4D3030.

Background Color

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

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

This div background color is #4D3030.

Border color

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

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

This div border color is #4D3030.

Opacity

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

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

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

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

This text has shadow with #4D3030 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D3030.

Preview

Color preview on black background

This text has color #4D3030 on black background.


Color preview on white background

This text has color #4D3030 on white background.


Black color preview on #4D3030 background

This text has black color on #4D3030 background.


White color preview on #4D3030 background

This text has white color on #4D3030 background.


Related colors

Complementary color

Complementary color for #hex is #B2CFCF.


I love getcolorcode.com