COLOR #500061

HEX: #500061
RGB: (80,0,97)

Renk bilgisi

#500061 contains only red and blue colors. #500061 ‘ nin web güvenlik rengi #660066 (ya da #606) dir.

RGB renk modeli

#500061 color RGB value is (80,0,97).

  • kırmız ton 80;
  • yeşil ton 0;
  • mavi ton 97.
RGB:
(80,0,97)
(31%,0%,38%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 0 of 255 = 0%
B 97 of 255 = 38%

80
0
97

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 0 + 97 = 177 (100%)
R 80 of 177 ~ 45.2%
G 0 of 177 ~ 0%
B 97 of 177 ~ 54.8%

%45.2
%54.8

CMYK RENK MODELİ

#500061 rengi CMYK tonu (18,100,0,62).

  • camgöbeği tonu 17.53%
  • eflatun tonu 100.00%
  • sarı tonu 0.00%
  • ana renk tonu 61.96%
CMYK:
(18,100,0,62)
C18M100Y0K62 
(18%,100%,0%,62%)
(0.18/1.00/0.00/0.62)	

CMYK yüzdeleri

%17.53
%100
%0
%61.96

Codes

Color #500061 in popluar color models

500061
RGB80097
HSL289°100.00%19.02%
HSB/HSV289°100.00%38.04%
CMYK17.53%100.00%0.00%
61.96%

Color #500061 in popluar number systems.

HEX500061
Decimal80097
Binary101000001100001
Octal1200141

Shades and tints

Shades of #500061

#500061
(80,0,97)
#490059
(73,0,89)
#420051
(66,0,81)
#3B0049
(59,0,73)
#340041
(52,0,65)
#2D0039
(45,0,57)
#260031
(38,0,49)
#1F0029
(31,0,41)
#180021
(24,0,33)
#110019
(17,0,25)
#0A0011
(10,0,17)
#000000
(0,0,0)

Tints of #500061

#500061
(80,0,97)
#5F176F
(95,23,111)
#6E2E7D
(110,46,125)
#7D458B
(125,69,139)
#8C5C99
(140,92,153)
#9B73A7
(155,115,167)
#AA8AB5
(170,138,181)
#B9A1C3
(185,161,195)
#C8B8D1
(200,184,209)
#D7CFDF
(215,207,223)
#E6E6ED
(230,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #500061 color. Also use rgb(80,0,97) instead hex code.

Text Font Color

.myTextColor { color: #500061; }

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

This text font color is #500061.


Background Color

.myBgColor { background-color: #500061; }

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

This div background color is #500061.


Border color

.myBorderColor { border: 1px solid #500061; }

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

This div border color is #500061.


Opacity

.myOpacity80 { color: #500061; opacity: 0.8; }

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

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

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

This text has shadow with #500061 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #500061 on black background.


Color preview on white background

This text has color #500061 on white background.



Black color preview on #500061 background

This text has black color on #500061 background.


White color preview on #500061 background

This text has white color on #500061 background.