COLOR #884450

HEX: #884450
RGB: (136,68,80)

Renk bilgisi

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

RGB renk modeli

#884450 color RGB value is (136,68,80).

  • kırmız ton 136;
  • yeşil ton 68;
  • mavi ton 80.
RGB:
(136,68,80)
(53%,27%,31%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 68 of 255 = 27%
B 80 of 255 = 31%

136
68
80

R + G + B ~ 37%. #884450 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 68 + 80 = 284 (100%)
R 136 of 284 ~ 47.89%
G 68 of 284 ~ 23.94%
B 80 of 284 ~ 28.17%

%47.89
%23.94
%28.17

CMYK RENK MODELİ

#884450 rengi CMYK tonu (0,50,41,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 50.00%
  • sarı tonu 41.18%
  • ana renk tonu 46.67%
CMYK:
(0,50,41,47)
C0M50Y41K47 
(0%,50%,41%,47%)
(0.00/0.50/0.41/0.47)	

CMYK yüzdeleri

%0
%50
%41.18
%46.67

Codes

Color #884450 in popluar color models

884450
RGB1366880
HSL349°33.33%40.00%
HSB/HSV349°50.00%53.33%
CMYK0.00%50.00%41.18%
46.67%

Color #884450 in popluar number systems.

HEX884450
Decimal1366880
Binary1000100010001001010000
Octal210104120

Shades and tints

Shades of #884450

#884450
(136,68,80)
#7C3E49
(124,62,73)
#703842
(112,56,66)
#64323B
(100,50,59)
#582C34
(88,44,52)
#4C262D
(76,38,45)
#402026
(64,32,38)
#341A1F
(52,26,31)
#281418
(40,20,24)
#1C0E11
(28,14,17)
#10080A
(16,8,10)
#000000
(0,0,0)

Tints of #884450

#884450
(136,68,80)
#92555F
(146,85,95)
#9C666E
(156,102,110)
#A6777D
(166,119,125)
#B0888C
(176,136,140)
#BA999B
(186,153,155)
#C4AAAA
(196,170,170)
#CEBBB9
(206,187,185)
#D8CCC8
(216,204,200)
#E2DDD7
(226,221,215)
#ECEEE6
(236,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #884450 color. Also use rgb(136,68,80) instead hex code.

Text Font Color

.myTextColor { color: #884450; }

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

This text font color is #884450.


Background Color

.myBgColor { background-color: #884450; }

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

This div background color is #884450.


Border color

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

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

This div border color is #884450.


Opacity

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

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

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

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

This text has shadow with #884450 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #884450 on black background.


Color preview on white background

This text has color #884450 on white background.



Black color preview on #884450 background

This text has black color on #884450 background.


White color preview on #884450 background

This text has white color on #884450 background.