COLOR #50364A

HEX: #50364A
RGB: (80,54,74)

Renk bilgisi

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

RGB renk modeli

#50364A color RGB value is (80,54,74).

  • kırmız ton 80;
  • yeşil ton 54;
  • mavi ton 74.
RGB:
(80,54,74)
(31%,21%,29%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 54 of 255 = 21%
B 74 of 255 = 29%

80
54
74

R + G + B ~ 27%. #50364A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 54 + 74 = 208 (100%)
R 80 of 208 ~ 38.46%
G 54 of 208 ~ 25.96%
B 74 of 208 ~ 35.58%

%38.46
%25.96
%35.58

CMYK RENK MODELİ

#50364A rengi CMYK tonu (0,33,7,69).

  • camgöbeği tonu 0.00%
  • eflatun tonu 32.50%
  • sarı tonu 7.50%
  • ana renk tonu 68.63%
CMYK:
(0,33,7,69)
C0M33Y7K69 
(0%,33%,7%,69%)
(0.00/0.33/0.07/0.69)	

CMYK yüzdeleri

%0
%32.5
%7.5
%68.63

Codes

Color #50364A in popluar color models

50364A
RGB805474
HSL314°19.40%26.27%
HSB/HSV314°32.50%31.37%
CMYK0.00%32.50%7.50%
68.63%

Color #50364A in popluar number systems.

HEX50364A
Decimal805474
Binary10100001101101001010
Octal12066112

Shades and tints

Shades of #50364A

#50364A
(80,54,74)
#493244
(73,50,68)
#422E3E
(66,46,62)
#3B2A38
(59,42,56)
#342632
(52,38,50)
#2D222C
(45,34,44)
#261E26
(38,30,38)
#1F1A20
(31,26,32)
#18161A
(24,22,26)
#111214
(17,18,20)
#0A0E0E
(10,14,14)
#000000
(0,0,0)

Tints of #50364A

#50364A
(80,54,74)
#5F485A
(95,72,90)
#6E5A6A
(110,90,106)
#7D6C7A
(125,108,122)
#8C7E8A
(140,126,138)
#9B909A
(155,144,154)
#AAA2AA
(170,162,170)
#B9B4BA
(185,180,186)
#C8C6CA
(200,198,202)
#D7D8DA
(215,216,218)
#E6EAEA
(230,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50364A color. Also use rgb(80,54,74) instead hex code.

Text Font Color

.myTextColor { color: #50364A; }

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

This text font color is #50364A.


Background Color

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

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

This div background color is #50364A.


Border color

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

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

This div border color is #50364A.


Opacity

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

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

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

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

This text has shadow with #50364A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50364A on black background.


Color preview on white background

This text has color #50364A on white background.



Black color preview on #50364A background

This text has black color on #50364A background.


White color preview on #50364A background

This text has white color on #50364A background.