COLOR #50174D

HEX: #50174D
RGB: (80,23,77)

Renk bilgisi

#50174D contains red, green and blue colors in about the same proportion. #50174D ‘ nin web güvenlik rengi #660033 (ya da #603) dir.

RGB renk modeli

#50174D color RGB value is (80,23,77).

  • kırmız ton 80;
  • yeşil ton 23;
  • mavi ton 77.
RGB:
(80,23,77)
(31%,9%,30%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 23 of 255 = 9%
B 77 of 255 = 30%

80
23
77

R + G + B ~ 23%. #50174D is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 23 + 77 = 180 (100%)
R 80 of 180 ~ 44.44%
G 23 of 180 ~ 12.78%
B 77 of 180 ~ 42.78%

%44.44
%12.78
%42.78

CMYK RENK MODELİ

#50174D rengi CMYK tonu (0,71,4,69).

  • camgöbeği tonu 0.00%
  • eflatun tonu 71.25%
  • sarı tonu 3.75%
  • ana renk tonu 68.63%
CMYK:
(0,71,4,69)
C0M71Y4K69 
(0%,71%,4%,69%)
(0.00/0.71/0.04/0.69)	

CMYK yüzdeleri

%0
%71.25
%3.75
%68.63

Codes

Color #50174D in popluar color models

50174D
RGB802377
HSL303°55.34%20.20%
HSB/HSV303°71.25%31.37%
CMYK0.00%71.25%3.75%
68.63%

Color #50174D in popluar number systems.

HEX50174D
Decimal802377
Binary1010000101111001101
Octal12027115

Shades and tints

Shades of #50174D

#50174D
(80,23,77)
#491546
(73,21,70)
#42133F
(66,19,63)
#3B1138
(59,17,56)
#340F31
(52,15,49)
#2D0D2A
(45,13,42)
#260B23
(38,11,35)
#1F091C
(31,9,28)
#180715
(24,7,21)
#11050E
(17,5,14)
#0A0307
(10,3,7)
#000000
(0,0,0)

Tints of #50174D

#50174D
(80,23,77)
#5F2C5D
(95,44,93)
#6E416D
(110,65,109)
#7D567D
(125,86,125)
#8C6B8D
(140,107,141)
#9B809D
(155,128,157)
#AA95AD
(170,149,173)
#B9AABD
(185,170,189)
#C8BFCD
(200,191,205)
#D7D4DD
(215,212,221)
#E6E9ED
(230,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50174D color. Also use rgb(80,23,77) instead hex code.

Text Font Color

.myTextColor { color: #50174D; }

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

This text font color is #50174D.


Background Color

.myBgColor { background-color: #50174D; }

<div style="background-color:#50174D">Inner text</div>

This div background color is #50174D.


Border color

.myBorderColor { border: 1px solid #50174D; }

<div style="border:3px solid #50174D">Div</div>

This div border color is #50174D.


Opacity

.myOpacity80 { color: #50174D; opacity: 0.8; }

<p style="color:#50174D;opacity:0.8;">80%</p>

Text with #50174D 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 #50174D;}

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

This text has shadow with #50174D color.

.textShadow {text-shadow: 3px 3px 1px #50174D, 3px 3px 1px red;}

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

This text has shadow with #50174D primary color and red secondary color.


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

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

This text has shadow with #50174D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50174D on black background.


Color preview on white background

This text has color #50174D on white background.



Black color preview on #50174D background

This text has black color on #50174D background.


White color preview on #50174D background

This text has white color on #50174D background.