COLOR #87376D

HEX: #87376D
RGB: (135,55,109)

Renk bilgisi

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

RGB renk modeli

#87376D color RGB value is (135,55,109).

  • kırmız ton 135;
  • yeşil ton 55;
  • mavi ton 109.
RGB:
(135,55,109)
(53%,22%,43%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 55 of 255 = 22%
B 109 of 255 = 43%

135
55
109

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

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 55 + 109 = 299 (100%)
R 135 of 299 ~ 45.15%
G 55 of 299 ~ 18.39%
B 109 of 299 ~ 36.45%

%45.15
%18.39
%36.45

CMYK RENK MODELİ

#87376D rengi CMYK tonu (0,59,19,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 59.26%
  • sarı tonu 19.26%
  • ana renk tonu 47.06%
CMYK:
(0,59,19,47)
C0M59Y19K47 
(0%,59%,19%,47%)
(0.00/0.59/0.19/0.47)	

CMYK yüzdeleri

%0
%59.26
%19.26
%47.06

Codes

Color #87376D in popluar color models

87376D
RGB13555109
HSL320°42.11%37.25%
HSB/HSV320°59.26%52.94%
CMYK0.00%59.26%19.26%
47.06%

Color #87376D in popluar number systems.

HEX87376D
Decimal13555109
Binary100001111101111101101
Octal20767155

Shades and tints

Shades of #87376D

#87376D
(135,55,109)
#7B3264
(123,50,100)
#6F2D5B
(111,45,91)
#632852
(99,40,82)
#572349
(87,35,73)
#4B1E40
(75,30,64)
#3F1937
(63,25,55)
#33142E
(51,20,46)
#270F25
(39,15,37)
#1B0A1C
(27,10,28)
#0F0513
(15,5,19)
#000000
(0,0,0)

Tints of #87376D

#87376D
(135,55,109)
#91497A
(145,73,122)
#9B5B87
(155,91,135)
#A56D94
(165,109,148)
#AF7FA1
(175,127,161)
#B991AE
(185,145,174)
#C3A3BB
(195,163,187)
#CDB5C8
(205,181,200)
#D7C7D5
(215,199,213)
#E1D9E2
(225,217,226)
#EBEBEF
(235,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87376D color. Also use rgb(135,55,109) instead hex code.

Text Font Color

.myTextColor { color: #87376D; }

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

This text font color is #87376D.


Background Color

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

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

This div background color is #87376D.


Border color

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

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

This div border color is #87376D.


Opacity

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

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

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

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

This text has shadow with #87376D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87376D on black background.


Color preview on white background

This text has color #87376D on white background.



Black color preview on #87376D background

This text has black color on #87376D background.


White color preview on #87376D background

This text has white color on #87376D background.