COLOR #4D004C

HEX: #4D004C
RGB: (77,0,76)

Renk bilgisi

#4D004C contains only red and blue colors. #4D004C ‘ nin web güvenlik rengi #330033 (ya da #303) dir.

RGB renk modeli

#4D004C color RGB value is (77,0,76).

  • kırmız ton 77;
  • yeşil ton 0;
  • mavi ton 76.
RGB:
(77,0,76)
(30%,0%,30%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 0 of 255 = 0%
B 76 of 255 = 30%

77
0
76

R + G + B ~ 20%. #4D004C is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 0 + 76 = 153 (100%)
R 77 of 153 ~ 50.33%
G 0 of 153 ~ 0%
B 76 of 153 ~ 49.67%

%50.33
%49.67

CMYK RENK MODELİ

#4D004C rengi CMYK tonu (0,100,1,70).

  • camgöbeği tonu 0.00%
  • eflatun tonu 100.00%
  • sarı tonu 1.30%
  • ana renk tonu 69.80%
CMYK:
(0,100,1,70)
C0M100Y1K70 
(0%,100%,1%,70%)
(0.00/1.00/0.01/0.70)	

CMYK yüzdeleri

%0
%100
%1.3
%69.8

Codes

Color #4D004C in popluar color models

4D004C
RGB77076
HSL301°100.00%15.10%
HSB/HSV301°100.00%30.20%
CMYK0.00%100.00%1.30%
69.80%

Color #4D004C in popluar number systems.

HEX4D004C
Decimal77076
Binary100110101001100
Octal1150114

Shades and tints

Shades of #4D004C

#4D004C
(77,0,76)
#460046
(70,0,70)
#3F0040
(63,0,64)
#38003A
(56,0,58)
#310034
(49,0,52)
#2A002E
(42,0,46)
#230028
(35,0,40)
#1C0022
(28,0,34)
#15001C
(21,0,28)
#0E0016
(14,0,22)
#070010
(7,0,16)
#000000
(0,0,0)

Tints of #4D004C

#4D004C
(77,0,76)
#5D175C
(93,23,92)
#6D2E6C
(109,46,108)
#7D457C
(125,69,124)
#8D5C8C
(141,92,140)
#9D739C
(157,115,156)
#AD8AAC
(173,138,172)
#BDA1BC
(189,161,188)
#CDB8CC
(205,184,204)
#DDCFDC
(221,207,220)
#EDE6EC
(237,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D004C; }

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

This text font color is #4D004C.


Background Color

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

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

This div background color is #4D004C.


Border color

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

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

This div border color is #4D004C.


Opacity

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

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

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

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

This text has shadow with #4D004C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D004C on black background.


Color preview on white background

This text has color #4D004C on white background.



Black color preview on #4D004C background

This text has black color on #4D004C background.


White color preview on #4D004C background

This text has white color on #4D004C background.