COLOR #505131

HEX: #505131
RGB: (80,81,49)

Renk bilgisi

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

RGB renk modeli

#505131 color RGB value is (80,81,49).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 81 of 255 = 32%
B 49 of 255 = 19%

80
81
49

R + G + B ~ 27%. #505131 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 81 + 49 = 210 (100%)
R 80 of 210 ~ 38.1%
G 81 of 210 ~ 38.57%
B 49 of 210 ~ 23.33%

%38.1
%38.57
%23.33

CMYK RENK MODELİ

#505131 rengi CMYK tonu (1,0,40,68).

  • camgöbeği tonu 1.23%
  • eflatun tonu 0.00%
  • sarı tonu 39.51%
  • ana renk tonu 68.24%
CMYK:
(1,0,40,68)
C1M0Y40K68 
(1%,0%,40%,68%)
(0.01/0.00/0.40/0.68)	

CMYK yüzdeleri

%1.23
%0
%39.51
%68.24

Codes

Color #505131 in popluar color models

505131
RGB808149
HSL62°24.62%25.49%
HSB/HSV62°39.51%31.76%
CMYK1.23%0.00%39.51%
68.24%

Color #505131 in popluar number systems.

HEX505131
Decimal808149
Binary10100001010001110001
Octal12012161

Shades and tints

Shades of #505131

#505131
(80,81,49)
#494A2D
(73,74,45)
#424329
(66,67,41)
#3B3C25
(59,60,37)
#343521
(52,53,33)
#2D2E1D
(45,46,29)
#262719
(38,39,25)
#1F2015
(31,32,21)
#181911
(24,25,17)
#11120D
(17,18,13)
#0A0B09
(10,11,9)
#000000
(0,0,0)

Tints of #505131

#505131
(80,81,49)
#5F6043
(95,96,67)
#6E6F55
(110,111,85)
#7D7E67
(125,126,103)
#8C8D79
(140,141,121)
#9B9C8B
(155,156,139)
#AAAB9D
(170,171,157)
#B9BAAF
(185,186,175)
#C8C9C1
(200,201,193)
#D7D8D3
(215,216,211)
#E6E7E5
(230,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #505131 color. Also use rgb(80,81,49) instead hex code.

Text Font Color

.myTextColor { color: #505131; }

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

This text font color is #505131.


Background Color

.myBgColor { background-color: #505131; }

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

This div background color is #505131.


Border color

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

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

This div border color is #505131.


Opacity

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

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

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

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

This text has shadow with #505131 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505131 on black background.


Color preview on white background

This text has color #505131 on white background.



Black color preview on #505131 background

This text has black color on #505131 background.


White color preview on #505131 background

This text has white color on #505131 background.