COLOR #884D64

HEX: #884D64
RGB: (136,77,100)

Renk bilgisi

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

RGB renk modeli

#884D64 color RGB value is (136,77,100).

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

RGB bağlantıları ve doygunluk

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

136
77
100

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 77 + 100 = 313 (100%)
R 136 of 313 ~ 43.45%
G 77 of 313 ~ 24.6%
B 100 of 313 ~ 31.95%

%43.45
%24.6
%31.95

CMYK RENK MODELİ

#884D64 rengi CMYK tonu (0,43,26,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 43.38%
  • sarı tonu 26.47%
  • ana renk tonu 46.67%
CMYK:
(0,43,26,47)
C0M43Y26K47 
(0%,43%,26%,47%)
(0.00/0.43/0.26/0.47)	

CMYK yüzdeleri

%0
%43.38
%26.47
%46.67

Codes

Color #884D64 in popluar color models

884D64
RGB13677100
HSL337°27.70%41.76%
HSB/HSV337°43.38%53.33%
CMYK0.00%43.38%26.47%
46.67%

Color #884D64 in popluar number systems.

HEX884D64
Decimal13677100
Binary1000100010011011100100
Octal210115144

Shades and tints

Shades of #884D64

#884D64
(136,77,100)
#7C465B
(124,70,91)
#703F52
(112,63,82)
#643849
(100,56,73)
#583140
(88,49,64)
#4C2A37
(76,42,55)
#40232E
(64,35,46)
#341C25
(52,28,37)
#28151C
(40,21,28)
#1C0E13
(28,14,19)
#10070A
(16,7,10)
#000000
(0,0,0)

Tints of #884D64

#884D64
(136,77,100)
#925D72
(146,93,114)
#9C6D80
(156,109,128)
#A67D8E
(166,125,142)
#B08D9C
(176,141,156)
#BA9DAA
(186,157,170)
#C4ADB8
(196,173,184)
#CEBDC6
(206,189,198)
#D8CDD4
(216,205,212)
#E2DDE2
(226,221,226)
#ECEDF0
(236,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #884D64; }

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

This text font color is #884D64.


Background Color

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

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

This div background color is #884D64.


Border color

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

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

This div border color is #884D64.


Opacity

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

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

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

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

This text has shadow with #884D64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #884D64 on black background.


Color preview on white background

This text has color #884D64 on white background.



Black color preview on #884D64 background

This text has black color on #884D64 background.


White color preview on #884D64 background

This text has white color on #884D64 background.