COLOR #884764

HEX: #884764
RGB: (136,71,100)

Renk bilgisi

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

RGB renk modeli

#884764 color RGB value is (136,71,100).

  • kırmız ton 136;
  • yeşil ton 71;
  • mavi ton 100.
RGB:
(136,71,100)
(53%,28%,39%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 71 of 255 = 28%
B 100 of 255 = 39%

136
71
100

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 71 + 100 = 307 (100%)
R 136 of 307 ~ 44.3%
G 71 of 307 ~ 23.13%
B 100 of 307 ~ 32.57%

%44.3
%23.13
%32.57

CMYK RENK MODELİ

#884764 rengi CMYK tonu (0,48,26,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 47.79%
  • sarı tonu 26.47%
  • ana renk tonu 46.67%
CMYK:
(0,48,26,47)
C0M48Y26K47 
(0%,48%,26%,47%)
(0.00/0.48/0.26/0.47)	

CMYK yüzdeleri

%0
%47.79
%26.47
%46.67

Codes

Color #884764 in popluar color models

884764
RGB13671100
HSL333°31.40%40.59%
HSB/HSV333°47.79%53.33%
CMYK0.00%47.79%26.47%
46.67%

Color #884764 in popluar number systems.

HEX884764
Decimal13671100
Binary1000100010001111100100
Octal210107144

Shades and tints

Shades of #884764

#884764
(136,71,100)
#7C415B
(124,65,91)
#703B52
(112,59,82)
#643549
(100,53,73)
#582F40
(88,47,64)
#4C2937
(76,41,55)
#40232E
(64,35,46)
#341D25
(52,29,37)
#28171C
(40,23,28)
#1C1113
(28,17,19)
#100B0A
(16,11,10)
#000000
(0,0,0)

Tints of #884764

#884764
(136,71,100)
#925772
(146,87,114)
#9C6780
(156,103,128)
#A6778E
(166,119,142)
#B0879C
(176,135,156)
#BA97AA
(186,151,170)
#C4A7B8
(196,167,184)
#CEB7C6
(206,183,198)
#D8C7D4
(216,199,212)
#E2D7E2
(226,215,226)
#ECE7F0
(236,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #884764 color. Also use rgb(136,71,100) instead hex code.

Text Font Color

.myTextColor { color: #884764; }

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

This text font color is #884764.


Background Color

.myBgColor { background-color: #884764; }

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

This div background color is #884764.


Border color

.myBorderColor { border: 1px solid #884764; }

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

This div border color is #884764.


Opacity

.myOpacity80 { color: #884764; opacity: 0.8; }

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

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

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

This text has shadow with #884764 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #884764 on black background.


Color preview on white background

This text has color #884764 on white background.



Black color preview on #884764 background

This text has black color on #884764 background.


White color preview on #884764 background

This text has white color on #884764 background.