COLOR #4D002C

HEX: #4D002C RGB: (77,0,44)

Color info

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

RGB color model

#4D002C color RGB value is (77,0,44).

RGB: (77,0,44) (30%, 0%, 17%)

RGB channels and saturation

R 77 of 255 = 30%
G 0 of 255 = 0%
B 44 of 255 = 17%

77
0
44

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

Portions of RGB colors in percentages

R + G + B = 77 + 0 + 44 = 121 (100%)
R 77 of 121 ~ 63.64%
G 0 of 121 ~ 0%
B 44 of 121 ~ 36.36'%

%63.64
%36.36

CMYK color model

#4D002C color CMYK value is (0,100,43,70).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 42.86%
  • key color value is 69.80%
CMYK: (0,100,43,70) C0M100Y43K70 (0%,100%,43%,70%) (0.00/1.00/0.43/0.70) 

CMYK percentages

%0
%100
%42.86
%69.8

Codes

Color #4D002C in popluar color models

4D 00 2C
RGB 77 0 44
HSL 326° 100.00% 15.10%
HSB/HSV 326° 100.00% 30.20%
CMYK 0.00% 100.00% 42.86%
69.80%

Color #4D002C in popluar number systems.

HEX 4D 00 2C
Decimal 77 0 44
Binary 1001101 0 101100
Octal 115 0 54

Shades and tints

Shades of #4D002C

#4D002C
(77,0,44)
#460028
(70,0,40)
#3F0024
(63,0,36)
#380020
(56,0,32)
#31001C
(49,0,28)
#2A0018
(42,0,24)
#230014
(35,0,20)
#1C0010
(28,0,16)
#15000C
(21,0,12)
#0E0008
(14,0,8)
#070004
(7,0,4)
#000000
(0,0,0)

Tints of #4D002C

#4D002C
(77,0,44)
#5D173F
(93,23,63)
#6D2E52
(109,46,82)
#7D4565
(125,69,101)
#8D5C78
(141,92,120)
#9D738B
(157,115,139)
#AD8A9E
(173,138,158)
#BDA1B1
(189,161,177)
#CDB8C4
(205,184,196)
#DDCFD7
(221,207,215)
#EDE6EA
(237,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D002C color. Also use rgb(77,0,44) instead hex code.

Text Font Color

.myTextColor { color: #4D002C; }

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

This text font color is #4D002C.

Background Color

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

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

This div background color is #4D002C.

Border color

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

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

This div border color is #4D002C.

Opacity

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

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

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

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

This text has shadow with #4D002C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D002C.

Preview

Color preview on black background

This text has color #4D002C on black background.


Color preview on white background

This text has color #4D002C on white background.


Black color preview on #4D002C background

This text has black color on #4D002C background.


White color preview on #4D002C background

This text has white color on #4D002C background.


Related colors

Complementary color

Complementary color for #hex is #B2FFD3.


I love getcolorcode.com

Triadic colors

1 #2C4D00 and #002C4D with #4D002C are triadic colors.

2 #2C004D and #004D2C with #4D002C are triadic colors.