COLOR #50563B

HEX: #50563B
RGB: (80,86,59)

Renk bilgisi

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

RGB renk modeli

#50563B color RGB value is (80,86,59).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 86 of 255 = 34%
B 59 of 255 = 23%

80
86
59

R + G + B ~ 29%. #50563B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 86 + 59 = 225 (100%)
R 80 of 225 ~ 35.56%
G 86 of 225 ~ 38.22%
B 59 of 225 ~ 26.22%

%35.56
%38.22
%26.22

CMYK RENK MODELİ

#50563B rengi CMYK tonu (7,0,31,66).

  • camgöbeği tonu 6.98%
  • eflatun tonu 0.00%
  • sarı tonu 31.40%
  • ana renk tonu 66.27%
CMYK:
(7,0,31,66)
C7M0Y31K66 
(7%,0%,31%,66%)
(0.07/0.00/0.31/0.66)	

CMYK yüzdeleri

%6.98
%0
%31.4
%66.27

Codes

Color #50563B in popluar color models

50563B
RGB808659
HSL73°18.62%28.43%
HSB/HSV73°31.40%33.73%
CMYK6.98%0.00%31.40%
66.27%

Color #50563B in popluar number systems.

HEX50563B
Decimal808659
Binary10100001010110111011
Octal12012673

Shades and tints

Shades of #50563B

#50563B
(80,86,59)
#494F36
(73,79,54)
#424831
(66,72,49)
#3B412C
(59,65,44)
#343A27
(52,58,39)
#2D3322
(45,51,34)
#262C1D
(38,44,29)
#1F2518
(31,37,24)
#181E13
(24,30,19)
#11170E
(17,23,14)
#0A1009
(10,16,9)
#000000
(0,0,0)

Tints of #50563B

#50563B
(80,86,59)
#5F654C
(95,101,76)
#6E745D
(110,116,93)
#7D836E
(125,131,110)
#8C927F
(140,146,127)
#9BA190
(155,161,144)
#AAB0A1
(170,176,161)
#B9BFB2
(185,191,178)
#C8CEC3
(200,206,195)
#D7DDD4
(215,221,212)
#E6ECE5
(230,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50563B; }

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

This text font color is #50563B.


Background Color

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

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

This div background color is #50563B.


Border color

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

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

This div border color is #50563B.


Opacity

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

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

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

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

This text has shadow with #50563B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50563B on black background.


Color preview on white background

This text has color #50563B on white background.



Black color preview on #50563B background

This text has black color on #50563B background.


White color preview on #50563B background

This text has white color on #50563B background.