COLOR #504F20

HEX: #504F20
RGB: (80,79,32)

Renk bilgisi

#504F20 contains red, green and blue colors in about the same proportion. #504F20 ‘ nin web güvenlik rengi #666633 (ya da #663) dir.

RGB renk modeli

#504F20 color RGB value is (80,79,32).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 79 of 255 = 31%
B 32 of 255 = 13%

80
79
32

R + G + B ~ 25%. #504F20 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 79 + 32 = 191 (100%)
R 80 of 191 ~ 41.88%
G 79 of 191 ~ 41.36%
B 32 of 191 ~ 16.75%

%41.88
%41.36
%16.75

CMYK RENK MODELİ

#504F20 rengi CMYK tonu (0,1,60,69).

  • camgöbeği tonu 0.00%
  • eflatun tonu 1.25%
  • sarı tonu 60.00%
  • ana renk tonu 68.63%
CMYK:
(0,1,60,69)
C0M1Y60K69 
(0%,1%,60%,69%)
(0.00/0.01/0.60/0.69)	

CMYK yüzdeleri

%0
%1.25
%60
%68.63

Codes

Color #504F20 in popluar color models

504F20
RGB807932
HSL59°42.86%21.96%
HSB/HSV59°60.00%31.37%
CMYK0.00%1.25%60.00%
68.63%

Color #504F20 in popluar number systems.

HEX504F20
Decimal807932
Binary10100001001111100000
Octal12011740

Shades and tints

Shades of #504F20

#504F20
(80,79,32)
#49481E
(73,72,30)
#42411C
(66,65,28)
#3B3A1A
(59,58,26)
#343318
(52,51,24)
#2D2C16
(45,44,22)
#262514
(38,37,20)
#1F1E12
(31,30,18)
#181710
(24,23,16)
#11100E
(17,16,14)
#0A090C
(10,9,12)
#000000
(0,0,0)

Tints of #504F20

#504F20
(80,79,32)
#5F5F34
(95,95,52)
#6E6F48
(110,111,72)
#7D7F5C
(125,127,92)
#8C8F70
(140,143,112)
#9B9F84
(155,159,132)
#AAAF98
(170,175,152)
#B9BFAC
(185,191,172)
#C8CFC0
(200,207,192)
#D7DFD4
(215,223,212)
#E6EFE8
(230,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504F20 color. Also use rgb(80,79,32) instead hex code.

Text Font Color

.myTextColor { color: #504F20; }

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

This text font color is #504F20.


Background Color

.myBgColor { background-color: #504F20; }

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

This div background color is #504F20.


Border color

.myBorderColor { border: 1px solid #504F20; }

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

This div border color is #504F20.


Opacity

.myOpacity80 { color: #504F20; opacity: 0.8; }

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

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

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

This text has shadow with #504F20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504F20 on black background.


Color preview on white background

This text has color #504F20 on white background.



Black color preview on #504F20 background

This text has black color on #504F20 background.


White color preview on #504F20 background

This text has white color on #504F20 background.