COLOR #4D2030

HEX: #4D2030
RGB: (77,32,48)

Color info

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

RGB color model

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

  • red value is 77;
  • green value is 32;
  • blue value is 48.
RGB:
(77,32,48)
(30%,13%,19%)

RGB channels and saturation

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

77
32
48

R + G + B ~ 21%. #4D2030 is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 32 + 48 = 157 (100%)
R 77 of 157 ~ 49.04%
G 32 of 157 ~ 20.38%
B 48 of 157 ~ 30.57%

%49.04
%20.38
%30.57

CMYK color model

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

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

CMYK percentages

%0
%58.44
%37.66
%69.8

Codes

Color #4D2030 in popluar color models

4D2030
RGB773248
HSL339°41.28%21.37%
HSB/HSV339°58.44%30.20%
CMYK0.00%58.44%37.66%
69.80%

Color #4D2030 in popluar number systems.

HEX4D2030
Decimal773248
Binary1001101100000110000
Octal1154060

Shades and tints

Shades of #4D2030

#4D2030
(77,32,48)
#461E2C
(70,30,44)
#3F1C28
(63,28,40)
#381A24
(56,26,36)
#311820
(49,24,32)
#2A161C
(42,22,28)
#231418
(35,20,24)
#1C1214
(28,18,20)
#151010
(21,16,16)
#0E0E0C
(14,14,12)
#070C08
(7,12,8)
#000000
(0,0,0)

Tints of #4D2030

#4D2030
(77,32,48)
#5D3442
(93,52,66)
#6D4854
(109,72,84)
#7D5C66
(125,92,102)
#8D7078
(141,112,120)
#9D848A
(157,132,138)
#AD989C
(173,152,156)
#BDACAE
(189,172,174)
#CDC0C0
(205,192,192)
#DDD4D2
(221,212,210)
#EDE8E4
(237,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D2030; }

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

This text font color is #4D2030.


Background Color

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

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

This div background color is #4D2030.


Border color

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

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

This div border color is #4D2030.


Opacity

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

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

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

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

This text has shadow with #4D2030 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D2030 on black background.


Color preview on white background

This text has color #4D2030 on white background.



Black color preview on #4D2030 background

This text has black color on #4D2030 background.


White color preview on #4D2030 background

This text has white color on #4D2030 background.