COLOR #4D062B

HEX: #4D062B
RGB: (77,6,43)

Color info

#4D062B contains mainly red and blue colors. Web safe color of #4D062B is #330033 (or #303).

RGB color model

#4D062B color RGB value is (77,6,43).

  • red value is 77;
  • green value is 6;
  • blue value is 43.
RGB:
(77,6,43)
(30%,2%,17%)

RGB channels and saturation

R 77 of 255 = 30%
G 6 of 255 = 2%
B 43 of 255 = 17%

77
6
43

R + G + B ~ 16%. #4D062B is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 6 + 43 = 126 (100%)
R 77 of 126 ~ 61.11%
G 6 of 126 ~ 4.76%
B 43 of 126 ~ 34.13%

%61.11
%34.13

CMYK color model

#4D062B color CMYK value is (0,92,44,70).

  • cyan value is 0.00%
  • magenta value is 92.21%
  • yellow value is 44.16%
  • key color value is 69.80%
CMYK:
(0,92,44,70)
C0M92Y44K70 
(0%,92%,44%,70%)
(0.00/0.92/0.44/0.70)	

CMYK percentages

%0
%92.21
%44.16
%69.8

Codes

Color #4D062B in popluar color models

4D062B
RGB77643
HSL329°85.54%16.27%
HSB/HSV329°92.21%30.20%
CMYK0.00%92.21%44.16%
69.80%

Color #4D062B in popluar number systems.

HEX4D062B
Decimal77643
Binary1001101110101011
Octal115653

Shades and tints

Shades of #4D062B

#4D062B
(77,6,43)
#460628
(70,6,40)
#3F0625
(63,6,37)
#380622
(56,6,34)
#31061F
(49,6,31)
#2A061C
(42,6,28)
#230619
(35,6,25)
#1C0616
(28,6,22)
#150613
(21,6,19)
#0E0610
(14,6,16)
#07060D
(7,6,13)
#000000
(0,0,0)

Tints of #4D062B

#4D062B
(77,6,43)
#5D1C3E
(93,28,62)
#6D3251
(109,50,81)
#7D4864
(125,72,100)
#8D5E77
(141,94,119)
#9D748A
(157,116,138)
#AD8A9D
(173,138,157)
#BDA0B0
(189,160,176)
#CDB6C3
(205,182,195)
#DDCCD6
(221,204,214)
#EDE2E9
(237,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D062B; }

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

This text font color is #4D062B.


Background Color

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

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

This div background color is #4D062B.


Border color

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

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

This div border color is #4D062B.


Opacity

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

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

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

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

This text has shadow with #4D062B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D062B on black background.


Color preview on white background

This text has color #4D062B on white background.



Black color preview on #4D062B background

This text has black color on #4D062B background.


White color preview on #4D062B background

This text has white color on #4D062B background.