COLOR #50593B

HEX: #50593B
RGB: (80,89,59)

Renk bilgisi

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

RGB renk modeli

#50593B color RGB value is (80,89,59).

  • kırmız ton 80;
  • yeşil ton 89;
  • mavi ton 59.
RGB:
(80,89,59)
(31%,35%,23%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 89 of 255 = 35%
B 59 of 255 = 23%

80
89
59

R + G + B ~ 30%. #50593B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 89 + 59 = 228 (100%)
R 80 of 228 ~ 35.09%
G 89 of 228 ~ 39.04%
B 59 of 228 ~ 25.88%

%35.09
%39.04
%25.88

CMYK RENK MODELİ

#50593B rengi CMYK tonu (10,0,34,65).

  • camgöbeği tonu 10.11%
  • eflatun tonu 0.00%
  • sarı tonu 33.71%
  • ana renk tonu 65.10%
CMYK:
(10,0,34,65)
C10M0Y34K65 
(10%,0%,34%,65%)
(0.10/0.00/0.34/0.65)	

CMYK yüzdeleri

%10.11
%0
%33.71
%65.1

Codes

Color #50593B in popluar color models

50593B
RGB808959
HSL78°20.27%29.02%
HSB/HSV78°33.71%34.90%
CMYK10.11%0.00%33.71%
65.10%

Color #50593B in popluar number systems.

HEX50593B
Decimal808959
Binary10100001011001111011
Octal12013173

Shades and tints

Shades of #50593B

#50593B
(80,89,59)
#495136
(73,81,54)
#424931
(66,73,49)
#3B412C
(59,65,44)
#343927
(52,57,39)
#2D3122
(45,49,34)
#26291D
(38,41,29)
#1F2118
(31,33,24)
#181913
(24,25,19)
#11110E
(17,17,14)
#0A0909
(10,9,9)
#000000
(0,0,0)

Tints of #50593B

#50593B
(80,89,59)
#5F684C
(95,104,76)
#6E775D
(110,119,93)
#7D866E
(125,134,110)
#8C957F
(140,149,127)
#9BA490
(155,164,144)
#AAB3A1
(170,179,161)
#B9C2B2
(185,194,178)
#C8D1C3
(200,209,195)
#D7E0D4
(215,224,212)
#E6EFE5
(230,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50593B color. Also use rgb(80,89,59) instead hex code.

Text Font Color

.myTextColor { color: #50593B; }

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

This text font color is #50593B.


Background Color

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

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

This div background color is #50593B.


Border color

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

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

This div border color is #50593B.


Opacity

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

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

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

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

This text has shadow with #50593B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50593B on black background.


Color preview on white background

This text has color #50593B on white background.



Black color preview on #50593B background

This text has black color on #50593B background.


White color preview on #50593B background

This text has white color on #50593B background.