COLOR #87476A

HEX: #87476A
RGB: (135,71,106)

Renk bilgisi

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

RGB renk modeli

#87476A color RGB value is (135,71,106).

  • kırmız ton 135;
  • yeşil ton 71;
  • mavi ton 106.
RGB:
(135,71,106)
(53%,28%,42%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 71 of 255 = 28%
B 106 of 255 = 42%

135
71
106

R + G + B ~ 41%. #87476A is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 71 + 106 = 312 (100%)
R 135 of 312 ~ 43.27%
G 71 of 312 ~ 22.76%
B 106 of 312 ~ 33.97%

%43.27
%22.76
%33.97

CMYK RENK MODELİ

#87476A rengi CMYK tonu (0,47,21,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 47.41%
  • sarı tonu 21.48%
  • ana renk tonu 47.06%
CMYK:
(0,47,21,47)
C0M47Y21K47 
(0%,47%,21%,47%)
(0.00/0.47/0.21/0.47)	

CMYK yüzdeleri

%0
%47.41
%21.48
%47.06

Codes

Color #87476A in popluar color models

87476A
RGB13571106
HSL327°31.07%40.39%
HSB/HSV327°47.41%52.94%
CMYK0.00%47.41%21.48%
47.06%

Color #87476A in popluar number systems.

HEX87476A
Decimal13571106
Binary1000011110001111101010
Octal207107152

Shades and tints

Shades of #87476A

#87476A
(135,71,106)
#7B4161
(123,65,97)
#6F3B58
(111,59,88)
#63354F
(99,53,79)
#572F46
(87,47,70)
#4B293D
(75,41,61)
#3F2334
(63,35,52)
#331D2B
(51,29,43)
#271722
(39,23,34)
#1B1119
(27,17,25)
#0F0B10
(15,11,16)
#000000
(0,0,0)

Tints of #87476A

#87476A
(135,71,106)
#915777
(145,87,119)
#9B6784
(155,103,132)
#A57791
(165,119,145)
#AF879E
(175,135,158)
#B997AB
(185,151,171)
#C3A7B8
(195,167,184)
#CDB7C5
(205,183,197)
#D7C7D2
(215,199,210)
#E1D7DF
(225,215,223)
#EBE7EC
(235,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87476A color. Also use rgb(135,71,106) instead hex code.

Text Font Color

.myTextColor { color: #87476A; }

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

This text font color is #87476A.


Background Color

.myBgColor { background-color: #87476A; }

<div style="background-color:#87476A">Inner text</div>

This div background color is #87476A.


Border color

.myBorderColor { border: 1px solid #87476A; }

<div style="border:3px solid #87476A">Div</div>

This div border color is #87476A.


Opacity

.myOpacity80 { color: #87476A; opacity: 0.8; }

<p style="color:#87476A;opacity:0.8;">80%</p>

Text with #87476A 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 #87476A;}

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

This text has shadow with #87476A color.

.textShadow {text-shadow: 3px 3px 1px #87476A, 3px 3px 1px red;}

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

This text has shadow with #87476A primary color and red secondary color.


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

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

This text has shadow with #87476A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87476A on black background.


Color preview on white background

This text has color #87476A on white background.



Black color preview on #87476A background

This text has black color on #87476A background.


White color preview on #87476A background

This text has white color on #87476A background.