COLOR #895D76

HEX: #895D76
RGB: (137,93,118)

Renk bilgisi

#895D76 contains red, green and blue colors in about the same proportion. #895D76 ‘ nin web güvenlik rengi #996666 (ya da #966) dir.

RGB renk modeli

#895D76 color RGB value is (137,93,118).

  • kırmız ton 137;
  • yeşil ton 93;
  • mavi ton 118.
RGB:
(137,93,118)
(54%,36%,46%)

RGB bağlantıları ve doygunluk

R 137 of 255 = 54%
G 93 of 255 = 36%
B 118 of 255 = 46%

137
93
118

R + G + B ~ 45%. #895D76 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
137 + 93 + 118 = 348 (100%)
R 137 of 348 ~ 39.37%
G 93 of 348 ~ 26.72%
B 118 of 348 ~ 33.91%

%39.37
%26.72
%33.91

CMYK RENK MODELİ

#895D76 rengi CMYK tonu (0,32,14,46).

  • camgöbeği tonu 0.00%
  • eflatun tonu 32.12%
  • sarı tonu 13.87%
  • ana renk tonu 46.27%
CMYK:
(0,32,14,46)
C0M32Y14K46 
(0%,32%,14%,46%)
(0.00/0.32/0.14/0.46)	

CMYK yüzdeleri

%0
%32.12
%13.87
%46.27

Codes

Color #895D76 in popluar color models

895D76
RGB13793118
HSL326°19.13%45.10%
HSB/HSV326°32.12%53.73%
CMYK0.00%32.12%13.87%
46.27%

Color #895D76 in popluar number systems.

HEX895D76
Decimal13793118
Binary1000100110111011110110
Octal211135166

Shades and tints

Shades of #895D76

#895D76
(137,93,118)
#7D556C
(125,85,108)
#714D62
(113,77,98)
#654558
(101,69,88)
#593D4E
(89,61,78)
#4D3544
(77,53,68)
#412D3A
(65,45,58)
#352530
(53,37,48)
#291D26
(41,29,38)
#1D151C
(29,21,28)
#110D12
(17,13,18)
#000000
(0,0,0)

Tints of #895D76

#895D76
(137,93,118)
#936B82
(147,107,130)
#9D798E
(157,121,142)
#A7879A
(167,135,154)
#B195A6
(177,149,166)
#BBA3B2
(187,163,178)
#C5B1BE
(197,177,190)
#CFBFCA
(207,191,202)
#D9CDD6
(217,205,214)
#E3DBE2
(227,219,226)
#EDE9EE
(237,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #895D76 color. Also use rgb(137,93,118) instead hex code.

Text Font Color

.myTextColor { color: #895D76; }

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

This text font color is #895D76.


Background Color

.myBgColor { background-color: #895D76; }

<div style="background-color:#895D76">Inner text</div>

This div background color is #895D76.


Border color

.myBorderColor { border: 1px solid #895D76; }

<div style="border:3px solid #895D76">Div</div>

This div border color is #895D76.


Opacity

.myOpacity80 { color: #895D76; opacity: 0.8; }

<p style="color:#895D76;opacity:0.8;">80%</p>

Text with #895D76 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 #895D76;}

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

This text has shadow with #895D76 color.

.textShadow {text-shadow: 3px 3px 1px #895D76, 3px 3px 1px red;}

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

This text has shadow with #895D76 primary color and red secondary color.


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

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

This text has shadow with #895D76 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #895D76 on black background.


Color preview on white background

This text has color #895D76 on white background.



Black color preview on #895D76 background

This text has black color on #895D76 background.


White color preview on #895D76 background

This text has white color on #895D76 background.