COLOR #513D38

HEX: #513D38
RGB: (81,61,56)

Renk bilgisi

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

RGB renk modeli

#513D38 color RGB value is (81,61,56).

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

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 61 of 255 = 24%
B 56 of 255 = 22%

81
61
56

R + G + B ~ 26%. #513D38 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 61 + 56 = 198 (100%)
R 81 of 198 ~ 40.91%
G 61 of 198 ~ 30.81%
B 56 of 198 ~ 28.28%

%40.91
%30.81
%28.28

CMYK RENK MODELİ

#513D38 rengi CMYK tonu (0,25,31,68).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.69%
  • sarı tonu 30.86%
  • ana renk tonu 68.24%
CMYK:
(0,25,31,68)
C0M25Y31K68 
(0%,25%,31%,68%)
(0.00/0.25/0.31/0.68)	

CMYK yüzdeleri

%0
%24.69
%30.86
%68.24

Codes

Color #513D38 in popluar color models

513D38
RGB816156
HSL12°18.25%26.86%
HSB/HSV12°30.86%31.76%
CMYK0.00%24.69%30.86%
68.24%

Color #513D38 in popluar number systems.

HEX513D38
Decimal816156
Binary1010001111101111000
Octal1217570

Shades and tints

Shades of #513D38

#513D38
(81,61,56)
#4A3833
(74,56,51)
#43332E
(67,51,46)
#3C2E29
(60,46,41)
#352924
(53,41,36)
#2E241F
(46,36,31)
#271F1A
(39,31,26)
#201A15
(32,26,21)
#191510
(25,21,16)
#12100B
(18,16,11)
#0B0B06
(11,11,6)
#000000
(0,0,0)

Tints of #513D38

#513D38
(81,61,56)
#604E4A
(96,78,74)
#6F5F5C
(111,95,92)
#7E706E
(126,112,110)
#8D8180
(141,129,128)
#9C9292
(156,146,146)
#ABA3A4
(171,163,164)
#BAB4B6
(186,180,182)
#C9C5C8
(201,197,200)
#D8D6DA
(216,214,218)
#E7E7EC
(231,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513D38; }

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

This text font color is #513D38.


Background Color

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

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

This div background color is #513D38.


Border color

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

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

This div border color is #513D38.


Opacity

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

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

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

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

This text has shadow with #513D38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513D38 on black background.


Color preview on white background

This text has color #513D38 on white background.



Black color preview on #513D38 background

This text has black color on #513D38 background.


White color preview on #513D38 background

This text has white color on #513D38 background.