COLOR #873F68

HEX: #873F68
RGB: (135,63,104)

Renk bilgisi

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

RGB renk modeli

#873F68 color RGB value is (135,63,104).

  • kırmız ton 135;
  • yeşil ton 63;
  • mavi ton 104.
RGB:
(135,63,104)
(53%,25%,41%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 63 of 255 = 25%
B 104 of 255 = 41%

135
63
104

R + G + B ~ 40%. #873F68 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 63 + 104 = 302 (100%)
R 135 of 302 ~ 44.7%
G 63 of 302 ~ 20.86%
B 104 of 302 ~ 34.44%

%44.7
%20.86
%34.44

CMYK RENK MODELİ

#873F68 rengi CMYK tonu (0,53,23,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 53.33%
  • sarı tonu 22.96%
  • ana renk tonu 47.06%
CMYK:
(0,53,23,47)
C0M53Y23K47 
(0%,53%,23%,47%)
(0.00/0.53/0.23/0.47)	

CMYK yüzdeleri

%0
%53.33
%22.96
%47.06

Codes

Color #873F68 in popluar color models

873F68
RGB13563104
HSL326°36.36%38.82%
HSB/HSV326°53.33%52.94%
CMYK0.00%53.33%22.96%
47.06%

Color #873F68 in popluar number systems.

HEX873F68
Decimal13563104
Binary100001111111111101000
Octal20777150

Shades and tints

Shades of #873F68

#873F68
(135,63,104)
#7B3A5F
(123,58,95)
#6F3556
(111,53,86)
#63304D
(99,48,77)
#572B44
(87,43,68)
#4B263B
(75,38,59)
#3F2132
(63,33,50)
#331C29
(51,28,41)
#271720
(39,23,32)
#1B1217
(27,18,23)
#0F0D0E
(15,13,14)
#000000
(0,0,0)

Tints of #873F68

#873F68
(135,63,104)
#915075
(145,80,117)
#9B6182
(155,97,130)
#A5728F
(165,114,143)
#AF839C
(175,131,156)
#B994A9
(185,148,169)
#C3A5B6
(195,165,182)
#CDB6C3
(205,182,195)
#D7C7D0
(215,199,208)
#E1D8DD
(225,216,221)
#EBE9EA
(235,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #873F68 color. Also use rgb(135,63,104) instead hex code.

Text Font Color

.myTextColor { color: #873F68; }

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

This text font color is #873F68.


Background Color

.myBgColor { background-color: #873F68; }

<div style="background-color:#873F68">Inner text</div>

This div background color is #873F68.


Border color

.myBorderColor { border: 1px solid #873F68; }

<div style="border:3px solid #873F68">Div</div>

This div border color is #873F68.


Opacity

.myOpacity80 { color: #873F68; opacity: 0.8; }

<p style="color:#873F68;opacity:0.8;">80%</p>

Text with #873F68 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 #873F68;}

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

This text has shadow with #873F68 color.

.textShadow {text-shadow: 3px 3px 1px #873F68, 3px 3px 1px red;}

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

This text has shadow with #873F68 primary color and red secondary color.


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

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

This text has shadow with #873F68 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #873F68 on black background.


Color preview on white background

This text has color #873F68 on white background.



Black color preview on #873F68 background

This text has black color on #873F68 background.


White color preview on #873F68 background

This text has white color on #873F68 background.