COLOR #504929

HEX: #504929
RGB: (80,73,41)

Renk bilgisi

#504929 contains red, green and blue colors in about the same proportion. #504929 ‘ nin web güvenlik rengi #663333 (ya da #633) dir.

RGB renk modeli

#504929 color RGB value is (80,73,41).

  • kırmız ton 80;
  • yeşil ton 73;
  • mavi ton 41.
RGB:
(80,73,41)
(31%,29%,16%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 73 of 255 = 29%
B 41 of 255 = 16%

80
73
41

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 73 + 41 = 194 (100%)
R 80 of 194 ~ 41.24%
G 73 of 194 ~ 37.63%
B 41 of 194 ~ 21.13%

%41.24
%37.63
%21.13

CMYK RENK MODELİ

#504929 rengi CMYK tonu (0,9,49,69).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.75%
  • sarı tonu 48.75%
  • ana renk tonu 68.63%
CMYK:
(0,9,49,69)
C0M9Y49K69 
(0%,9%,49%,69%)
(0.00/0.09/0.49/0.69)	

CMYK yüzdeleri

%0
%8.75
%48.75
%68.63

Codes

Color #504929 in popluar color models

504929
RGB807341
HSL49°32.23%23.73%
HSB/HSV49°48.75%31.37%
CMYK0.00%8.75%48.75%
68.63%

Color #504929 in popluar number systems.

HEX504929
Decimal807341
Binary10100001001001101001
Octal12011151

Shades and tints

Shades of #504929

#504929
(80,73,41)
#494326
(73,67,38)
#423D23
(66,61,35)
#3B3720
(59,55,32)
#34311D
(52,49,29)
#2D2B1A
(45,43,26)
#262517
(38,37,23)
#1F1F14
(31,31,20)
#181911
(24,25,17)
#11130E
(17,19,14)
#0A0D0B
(10,13,11)
#000000
(0,0,0)

Tints of #504929

#504929
(80,73,41)
#5F593C
(95,89,60)
#6E694F
(110,105,79)
#7D7962
(125,121,98)
#8C8975
(140,137,117)
#9B9988
(155,153,136)
#AAA99B
(170,169,155)
#B9B9AE
(185,185,174)
#C8C9C1
(200,201,193)
#D7D9D4
(215,217,212)
#E6E9E7
(230,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504929 color. Also use rgb(80,73,41) instead hex code.

Text Font Color

.myTextColor { color: #504929; }

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

This text font color is #504929.


Background Color

.myBgColor { background-color: #504929; }

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

This div background color is #504929.


Border color

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

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

This div border color is #504929.


Opacity

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

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

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

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

This text has shadow with #504929 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504929 on black background.


Color preview on white background

This text has color #504929 on white background.



Black color preview on #504929 background

This text has black color on #504929 background.


White color preview on #504929 background

This text has white color on #504929 background.