COLOR #513D4B

HEX: #513D4B
RGB: (81,61,75)

Renk bilgisi

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

RGB renk modeli

#513D4B color RGB value is (81,61,75).

  • kırmız ton 81;
  • yeşil ton 61;
  • mavi ton 75.
RGB:
(81,61,75)
(32%,24%,29%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 61 of 255 = 24%
B 75 of 255 = 29%

81
61
75

R + G + B ~ 28%. #513D4B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 61 + 75 = 217 (100%)
R 81 of 217 ~ 37.33%
G 61 of 217 ~ 28.11%
B 75 of 217 ~ 34.56%

%37.33
%28.11
%34.56

CMYK RENK MODELİ

#513D4B rengi CMYK tonu (0,25,7,68).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.69%
  • sarı tonu 7.41%
  • ana renk tonu 68.24%
CMYK:
(0,25,7,68)
C0M25Y7K68 
(0%,25%,7%,68%)
(0.00/0.25/0.07/0.68)	

CMYK yüzdeleri

%0
%24.69
%7.41
%68.24

Codes

Color #513D4B in popluar color models

513D4B
RGB816175
HSL318°14.08%27.84%
HSB/HSV318°24.69%31.76%
CMYK0.00%24.69%7.41%
68.24%

Color #513D4B in popluar number systems.

HEX513D4B
Decimal816175
Binary10100011111011001011
Octal12175113

Shades and tints

Shades of #513D4B

#513D4B
(81,61,75)
#4A3845
(74,56,69)
#43333F
(67,51,63)
#3C2E39
(60,46,57)
#352933
(53,41,51)
#2E242D
(46,36,45)
#271F27
(39,31,39)
#201A21
(32,26,33)
#19151B
(25,21,27)
#121015
(18,16,21)
#0B0B0F
(11,11,15)
#000000
(0,0,0)

Tints of #513D4B

#513D4B
(81,61,75)
#604E5B
(96,78,91)
#6F5F6B
(111,95,107)
#7E707B
(126,112,123)
#8D818B
(141,129,139)
#9C929B
(156,146,155)
#ABA3AB
(171,163,171)
#BAB4BB
(186,180,187)
#C9C5CB
(201,197,203)
#D8D6DB
(216,214,219)
#E7E7EB
(231,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #513D4B color. Also use rgb(81,61,75) instead hex code.

Text Font Color

.myTextColor { color: #513D4B; }

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

This text font color is #513D4B.


Background Color

.myBgColor { background-color: #513D4B; }

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

This div background color is #513D4B.


Border color

.myBorderColor { border: 1px solid #513D4B; }

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

This div border color is #513D4B.


Opacity

.myOpacity80 { color: #513D4B; opacity: 0.8; }

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

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

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

This text has shadow with #513D4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513D4B on black background.


Color preview on white background

This text has color #513D4B on white background.



Black color preview on #513D4B background

This text has black color on #513D4B background.


White color preview on #513D4B background

This text has white color on #513D4B background.