COLOR #50492F

HEX: #50492F
RGB: (80,73,47)

Renk bilgisi

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

RGB renk modeli

#50492F color RGB value is (80,73,47).

  • kırmız ton 80;
  • yeşil ton 73;
  • mavi ton 47.
RGB:
(80,73,47)
(31%,29%,18%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 73 of 255 = 29%
B 47 of 255 = 18%

80
73
47

R + G + B ~ 26%. #50492F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 73 + 47 = 200 (100%)
R 80 of 200 ~ 40%
G 73 of 200 ~ 36.5%
B 47 of 200 ~ 23.5%

%40
%36.5
%23.5

CMYK RENK MODELİ

#50492F rengi CMYK tonu (0,9,41,69).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.75%
  • sarı tonu 41.25%
  • ana renk tonu 68.63%
CMYK:
(0,9,41,69)
C0M9Y41K69 
(0%,9%,41%,69%)
(0.00/0.09/0.41/0.69)	

CMYK yüzdeleri

%0
%8.75
%41.25
%68.63

Codes

Color #50492F in popluar color models

50492F
RGB807347
HSL47°25.98%24.90%
HSB/HSV47°41.25%31.37%
CMYK0.00%8.75%41.25%
68.63%

Color #50492F in popluar number systems.

HEX50492F
Decimal807347
Binary10100001001001101111
Octal12011157

Shades and tints

Shades of #50492F

#50492F
(80,73,47)
#49432B
(73,67,43)
#423D27
(66,61,39)
#3B3723
(59,55,35)
#34311F
(52,49,31)
#2D2B1B
(45,43,27)
#262517
(38,37,23)
#1F1F13
(31,31,19)
#18190F
(24,25,15)
#11130B
(17,19,11)
#0A0D07
(10,13,7)
#000000
(0,0,0)

Tints of #50492F

#50492F
(80,73,47)
#5F5941
(95,89,65)
#6E6953
(110,105,83)
#7D7965
(125,121,101)
#8C8977
(140,137,119)
#9B9989
(155,153,137)
#AAA99B
(170,169,155)
#B9B9AD
(185,185,173)
#C8C9BF
(200,201,191)
#D7D9D1
(215,217,209)
#E6E9E3
(230,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50492F color. Also use rgb(80,73,47) instead hex code.

Text Font Color

.myTextColor { color: #50492F; }

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

This text font color is #50492F.


Background Color

.myBgColor { background-color: #50492F; }

<div style="background-color:#50492F">Inner text</div>

This div background color is #50492F.


Border color

.myBorderColor { border: 1px solid #50492F; }

<div style="border:3px solid #50492F">Div</div>

This div border color is #50492F.


Opacity

.myOpacity80 { color: #50492F; opacity: 0.8; }

<p style="color:#50492F;opacity:0.8;">80%</p>

Text with #50492F 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 #50492F;}

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

This text has shadow with #50492F color.

.textShadow {text-shadow: 3px 3px 1px #50492F, 3px 3px 1px red;}

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

This text has shadow with #50492F primary color and red secondary color.


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

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

This text has shadow with #50492F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50492F on black background.


Color preview on white background

This text has color #50492F on white background.



Black color preview on #50492F background

This text has black color on #50492F background.


White color preview on #50492F background

This text has white color on #50492F background.