COLOR #884263

HEX: #884263
RGB: (136,66,99)

Renk bilgisi

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

RGB renk modeli

#884263 color RGB value is (136,66,99).

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

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 66 of 255 = 26%
B 99 of 255 = 39%

136
66
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 66 + 99 = 301 (100%)
R 136 of 301 ~ 45.18%
G 66 of 301 ~ 21.93%
B 99 of 301 ~ 32.89%

%45.18
%21.93
%32.89

CMYK RENK MODELİ

#884263 rengi CMYK tonu (0,51,27,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 51.47%
  • sarı tonu 27.21%
  • ana renk tonu 46.67%
CMYK:
(0,51,27,47)
C0M51Y27K47 
(0%,51%,27%,47%)
(0.00/0.51/0.27/0.47)	

CMYK yüzdeleri

%0
%51.47
%27.21
%46.67

Codes

Color #884263 in popluar color models

884263
RGB1366699
HSL332°34.65%39.61%
HSB/HSV332°51.47%53.33%
CMYK0.00%51.47%27.21%
46.67%

Color #884263 in popluar number systems.

HEX884263
Decimal1366699
Binary1000100010000101100011
Octal210102143

Shades and tints

Shades of #884263

#884263
(136,66,99)
#7C3C5A
(124,60,90)
#703651
(112,54,81)
#643048
(100,48,72)
#582A3F
(88,42,63)
#4C2436
(76,36,54)
#401E2D
(64,30,45)
#341824
(52,24,36)
#28121B
(40,18,27)
#1C0C12
(28,12,18)
#100609
(16,6,9)
#000000
(0,0,0)

Tints of #884263

#884263
(136,66,99)
#925371
(146,83,113)
#9C647F
(156,100,127)
#A6758D
(166,117,141)
#B0869B
(176,134,155)
#BA97A9
(186,151,169)
#C4A8B7
(196,168,183)
#CEB9C5
(206,185,197)
#D8CAD3
(216,202,211)
#E2DBE1
(226,219,225)
#ECECEF
(236,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #884263; }

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

This text font color is #884263.


Background Color

.myBgColor { background-color: #884263; }

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

This div background color is #884263.


Border color

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

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

This div border color is #884263.


Opacity

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

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

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

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

This text has shadow with #884263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #884263 on black background.


Color preview on white background

This text has color #884263 on white background.



Black color preview on #884263 background

This text has black color on #884263 background.


White color preview on #884263 background

This text has white color on #884263 background.