COLOR #50374B

HEX: #50374B
RGB: (80,55,75)

Renk bilgisi

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

RGB renk modeli

#50374B color RGB value is (80,55,75).

  • kırmız ton 80;
  • yeşil ton 55;
  • mavi ton 75.
RGB:
(80,55,75)
(31%,22%,29%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 55 of 255 = 22%
B 75 of 255 = 29%

80
55
75

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 55 + 75 = 210 (100%)
R 80 of 210 ~ 38.1%
G 55 of 210 ~ 26.19%
B 75 of 210 ~ 35.71%

%38.1
%26.19
%35.71

CMYK RENK MODELİ

#50374B rengi CMYK tonu (0,31,6,69).

  • camgöbeği tonu 0.00%
  • eflatun tonu 31.25%
  • sarı tonu 6.25%
  • ana renk tonu 68.63%
CMYK:
(0,31,6,69)
C0M31Y6K69 
(0%,31%,6%,69%)
(0.00/0.31/0.06/0.69)	

CMYK yüzdeleri

%0
%31.25
%6.25
%68.63

Codes

Color #50374B in popluar color models

50374B
RGB805575
HSL312°18.52%26.47%
HSB/HSV312°31.25%31.37%
CMYK0.00%31.25%6.25%
68.63%

Color #50374B in popluar number systems.

HEX50374B
Decimal805575
Binary10100001101111001011
Octal12067113

Shades and tints

Shades of #50374B

#50374B
(80,55,75)
#493245
(73,50,69)
#422D3F
(66,45,63)
#3B2839
(59,40,57)
#342333
(52,35,51)
#2D1E2D
(45,30,45)
#261927
(38,25,39)
#1F1421
(31,20,33)
#180F1B
(24,15,27)
#110A15
(17,10,21)
#0A050F
(10,5,15)
#000000
(0,0,0)

Tints of #50374B

#50374B
(80,55,75)
#5F495B
(95,73,91)
#6E5B6B
(110,91,107)
#7D6D7B
(125,109,123)
#8C7F8B
(140,127,139)
#9B919B
(155,145,155)
#AAA3AB
(170,163,171)
#B9B5BB
(185,181,187)
#C8C7CB
(200,199,203)
#D7D9DB
(215,217,219)
#E6EBEB
(230,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50374B color. Also use rgb(80,55,75) instead hex code.

Text Font Color

.myTextColor { color: #50374B; }

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

This text font color is #50374B.


Background Color

.myBgColor { background-color: #50374B; }

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

This div background color is #50374B.


Border color

.myBorderColor { border: 1px solid #50374B; }

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

This div border color is #50374B.


Opacity

.myOpacity80 { color: #50374B; opacity: 0.8; }

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

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

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

This text has shadow with #50374B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50374B on black background.


Color preview on white background

This text has color #50374B on white background.



Black color preview on #50374B background

This text has black color on #50374B background.


White color preview on #50374B background

This text has white color on #50374B background.