COLOR #515849

HEX: #515849
RGB: (81,88,73)

Renk bilgisi

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

RGB renk modeli

#515849 color RGB value is (81,88,73).

  • kırmız ton 81;
  • yeşil ton 88;
  • mavi ton 73.
RGB:
(81,88,73)
(32%,35%,29%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 88 of 255 = 35%
B 73 of 255 = 29%

81
88
73

R + G + B ~ 32%. #515849 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 88 + 73 = 242 (100%)
R 81 of 242 ~ 33.47%
G 88 of 242 ~ 36.36%
B 73 of 242 ~ 30.17%

%33.47
%36.36
%30.17

CMYK RENK MODELİ

#515849 rengi CMYK tonu (8,0,17,65).

  • camgöbeği tonu 7.95%
  • eflatun tonu 0.00%
  • sarı tonu 17.05%
  • ana renk tonu 65.49%
CMYK:
(8,0,17,65)
C8M0Y17K65 
(8%,0%,17%,65%)
(0.08/0.00/0.17/0.65)	

CMYK yüzdeleri

%7.95
%0
%17.05
%65.49

Codes

Color #515849 in popluar color models

515849
RGB818873
HSL88°9.32%31.57%
HSB/HSV88°17.05%34.51%
CMYK7.95%0.00%17.05%
65.49%

Color #515849 in popluar number systems.

HEX515849
Decimal818873
Binary101000110110001001001
Octal121130111

Shades and tints

Shades of #515849

#515849
(81,88,73)
#4A5043
(74,80,67)
#43483D
(67,72,61)
#3C4037
(60,64,55)
#353831
(53,56,49)
#2E302B
(46,48,43)
#272825
(39,40,37)
#20201F
(32,32,31)
#191819
(25,24,25)
#121013
(18,16,19)
#0B080D
(11,8,13)
#000000
(0,0,0)

Tints of #515849

#515849
(81,88,73)
#606759
(96,103,89)
#6F7669
(111,118,105)
#7E8579
(126,133,121)
#8D9489
(141,148,137)
#9CA399
(156,163,153)
#ABB2A9
(171,178,169)
#BAC1B9
(186,193,185)
#C9D0C9
(201,208,201)
#D8DFD9
(216,223,217)
#E7EEE9
(231,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #515849 color. Also use rgb(81,88,73) instead hex code.

Text Font Color

.myTextColor { color: #515849; }

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

This text font color is #515849.


Background Color

.myBgColor { background-color: #515849; }

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

This div background color is #515849.


Border color

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

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

This div border color is #515849.


Opacity

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

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

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

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

This text has shadow with #515849 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515849 on black background.


Color preview on white background

This text has color #515849 on white background.



Black color preview on #515849 background

This text has black color on #515849 background.


White color preview on #515849 background

This text has white color on #515849 background.