COLOR #50530D

HEX: #50530D
RGB: (80,83,13)

Renk bilgisi

#50530D contains mainly red and green colors. #50530D ‘ nin web güvenlik rengi #666600 (ya da #660) dir.

RGB renk modeli

#50530D color RGB value is (80,83,13).

  • kırmız ton 80;
  • yeşil ton 83;
  • mavi ton 13.
RGB:
(80,83,13)
(31%,33%,5%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 83 of 255 = 33%
B 13 of 255 = 5%

80
83
13

R + G + B ~ 23%. #50530D is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 83 + 13 = 176 (100%)
R 80 of 176 ~ 45.45%
G 83 of 176 ~ 47.16%
B 13 of 176 ~ 7.39%

%45.45
%47.16

CMYK RENK MODELİ

#50530D rengi CMYK tonu (4,0,84,67).

  • camgöbeği tonu 3.61%
  • eflatun tonu 0.00%
  • sarı tonu 84.34%
  • ana renk tonu 67.45%
CMYK:
(4,0,84,67)
C4M0Y84K67 
(4%,0%,84%,67%)
(0.04/0.00/0.84/0.67)	

CMYK yüzdeleri

%3.61
%0
%84.34
%67.45

Codes

Color #50530D in popluar color models

50530D
RGB808313
HSL63°72.92%18.82%
HSB/HSV63°84.34%32.55%
CMYK3.61%0.00%84.34%
67.45%

Color #50530D in popluar number systems.

HEX50530D
Decimal808313
Binary101000010100111101
Octal12012315

Shades and tints

Shades of #50530D

#50530D
(80,83,13)
#494C0C
(73,76,12)
#42450B
(66,69,11)
#3B3E0A
(59,62,10)
#343709
(52,55,9)
#2D3008
(45,48,8)
#262907
(38,41,7)
#1F2206
(31,34,6)
#181B05
(24,27,5)
#111404
(17,20,4)
#0A0D03
(10,13,3)
#000000
(0,0,0)

Tints of #50530D

#50530D
(80,83,13)
#5F6223
(95,98,35)
#6E7139
(110,113,57)
#7D804F
(125,128,79)
#8C8F65
(140,143,101)
#9B9E7B
(155,158,123)
#AAAD91
(170,173,145)
#B9BCA7
(185,188,167)
#C8CBBD
(200,203,189)
#D7DAD3
(215,218,211)
#E6E9E9
(230,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50530D color. Also use rgb(80,83,13) instead hex code.

Text Font Color

.myTextColor { color: #50530D; }

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

This text font color is #50530D.


Background Color

.myBgColor { background-color: #50530D; }

<div style="background-color:#50530D">Inner text</div>

This div background color is #50530D.


Border color

.myBorderColor { border: 1px solid #50530D; }

<div style="border:3px solid #50530D">Div</div>

This div border color is #50530D.


Opacity

.myOpacity80 { color: #50530D; opacity: 0.8; }

<p style="color:#50530D;opacity:0.8;">80%</p>

Text with #50530D 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 #50530D;}

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

This text has shadow with #50530D color.

.textShadow {text-shadow: 3px 3px 1px #50530D, 3px 3px 1px red;}

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

This text has shadow with #50530D primary color and red secondary color.


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

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

This text has shadow with #50530D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50530D on black background.


Color preview on white background

This text has color #50530D on white background.



Black color preview on #50530D background

This text has black color on #50530D background.


White color preview on #50530D background

This text has white color on #50530D background.