COLOR #884D63

HEX: #884D63
RGB: (136,77,99)

Renk bilgisi

#884D63 contains red, green and blue colors in about the same proportion. #884D63 ‘ nin web güvenlik rengi #993366 (ya da #936) dir.

RGB renk modeli

#884D63 color RGB value is (136,77,99).

  • kırmız ton 136;
  • yeşil ton 77;
  • mavi ton 99.
RGB:
(136,77,99)
(53%,30%,39%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 77 of 255 = 30%
B 99 of 255 = 39%

136
77
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 77 + 99 = 312 (100%)
R 136 of 312 ~ 43.59%
G 77 of 312 ~ 24.68%
B 99 of 312 ~ 31.73%

%43.59
%24.68
%31.73

CMYK RENK MODELİ

#884D63 rengi CMYK tonu (0,43,27,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 43.38%
  • sarı tonu 27.21%
  • ana renk tonu 46.67%
CMYK:
(0,43,27,47)
C0M43Y27K47 
(0%,43%,27%,47%)
(0.00/0.43/0.27/0.47)	

CMYK yüzdeleri

%0
%43.38
%27.21
%46.67

Codes

Color #884D63 in popluar color models

884D63
RGB1367799
HSL338°27.70%41.76%
HSB/HSV338°43.38%53.33%
CMYK0.00%43.38%27.21%
46.67%

Color #884D63 in popluar number systems.

HEX884D63
Decimal1367799
Binary1000100010011011100011
Octal210115143

Shades and tints

Shades of #884D63

#884D63
(136,77,99)
#7C465A
(124,70,90)
#703F51
(112,63,81)
#643848
(100,56,72)
#58313F
(88,49,63)
#4C2A36
(76,42,54)
#40232D
(64,35,45)
#341C24
(52,28,36)
#28151B
(40,21,27)
#1C0E12
(28,14,18)
#100709
(16,7,9)
#000000
(0,0,0)

Tints of #884D63

#884D63
(136,77,99)
#925D71
(146,93,113)
#9C6D7F
(156,109,127)
#A67D8D
(166,125,141)
#B08D9B
(176,141,155)
#BA9DA9
(186,157,169)
#C4ADB7
(196,173,183)
#CEBDC5
(206,189,197)
#D8CDD3
(216,205,211)
#E2DDE1
(226,221,225)
#ECEDEF
(236,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #884D63 color. Also use rgb(136,77,99) instead hex code.

Text Font Color

.myTextColor { color: #884D63; }

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

This text font color is #884D63.


Background Color

.myBgColor { background-color: #884D63; }

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

This div background color is #884D63.


Border color

.myBorderColor { border: 1px solid #884D63; }

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

This div border color is #884D63.


Opacity

.myOpacity80 { color: #884D63; opacity: 0.8; }

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

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

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

This text has shadow with #884D63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #884D63 on black background.


Color preview on white background

This text has color #884D63 on white background.



Black color preview on #884D63 background

This text has black color on #884D63 background.


White color preview on #884D63 background

This text has white color on #884D63 background.