COLOR #50463B

HEX: #50463B
RGB: (80,70,59)

Renk bilgisi

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

RGB renk modeli

#50463B color RGB value is (80,70,59).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 70 of 255 = 27%
B 59 of 255 = 23%

80
70
59

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 70 + 59 = 209 (100%)
R 80 of 209 ~ 38.28%
G 70 of 209 ~ 33.49%
B 59 of 209 ~ 28.23%

%38.28
%33.49
%28.23

CMYK RENK MODELİ

#50463B rengi CMYK tonu (0,13,26,69).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.50%
  • sarı tonu 26.25%
  • ana renk tonu 68.63%
CMYK:
(0,13,26,69)
C0M13Y26K69 
(0%,13%,26%,69%)
(0.00/0.13/0.26/0.69)	

CMYK yüzdeleri

%0
%12.5
%26.25
%68.63

Codes

Color #50463B in popluar color models

50463B
RGB807059
HSL31°15.11%27.25%
HSB/HSV31°26.25%31.37%
CMYK0.00%12.50%26.25%
68.63%

Color #50463B in popluar number systems.

HEX50463B
Decimal807059
Binary10100001000110111011
Octal12010673

Shades and tints

Shades of #50463B

#50463B
(80,70,59)
#494036
(73,64,54)
#423A31
(66,58,49)
#3B342C
(59,52,44)
#342E27
(52,46,39)
#2D2822
(45,40,34)
#26221D
(38,34,29)
#1F1C18
(31,28,24)
#181613
(24,22,19)
#11100E
(17,16,14)
#0A0A09
(10,10,9)
#000000
(0,0,0)

Tints of #50463B

#50463B
(80,70,59)
#5F564C
(95,86,76)
#6E665D
(110,102,93)
#7D766E
(125,118,110)
#8C867F
(140,134,127)
#9B9690
(155,150,144)
#AAA6A1
(170,166,161)
#B9B6B2
(185,182,178)
#C8C6C3
(200,198,195)
#D7D6D4
(215,214,212)
#E6E6E5
(230,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50463B; }

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

This text font color is #50463B.


Background Color

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

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

This div background color is #50463B.


Border color

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

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

This div border color is #50463B.


Opacity

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

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

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

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

This text has shadow with #50463B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50463B on black background.


Color preview on white background

This text has color #50463B on white background.



Black color preview on #50463B background

This text has black color on #50463B background.


White color preview on #50463B background

This text has white color on #50463B background.