COLOR #884F63

HEX: #884F63
RGB: (136,79,99)

Renk bilgisi

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

RGB renk modeli

#884F63 color RGB value is (136,79,99).

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

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 79 of 255 = 31%
B 99 of 255 = 39%

136
79
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 79 + 99 = 314 (100%)
R 136 of 314 ~ 43.31%
G 79 of 314 ~ 25.16%
B 99 of 314 ~ 31.53%

%43.31
%25.16
%31.53

CMYK RENK MODELİ

#884F63 rengi CMYK tonu (0,42,27,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 41.91%
  • sarı tonu 27.21%
  • ana renk tonu 46.67%
CMYK:
(0,42,27,47)
C0M42Y27K47 
(0%,42%,27%,47%)
(0.00/0.42/0.27/0.47)	

CMYK yüzdeleri

%0
%41.91
%27.21
%46.67

Codes

Color #884F63 in popluar color models

884F63
RGB1367999
HSL339°26.51%42.16%
HSB/HSV339°41.91%53.33%
CMYK0.00%41.91%27.21%
46.67%

Color #884F63 in popluar number systems.

HEX884F63
Decimal1367999
Binary1000100010011111100011
Octal210117143

Shades and tints

Shades of #884F63

#884F63
(136,79,99)
#7C485A
(124,72,90)
#704151
(112,65,81)
#643A48
(100,58,72)
#58333F
(88,51,63)
#4C2C36
(76,44,54)
#40252D
(64,37,45)
#341E24
(52,30,36)
#28171B
(40,23,27)
#1C1012
(28,16,18)
#100909
(16,9,9)
#000000
(0,0,0)

Tints of #884F63

#884F63
(136,79,99)
#925F71
(146,95,113)
#9C6F7F
(156,111,127)
#A67F8D
(166,127,141)
#B08F9B
(176,143,155)
#BA9FA9
(186,159,169)
#C4AFB7
(196,175,183)
#CEBFC5
(206,191,197)
#D8CFD3
(216,207,211)
#E2DFE1
(226,223,225)
#ECEFEF
(236,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #884F63; }

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

This text font color is #884F63.


Background Color

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

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

This div background color is #884F63.


Border color

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

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

This div border color is #884F63.


Opacity

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

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

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

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

This text has shadow with #884F63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #884F63 on black background.


Color preview on white background

This text has color #884F63 on white background.



Black color preview on #884F63 background

This text has black color on #884F63 background.


White color preview on #884F63 background

This text has white color on #884F63 background.