COLOR #515D31

HEX: #515D31
RGB: (81,93,49)

Renk bilgisi

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

RGB renk modeli

#515D31 color RGB value is (81,93,49).

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

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 93 of 255 = 36%
B 49 of 255 = 19%

81
93
49

R + G + B ~ 29%. #515D31 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 93 + 49 = 223 (100%)
R 81 of 223 ~ 36.32%
G 93 of 223 ~ 41.7%
B 49 of 223 ~ 21.97%

%36.32
%41.7
%21.97

CMYK RENK MODELİ

#515D31 rengi CMYK tonu (13,0,47,64).

  • camgöbeği tonu 12.90%
  • eflatun tonu 0.00%
  • sarı tonu 47.31%
  • ana renk tonu 63.53%
CMYK:
(13,0,47,64)
C13M0Y47K64 
(13%,0%,47%,64%)
(0.13/0.00/0.47/0.64)	

CMYK yüzdeleri

%12.9
%0
%47.31
%63.53

Codes

Color #515D31 in popluar color models

515D31
RGB819349
HSL76°30.99%27.84%
HSB/HSV76°47.31%36.47%
CMYK12.90%0.00%47.31%
63.53%

Color #515D31 in popluar number systems.

HEX515D31
Decimal819349
Binary10100011011101110001
Octal12113561

Shades and tints

Shades of #515D31

#515D31
(81,93,49)
#4A552D
(74,85,45)
#434D29
(67,77,41)
#3C4525
(60,69,37)
#353D21
(53,61,33)
#2E351D
(46,53,29)
#272D19
(39,45,25)
#202515
(32,37,21)
#191D11
(25,29,17)
#12150D
(18,21,13)
#0B0D09
(11,13,9)
#000000
(0,0,0)

Tints of #515D31

#515D31
(81,93,49)
#606B43
(96,107,67)
#6F7955
(111,121,85)
#7E8767
(126,135,103)
#8D9579
(141,149,121)
#9CA38B
(156,163,139)
#ABB19D
(171,177,157)
#BABFAF
(186,191,175)
#C9CDC1
(201,205,193)
#D8DBD3
(216,219,211)
#E7E9E5
(231,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515D31; }

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

This text font color is #515D31.


Background Color

.myBgColor { background-color: #515D31; }

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

This div background color is #515D31.


Border color

.myBorderColor { border: 1px solid #515D31; }

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

This div border color is #515D31.


Opacity

.myOpacity80 { color: #515D31; opacity: 0.8; }

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

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

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

This text has shadow with #515D31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515D31 on black background.


Color preview on white background

This text has color #515D31 on white background.



Black color preview on #515D31 background

This text has black color on #515D31 background.


White color preview on #515D31 background

This text has white color on #515D31 background.