COLOR #4D122F

HEX: #4D122F
RGB: (77,18,47)

Color info

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

RGB color model

#4D122F color RGB value is (77,18,47).

  • red value is 77;
  • green value is 18;
  • blue value is 47.
RGB:
(77,18,47)
(30%,7%,18%)

RGB channels and saturation

R 77 of 255 = 30%
G 18 of 255 = 7%
B 47 of 255 = 18%

77
18
47

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

Portions of RGB colors in percentages

R + G + B =
77 + 18 + 47 = 142 (100%)
R 77 of 142 ~ 54.23%
G 18 of 142 ~ 12.68%
B 47 of 142 ~ 33.1%

%54.23
%12.68
%33.1

CMYK color model

#4D122F color CMYK value is (0,77,39,70).

  • cyan value is 0.00%
  • magenta value is 76.62%
  • yellow value is 38.96%
  • key color value is 69.80%
CMYK:
(0,77,39,70)
C0M77Y39K70 
(0%,77%,39%,70%)
(0.00/0.77/0.39/0.70)	

CMYK percentages

%0
%76.62
%38.96
%69.8

Codes

Color #4D122F in popluar color models

4D122F
RGB771847
HSL331°62.11%18.63%
HSB/HSV331°76.62%30.20%
CMYK0.00%76.62%38.96%
69.80%

Color #4D122F in popluar number systems.

HEX4D122F
Decimal771847
Binary100110110010101111
Octal1152257

Shades and tints

Shades of #4D122F

#4D122F
(77,18,47)
#46112B
(70,17,43)
#3F1027
(63,16,39)
#380F23
(56,15,35)
#310E1F
(49,14,31)
#2A0D1B
(42,13,27)
#230C17
(35,12,23)
#1C0B13
(28,11,19)
#150A0F
(21,10,15)
#0E090B
(14,9,11)
#070807
(7,8,7)
#000000
(0,0,0)

Tints of #4D122F

#4D122F
(77,18,47)
#5D2741
(93,39,65)
#6D3C53
(109,60,83)
#7D5165
(125,81,101)
#8D6677
(141,102,119)
#9D7B89
(157,123,137)
#AD909B
(173,144,155)
#BDA5AD
(189,165,173)
#CDBABF
(205,186,191)
#DDCFD1
(221,207,209)
#EDE4E3
(237,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D122F; }

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

This text font color is #4D122F.


Background Color

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

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

This div background color is #4D122F.


Border color

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

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

This div border color is #4D122F.


Opacity

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

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

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

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

This text has shadow with #4D122F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D122F on black background.


Color preview on white background

This text has color #4D122F on white background.



Black color preview on #4D122F background

This text has black color on #4D122F background.


White color preview on #4D122F background

This text has white color on #4D122F background.