COLOR #50393A

HEX: #50393A
RGB: (80,57,58)

Renk bilgisi

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

RGB renk modeli

#50393A color RGB value is (80,57,58).

  • kırmız ton 80;
  • yeşil ton 57;
  • mavi ton 58.
RGB:
(80,57,58)
(31%,22%,23%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 57 of 255 = 22%
B 58 of 255 = 23%

80
57
58

R + G + B ~ 25%. #50393A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 57 + 58 = 195 (100%)
R 80 of 195 ~ 41.03%
G 57 of 195 ~ 29.23%
B 58 of 195 ~ 29.74%

%41.03
%29.23
%29.74

CMYK RENK MODELİ

#50393A rengi CMYK tonu (0,29,28,69).

  • camgöbeği tonu 0.00%
  • eflatun tonu 28.75%
  • sarı tonu 27.50%
  • ana renk tonu 68.63%
CMYK:
(0,29,28,69)
C0M29Y28K69 
(0%,29%,28%,69%)
(0.00/0.29/0.28/0.69)	

CMYK yüzdeleri

%0
%28.75
%27.5
%68.63

Codes

Color #50393A in popluar color models

50393A
RGB805758
HSL357°16.79%26.86%
HSB/HSV357°28.75%31.37%
CMYK0.00%28.75%27.50%
68.63%

Color #50393A in popluar number systems.

HEX50393A
Decimal805758
Binary1010000111001111010
Octal1207172

Shades and tints

Shades of #50393A

#50393A
(80,57,58)
#493435
(73,52,53)
#422F30
(66,47,48)
#3B2A2B
(59,42,43)
#342526
(52,37,38)
#2D2021
(45,32,33)
#261B1C
(38,27,28)
#1F1617
(31,22,23)
#181112
(24,17,18)
#110C0D
(17,12,13)
#0A0708
(10,7,8)
#000000
(0,0,0)

Tints of #50393A

#50393A
(80,57,58)
#5F4B4B
(95,75,75)
#6E5D5C
(110,93,92)
#7D6F6D
(125,111,109)
#8C817E
(140,129,126)
#9B938F
(155,147,143)
#AAA5A0
(170,165,160)
#B9B7B1
(185,183,177)
#C8C9C2
(200,201,194)
#D7DBD3
(215,219,211)
#E6EDE4
(230,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50393A color. Also use rgb(80,57,58) instead hex code.

Text Font Color

.myTextColor { color: #50393A; }

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

This text font color is #50393A.


Background Color

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

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

This div background color is #50393A.


Border color

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

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

This div border color is #50393A.


Opacity

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

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

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

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

This text has shadow with #50393A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50393A on black background.


Color preview on white background

This text has color #50393A on white background.



Black color preview on #50393A background

This text has black color on #50393A background.


White color preview on #50393A background

This text has white color on #50393A background.