COLOR #4D152A

HEX: #4D152A
RGB: (77,21,42)

Color info

#4D152A contains red, green and blue colors in about the same proportion. Web safe color of #4D152A is #330033 (or #303).

RGB color model

#4D152A color RGB value is (77,21,42).

  • red value is 77;
  • green value is 21;
  • blue value is 42.
RGB:
(77,21,42)
(30%,8%,16%)

RGB channels and saturation

R 77 of 255 = 30%
G 21 of 255 = 8%
B 42 of 255 = 16%

77
21
42

R + G + B ~ 18%. #4D152A is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 21 + 42 = 140 (100%)
R 77 of 140 ~ 55%
G 21 of 140 ~ 15%
B 42 of 140 ~ 30%

%55
%15
%30

CMYK color model

#4D152A color CMYK value is (0,73,45,70).

  • cyan value is 0.00%
  • magenta value is 72.73%
  • yellow value is 45.45%
  • key color value is 69.80%
CMYK:
(0,73,45,70)
C0M73Y45K70 
(0%,73%,45%,70%)
(0.00/0.73/0.45/0.70)	

CMYK percentages

%0
%72.73
%45.45
%69.8

Codes

Color #4D152A in popluar color models

4D152A
RGB772142
HSL338°57.14%19.22%
HSB/HSV338°72.73%30.20%
CMYK0.00%72.73%45.45%
69.80%

Color #4D152A in popluar number systems.

HEX4D152A
Decimal772142
Binary100110110101101010
Octal1152552

Shades and tints

Shades of #4D152A

#4D152A
(77,21,42)
#461427
(70,20,39)
#3F1324
(63,19,36)
#381221
(56,18,33)
#31111E
(49,17,30)
#2A101B
(42,16,27)
#230F18
(35,15,24)
#1C0E15
(28,14,21)
#150D12
(21,13,18)
#0E0C0F
(14,12,15)
#070B0C
(7,11,12)
#000000
(0,0,0)

Tints of #4D152A

#4D152A
(77,21,42)
#5D2A3D
(93,42,61)
#6D3F50
(109,63,80)
#7D5463
(125,84,99)
#8D6976
(141,105,118)
#9D7E89
(157,126,137)
#AD939C
(173,147,156)
#BDA8AF
(189,168,175)
#CDBDC2
(205,189,194)
#DDD2D5
(221,210,213)
#EDE7E8
(237,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D152A; }

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

This text font color is #4D152A.


Background Color

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

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

This div background color is #4D152A.


Border color

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

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

This div border color is #4D152A.


Opacity

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

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

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

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

This text has shadow with #4D152A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D152A on black background.


Color preview on white background

This text has color #4D152A on white background.



Black color preview on #4D152A background

This text has black color on #4D152A background.


White color preview on #4D152A background

This text has white color on #4D152A background.