COLOR #504600

HEX: #504600
RGB: (80,70,0)

Renk bilgisi

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

RGB renk modeli

#504600 color RGB value is (80,70,0).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 70 of 255 = 27%
B 0 of 255 = 0%

80
70
0

R + G + B ~ 19%. #504600 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 70 + 0 = 150 (100%)
R 80 of 150 ~ 53.33%
G 70 of 150 ~ 46.67%
B 0 of 150 ~ 0%

%53.33
%46.67

CMYK RENK MODELİ

#504600 rengi CMYK tonu (0,13,100,69).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.50%
  • sarı tonu 100.00%
  • ana renk tonu 68.63%
CMYK:
(0,13,100,69)
C0M13Y100K69 
(0%,13%,100%,69%)
(0.00/0.13/1.00/0.69)	

CMYK yüzdeleri

%0
%12.5
%100
%68.63

Codes

Color #504600 in popluar color models

504600
RGB80700
HSL53°100.00%15.69%
HSB/HSV53°100.00%31.37%
CMYK0.00%12.50%100.00%
68.63%

Color #504600 in popluar number systems.

HEX504600
Decimal80700
Binary101000010001100
Octal1201060

Shades and tints

Shades of #504600

#504600
(80,70,0)
#494000
(73,64,0)
#423A00
(66,58,0)
#3B3400
(59,52,0)
#342E00
(52,46,0)
#2D2800
(45,40,0)
#262200
(38,34,0)
#1F1C00
(31,28,0)
#181600
(24,22,0)
#111000
(17,16,0)
#0A0A00
(10,10,0)
#000000
(0,0,0)

Tints of #504600

#504600
(80,70,0)
#5F5617
(95,86,23)
#6E662E
(110,102,46)
#7D7645
(125,118,69)
#8C865C
(140,134,92)
#9B9673
(155,150,115)
#AAA68A
(170,166,138)
#B9B6A1
(185,182,161)
#C8C6B8
(200,198,184)
#D7D6CF
(215,214,207)
#E6E6E6
(230,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504600; }

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

This text font color is #504600.


Background Color

.myBgColor { background-color: #504600; }

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

This div background color is #504600.


Border color

.myBorderColor { border: 1px solid #504600; }

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

This div border color is #504600.


Opacity

.myOpacity80 { color: #504600; opacity: 0.8; }

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

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

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

This text has shadow with #504600 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504600 on black background.


Color preview on white background

This text has color #504600 on white background.



Black color preview on #504600 background

This text has black color on #504600 background.


White color preview on #504600 background

This text has white color on #504600 background.