COLOR #50801D

HEX: #50801D
RGB: (80,128,29)

Renk bilgisi

#50801D contains mainly red and green colors. #50801D ‘ nin web güvenlik rengi #666633 (ya da #663) dir.

RGB renk modeli

#50801D color RGB value is (80,128,29).

  • kırmız ton 80;
  • yeşil ton 128;
  • mavi ton 29.
RGB:
(80,128,29)
(31%,50%,11%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 128 of 255 = 50%
B 29 of 255 = 11%

80
128
29

R + G + B ~ 31%. #50801D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 128 + 29 = 237 (100%)
R 80 of 237 ~ 33.76%
G 128 of 237 ~ 54.01%
B 29 of 237 ~ 12.24%

%33.76
%54.01
%12.24

CMYK RENK MODELİ

#50801D rengi CMYK tonu (38,0,77,50).

  • camgöbeği tonu 37.50%
  • eflatun tonu 0.00%
  • sarı tonu 77.34%
  • ana renk tonu 49.80%
CMYK:
(38,0,77,50)
C38M0Y77K50 
(38%,0%,77%,50%)
(0.38/0.00/0.77/0.50)	

CMYK yüzdeleri

%37.5
%0
%77.34
%49.8

Codes

Color #50801D in popluar color models

50801D
RGB8012829
HSL89°63.06%30.78%
HSB/HSV89°77.34%50.20%
CMYK37.50%0.00%77.34%
49.80%

Color #50801D in popluar number systems.

HEX50801D
Decimal8012829
Binary10100001000000011101
Octal12020035

Shades and tints

Shades of #50801D

#50801D
(80,128,29)
#49751B
(73,117,27)
#426A19
(66,106,25)
#3B5F17
(59,95,23)
#345415
(52,84,21)
#2D4913
(45,73,19)
#263E11
(38,62,17)
#1F330F
(31,51,15)
#18280D
(24,40,13)
#111D0B
(17,29,11)
#0A1209
(10,18,9)
#000000
(0,0,0)

Tints of #50801D

#50801D
(80,128,29)
#5F8B31
(95,139,49)
#6E9645
(110,150,69)
#7DA159
(125,161,89)
#8CAC6D
(140,172,109)
#9BB781
(155,183,129)
#AAC295
(170,194,149)
#B9CDA9
(185,205,169)
#C8D8BD
(200,216,189)
#D7E3D1
(215,227,209)
#E6EEE5
(230,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50801D color. Also use rgb(80,128,29) instead hex code.

Text Font Color

.myTextColor { color: #50801D; }

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

This text font color is #50801D.


Background Color

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

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

This div background color is #50801D.


Border color

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

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

This div border color is #50801D.


Opacity

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

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

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

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

This text has shadow with #50801D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50801D on black background.


Color preview on white background

This text has color #50801D on white background.



Black color preview on #50801D background

This text has black color on #50801D background.


White color preview on #50801D background

This text has white color on #50801D background.