COLOR #85475F

HEX: #85475F
RGB: (133,71,95)

Renk bilgisi

#85475F contains mainly red and blue colors. #85475F ‘ nin web güvenlik rengi #993366 (ya da #936) dir.

RGB renk modeli

#85475F color RGB value is (133,71,95).

  • kırmız ton 133;
  • yeşil ton 71;
  • mavi ton 95.
RGB:
(133,71,95)
(52%,28%,37%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 71 of 255 = 28%
B 95 of 255 = 37%

133
71
95

R + G + B ~ 39%. #85475F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 71 + 95 = 299 (100%)
R 133 of 299 ~ 44.48%
G 71 of 299 ~ 23.75%
B 95 of 299 ~ 31.77%

%44.48
%23.75
%31.77

CMYK RENK MODELİ

#85475F rengi CMYK tonu (0,47,29,48).

  • camgöbeği tonu 0.00%
  • eflatun tonu 46.62%
  • sarı tonu 28.57%
  • ana renk tonu 47.84%
CMYK:
(0,47,29,48)
C0M47Y29K48 
(0%,47%,29%,48%)
(0.00/0.47/0.29/0.48)	

CMYK yüzdeleri

%0
%46.62
%28.57
%47.84

Codes

Color #85475F in popluar color models

85475F
RGB1337195
HSL337°30.39%40.00%
HSB/HSV337°46.62%52.16%
CMYK0.00%46.62%28.57%
47.84%

Color #85475F in popluar number systems.

HEX85475F
Decimal1337195
Binary1000010110001111011111
Octal205107137

Shades and tints

Shades of #85475F

#85475F
(133,71,95)
#794157
(121,65,87)
#6D3B4F
(109,59,79)
#613547
(97,53,71)
#552F3F
(85,47,63)
#492937
(73,41,55)
#3D232F
(61,35,47)
#311D27
(49,29,39)
#25171F
(37,23,31)
#191117
(25,17,23)
#0D0B0F
(13,11,15)
#000000
(0,0,0)

Tints of #85475F

#85475F
(133,71,95)
#90576D
(144,87,109)
#9B677B
(155,103,123)
#A67789
(166,119,137)
#B18797
(177,135,151)
#BC97A5
(188,151,165)
#C7A7B3
(199,167,179)
#D2B7C1
(210,183,193)
#DDC7CF
(221,199,207)
#E8D7DD
(232,215,221)
#F3E7EB
(243,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85475F color. Also use rgb(133,71,95) instead hex code.

Text Font Color

.myTextColor { color: #85475F; }

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

This text font color is #85475F.


Background Color

.myBgColor { background-color: #85475F; }

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

This div background color is #85475F.


Border color

.myBorderColor { border: 1px solid #85475F; }

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

This div border color is #85475F.


Opacity

.myOpacity80 { color: #85475F; opacity: 0.8; }

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

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

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

This text has shadow with #85475F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85475F on black background.


Color preview on white background

This text has color #85475F on white background.



Black color preview on #85475F background

This text has black color on #85475F background.


White color preview on #85475F background

This text has white color on #85475F background.