COLOR #85594B

HEX: #85594B
RGB: (133,89,75)

Renk bilgisi

#85594B contains red, green and blue colors in about the same proportion. #85594B ‘ nin web güvenlik rengi #996633 (ya da #963) dir.

RGB renk modeli

#85594B color RGB value is (133,89,75).

  • kırmız ton 133;
  • yeşil ton 89;
  • mavi ton 75.
RGB:
(133,89,75)
(52%,35%,29%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 89 of 255 = 35%
B 75 of 255 = 29%

133
89
75

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

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 89 + 75 = 297 (100%)
R 133 of 297 ~ 44.78%
G 89 of 297 ~ 29.97%
B 75 of 297 ~ 25.25%

%44.78
%29.97
%25.25

CMYK RENK MODELİ

#85594B rengi CMYK tonu (0,33,44,48).

  • camgöbeği tonu 0.00%
  • eflatun tonu 33.08%
  • sarı tonu 43.61%
  • ana renk tonu 47.84%
CMYK:
(0,33,44,48)
C0M33Y44K48 
(0%,33%,44%,48%)
(0.00/0.33/0.44/0.48)	

CMYK yüzdeleri

%0
%33.08
%43.61
%47.84

Codes

Color #85594B in popluar color models

85594B
RGB1338975
HSL14°27.88%40.78%
HSB/HSV14°43.61%52.16%
CMYK0.00%33.08%43.61%
47.84%

Color #85594B in popluar number systems.

HEX85594B
Decimal1338975
Binary1000010110110011001011
Octal205131113

Shades and tints

Shades of #85594B

#85594B
(133,89,75)
#795145
(121,81,69)
#6D493F
(109,73,63)
#614139
(97,65,57)
#553933
(85,57,51)
#49312D
(73,49,45)
#3D2927
(61,41,39)
#312121
(49,33,33)
#25191B
(37,25,27)
#191115
(25,17,21)
#0D090F
(13,9,15)
#000000
(0,0,0)

Tints of #85594B

#85594B
(133,89,75)
#90685B
(144,104,91)
#9B776B
(155,119,107)
#A6867B
(166,134,123)
#B1958B
(177,149,139)
#BCA49B
(188,164,155)
#C7B3AB
(199,179,171)
#D2C2BB
(210,194,187)
#DDD1CB
(221,209,203)
#E8E0DB
(232,224,219)
#F3EFEB
(243,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85594B color. Also use rgb(133,89,75) instead hex code.

Text Font Color

.myTextColor { color: #85594B; }

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

This text font color is #85594B.


Background Color

.myBgColor { background-color: #85594B; }

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

This div background color is #85594B.


Border color

.myBorderColor { border: 1px solid #85594B; }

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

This div border color is #85594B.


Opacity

.myOpacity80 { color: #85594B; opacity: 0.8; }

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

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

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

This text has shadow with #85594B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85594B on black background.


Color preview on white background

This text has color #85594B on white background.



Black color preview on #85594B background

This text has black color on #85594B background.


White color preview on #85594B background

This text has white color on #85594B background.