COLOR #4D063D

HEX: #4D063D
RGB: (77,6,61)

Color info

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

RGB color model

#4D063D color RGB value is (77,6,61).

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

RGB channels and saturation

R 77 of 255 = 30%
G 6 of 255 = 2%
B 61 of 255 = 24%

77
6
61

R + G + B ~ 19%. #4D063D is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 6 + 61 = 144 (100%)
R 77 of 144 ~ 53.47%
G 6 of 144 ~ 4.17%
B 61 of 144 ~ 42.36%

%53.47
%42.36

CMYK color model

#4D063D color CMYK value is (0,92,21,70).

  • cyan value is 0.00%
  • magenta value is 92.21%
  • yellow value is 20.78%
  • key color value is 69.80%
CMYK:
(0,92,21,70)
C0M92Y21K70 
(0%,92%,21%,70%)
(0.00/0.92/0.21/0.70)	

CMYK percentages

%0
%92.21
%20.78
%69.8

Codes

Color #4D063D in popluar color models

4D063D
RGB77661
HSL314°85.54%16.27%
HSB/HSV314°92.21%30.20%
CMYK0.00%92.21%20.78%
69.80%

Color #4D063D in popluar number systems.

HEX4D063D
Decimal77661
Binary1001101110111101
Octal115675

Shades and tints

Shades of #4D063D

#4D063D
(77,6,61)
#460638
(70,6,56)
#3F0633
(63,6,51)
#38062E
(56,6,46)
#310629
(49,6,41)
#2A0624
(42,6,36)
#23061F
(35,6,31)
#1C061A
(28,6,26)
#150615
(21,6,21)
#0E0610
(14,6,16)
#07060B
(7,6,11)
#000000
(0,0,0)

Tints of #4D063D

#4D063D
(77,6,61)
#5D1C4E
(93,28,78)
#6D325F
(109,50,95)
#7D4870
(125,72,112)
#8D5E81
(141,94,129)
#9D7492
(157,116,146)
#AD8AA3
(173,138,163)
#BDA0B4
(189,160,180)
#CDB6C5
(205,182,197)
#DDCCD6
(221,204,214)
#EDE2E7
(237,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D063D; }

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

This text font color is #4D063D.


Background Color

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

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

This div background color is #4D063D.


Border color

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

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

This div border color is #4D063D.


Opacity

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

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

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

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

This text has shadow with #4D063D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D063D on black background.


Color preview on white background

This text has color #4D063D on white background.



Black color preview on #4D063D background

This text has black color on #4D063D background.


White color preview on #4D063D background

This text has white color on #4D063D background.