COLOR #50447A

HEX: #50447A
RGB: (80,68,122)

Renk bilgisi

#50447A contains red, green and blue colors in about the same proportion. #50447A ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#50447A color RGB value is (80,68,122).

  • kırmız ton 80;
  • yeşil ton 68;
  • mavi ton 122.
RGB:
(80,68,122)
(31%,27%,48%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 68 of 255 = 27%
B 122 of 255 = 48%

80
68
122

R + G + B ~ 35%. #50447A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 68 + 122 = 270 (100%)
R 80 of 270 ~ 29.63%
G 68 of 270 ~ 25.19%
B 122 of 270 ~ 45.19%

%29.63
%25.19
%45.19

CMYK RENK MODELİ

#50447A rengi CMYK tonu (34,44,0,52).

  • camgöbeği tonu 34.43%
  • eflatun tonu 44.26%
  • sarı tonu 0.00%
  • ana renk tonu 52.16%
CMYK:
(34,44,0,52)
C34M44Y0K52 
(34%,44%,0%,52%)
(0.34/0.44/0.00/0.52)	

CMYK yüzdeleri

%34.43
%44.26
%0
%52.16

Codes

Color #50447A in popluar color models

50447A
RGB8068122
HSL253°28.42%37.25%
HSB/HSV253°44.26%47.84%
CMYK34.43%44.26%0.00%
52.16%

Color #50447A in popluar number systems.

HEX50447A
Decimal8068122
Binary101000010001001111010
Octal120104172

Shades and tints

Shades of #50447A

#50447A
(80,68,122)
#493E6F
(73,62,111)
#423864
(66,56,100)
#3B3259
(59,50,89)
#342C4E
(52,44,78)
#2D2643
(45,38,67)
#262038
(38,32,56)
#1F1A2D
(31,26,45)
#181422
(24,20,34)
#110E17
(17,14,23)
#0A080C
(10,8,12)
#000000
(0,0,0)

Tints of #50447A

#50447A
(80,68,122)
#5F5586
(95,85,134)
#6E6692
(110,102,146)
#7D779E
(125,119,158)
#8C88AA
(140,136,170)
#9B99B6
(155,153,182)
#AAAAC2
(170,170,194)
#B9BBCE
(185,187,206)
#C8CCDA
(200,204,218)
#D7DDE6
(215,221,230)
#E6EEF2
(230,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50447A color. Also use rgb(80,68,122) instead hex code.

Text Font Color

.myTextColor { color: #50447A; }

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

This text font color is #50447A.


Background Color

.myBgColor { background-color: #50447A; }

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

This div background color is #50447A.


Border color

.myBorderColor { border: 1px solid #50447A; }

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

This div border color is #50447A.


Opacity

.myOpacity80 { color: #50447A; opacity: 0.8; }

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

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

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

This text has shadow with #50447A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50447A on black background.


Color preview on white background

This text has color #50447A on white background.



Black color preview on #50447A background

This text has black color on #50447A background.


White color preview on #50447A background

This text has white color on #50447A background.