COLOR #994D7F

HEX: #994D7F
RGB: (153,77,127)

Renk bilgisi

#994D7F contains mainly red and blue colors. #994D7F ‘ nin web güvenlik rengi #993366 (ya da #936) dir.

RGB renk modeli

#994D7F color RGB value is (153,77,127).

  • kırmız ton 153;
  • yeşil ton 77;
  • mavi ton 127.
RGB:
(153,77,127)
(60%,30%,50%)

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 77 of 255 = 30%
B 127 of 255 = 50%

153
77
127

R + G + B ~ 47%. #994D7F is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 77 + 127 = 357 (100%)
R 153 of 357 ~ 42.86%
G 77 of 357 ~ 21.57%
B 127 of 357 ~ 35.57%

%42.86
%21.57
%35.57

CMYK RENK MODELİ

#994D7F rengi CMYK tonu (0,50,17,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 49.67%
  • sarı tonu 16.99%
  • ana renk tonu 40.00%
CMYK:
(0,50,17,40)
C0M50Y17K40 
(0%,50%,17%,40%)
(0.00/0.50/0.17/0.40)	

CMYK yüzdeleri

%0
%49.67
%16.99
%40

Codes

Color #994D7F in popluar color models

994D7F
RGB15377127
HSL321°33.04%45.10%
HSB/HSV321°49.67%60.00%
CMYK0.00%49.67%16.99%
40.00%

Color #994D7F in popluar number systems.

HEX994D7F
Decimal15377127
Binary1001100110011011111111
Octal231115177

Shades and tints

Shades of #994D7F

#994D7F
(153,77,127)
#8C4674
(140,70,116)
#7F3F69
(127,63,105)
#72385E
(114,56,94)
#653153
(101,49,83)
#582A48
(88,42,72)
#4B233D
(75,35,61)
#3E1C32
(62,28,50)
#311527
(49,21,39)
#240E1C
(36,14,28)
#170711
(23,7,17)
#000000
(0,0,0)

Tints of #994D7F

#994D7F
(153,77,127)
#A25D8A
(162,93,138)
#AB6D95
(171,109,149)
#B47DA0
(180,125,160)
#BD8DAB
(189,141,171)
#C69DB6
(198,157,182)
#CFADC1
(207,173,193)
#D8BDCC
(216,189,204)
#E1CDD7
(225,205,215)
#EADDE2
(234,221,226)
#F3EDED
(243,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #994D7F color. Also use rgb(153,77,127) instead hex code.

Text Font Color

.myTextColor { color: #994D7F; }

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

This text font color is #994D7F.


Background Color

.myBgColor { background-color: #994D7F; }

<div style="background-color:#994D7F">Inner text</div>

This div background color is #994D7F.


Border color

.myBorderColor { border: 1px solid #994D7F; }

<div style="border:3px solid #994D7F">Div</div>

This div border color is #994D7F.


Opacity

.myOpacity80 { color: #994D7F; opacity: 0.8; }

<p style="color:#994D7F;opacity:0.8;">80%</p>

Text with #994D7F 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 #994D7F;}

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

This text has shadow with #994D7F color.

.textShadow {text-shadow: 3px 3px 1px #994D7F, 3px 3px 1px red;}

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

This text has shadow with #994D7F primary color and red secondary color.


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

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

This text has shadow with #994D7F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #994D7F on black background.


Color preview on white background

This text has color #994D7F on white background.



Black color preview on #994D7F background

This text has black color on #994D7F background.


White color preview on #994D7F background

This text has white color on #994D7F background.