COLOR #85513D

HEX: #85513D
RGB: (133,81,61)

Renk bilgisi

#85513D contains mainly red and green colors. #85513D ‘ nin web güvenlik rengi #996633 (ya da #963) dir.

RGB renk modeli

#85513D color RGB value is (133,81,61).

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

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 81 of 255 = 32%
B 61 of 255 = 24%

133
81
61

R + G + B ~ 36%. #85513D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 81 + 61 = 275 (100%)
R 133 of 275 ~ 48.36%
G 81 of 275 ~ 29.45%
B 61 of 275 ~ 22.18%

%48.36
%29.45
%22.18

CMYK RENK MODELİ

#85513D rengi CMYK tonu (0,39,54,48).

  • camgöbeği tonu 0.00%
  • eflatun tonu 39.10%
  • sarı tonu 54.14%
  • ana renk tonu 47.84%
CMYK:
(0,39,54,48)
C0M39Y54K48 
(0%,39%,54%,48%)
(0.00/0.39/0.54/0.48)	

CMYK yüzdeleri

%0
%39.1
%54.14
%47.84

Codes

Color #85513D in popluar color models

85513D
RGB1338161
HSL17°37.11%38.04%
HSB/HSV17°54.14%52.16%
CMYK0.00%39.10%54.14%
47.84%

Color #85513D in popluar number systems.

HEX85513D
Decimal1338161
Binary100001011010001111101
Octal20512175

Shades and tints

Shades of #85513D

#85513D
(133,81,61)
#794A38
(121,74,56)
#6D4333
(109,67,51)
#613C2E
(97,60,46)
#553529
(85,53,41)
#492E24
(73,46,36)
#3D271F
(61,39,31)
#31201A
(49,32,26)
#251915
(37,25,21)
#191210
(25,18,16)
#0D0B0B
(13,11,11)
#000000
(0,0,0)

Tints of #85513D

#85513D
(133,81,61)
#90604E
(144,96,78)
#9B6F5F
(155,111,95)
#A67E70
(166,126,112)
#B18D81
(177,141,129)
#BC9C92
(188,156,146)
#C7ABA3
(199,171,163)
#D2BAB4
(210,186,180)
#DDC9C5
(221,201,197)
#E8D8D6
(232,216,214)
#F3E7E7
(243,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85513D color. Also use rgb(133,81,61) instead hex code.

Text Font Color

.myTextColor { color: #85513D; }

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

This text font color is #85513D.


Background Color

.myBgColor { background-color: #85513D; }

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

This div background color is #85513D.


Border color

.myBorderColor { border: 1px solid #85513D; }

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

This div border color is #85513D.


Opacity

.myOpacity80 { color: #85513D; opacity: 0.8; }

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

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

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

This text has shadow with #85513D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85513D on black background.


Color preview on white background

This text has color #85513D on white background.



Black color preview on #85513D background

This text has black color on #85513D background.


White color preview on #85513D background

This text has white color on #85513D background.