COLOR #50470C

HEX: #50470C
RGB: (80,71,12)

Renk bilgisi

#50470C contains mainly red and green colors. #50470C ‘ nin web güvenlik rengi #663300 (ya da #630) dir.

RGB renk modeli

#50470C color RGB value is (80,71,12).

  • kırmız ton 80;
  • yeşil ton 71;
  • mavi ton 12.
RGB:
(80,71,12)
(31%,28%,5%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 71 of 255 = 28%
B 12 of 255 = 5%

80
71
12

R + G + B ~ 21%. #50470C is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 71 + 12 = 163 (100%)
R 80 of 163 ~ 49.08%
G 71 of 163 ~ 43.56%
B 12 of 163 ~ 7.36%

%49.08
%43.56

CMYK RENK MODELİ

#50470C rengi CMYK tonu (0,11,85,69).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.25%
  • sarı tonu 85.00%
  • ana renk tonu 68.63%
CMYK:
(0,11,85,69)
C0M11Y85K69 
(0%,11%,85%,69%)
(0.00/0.11/0.85/0.69)	

CMYK yüzdeleri

%0
%11.25
%85
%68.63

Codes

Color #50470C in popluar color models

50470C
RGB807112
HSL52°73.91%18.04%
HSB/HSV52°85.00%31.37%
CMYK0.00%11.25%85.00%
68.63%

Color #50470C in popluar number systems.

HEX50470C
Decimal807112
Binary101000010001111100
Octal12010714

Shades and tints

Shades of #50470C

#50470C
(80,71,12)
#49410B
(73,65,11)
#423B0A
(66,59,10)
#3B3509
(59,53,9)
#342F08
(52,47,8)
#2D2907
(45,41,7)
#262306
(38,35,6)
#1F1D05
(31,29,5)
#181704
(24,23,4)
#111103
(17,17,3)
#0A0B02
(10,11,2)
#000000
(0,0,0)

Tints of #50470C

#50470C
(80,71,12)
#5F5722
(95,87,34)
#6E6738
(110,103,56)
#7D774E
(125,119,78)
#8C8764
(140,135,100)
#9B977A
(155,151,122)
#AAA790
(170,167,144)
#B9B7A6
(185,183,166)
#C8C7BC
(200,199,188)
#D7D7D2
(215,215,210)
#E6E7E8
(230,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50470C color. Also use rgb(80,71,12) instead hex code.

Text Font Color

.myTextColor { color: #50470C; }

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

This text font color is #50470C.


Background Color

.myBgColor { background-color: #50470C; }

<div style="background-color:#50470C">Inner text</div>

This div background color is #50470C.


Border color

.myBorderColor { border: 1px solid #50470C; }

<div style="border:3px solid #50470C">Div</div>

This div border color is #50470C.


Opacity

.myOpacity80 { color: #50470C; opacity: 0.8; }

<p style="color:#50470C;opacity:0.8;">80%</p>

Text with #50470C 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 #50470C;}

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

This text has shadow with #50470C color.

.textShadow {text-shadow: 3px 3px 1px #50470C, 3px 3px 1px red;}

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

This text has shadow with #50470C primary color and red secondary color.


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

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

This text has shadow with #50470C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50470C on black background.


Color preview on white background

This text has color #50470C on white background.



Black color preview on #50470C background

This text has black color on #50470C background.


White color preview on #50470C background

This text has white color on #50470C background.