COLOR #884D57

HEX: #884D57
RGB: (136,77,87)

Renk bilgisi

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

RGB renk modeli

#884D57 color RGB value is (136,77,87).

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

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 77 of 255 = 30%
B 87 of 255 = 34%

136
77
87

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 77 + 87 = 300 (100%)
R 136 of 300 ~ 45.33%
G 77 of 300 ~ 25.67%
B 87 of 300 ~ 29%

%45.33
%25.67
%29

CMYK RENK MODELİ

#884D57 rengi CMYK tonu (0,43,36,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 43.38%
  • sarı tonu 36.03%
  • ana renk tonu 46.67%
CMYK:
(0,43,36,47)
C0M43Y36K47 
(0%,43%,36%,47%)
(0.00/0.43/0.36/0.47)	

CMYK yüzdeleri

%0
%43.38
%36.03
%46.67

Codes

Color #884D57 in popluar color models

884D57
RGB1367787
HSL350°27.70%41.76%
HSB/HSV350°43.38%53.33%
CMYK0.00%43.38%36.03%
46.67%

Color #884D57 in popluar number systems.

HEX884D57
Decimal1367787
Binary1000100010011011010111
Octal210115127

Shades and tints

Shades of #884D57

#884D57
(136,77,87)
#7C4650
(124,70,80)
#703F49
(112,63,73)
#643842
(100,56,66)
#58313B
(88,49,59)
#4C2A34
(76,42,52)
#40232D
(64,35,45)
#341C26
(52,28,38)
#28151F
(40,21,31)
#1C0E18
(28,14,24)
#100711
(16,7,17)
#000000
(0,0,0)

Tints of #884D57

#884D57
(136,77,87)
#925D66
(146,93,102)
#9C6D75
(156,109,117)
#A67D84
(166,125,132)
#B08D93
(176,141,147)
#BA9DA2
(186,157,162)
#C4ADB1
(196,173,177)
#CEBDC0
(206,189,192)
#D8CDCF
(216,205,207)
#E2DDDE
(226,221,222)
#ECEDED
(236,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #884D57; }

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

This text font color is #884D57.


Background Color

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

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

This div background color is #884D57.


Border color

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

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

This div border color is #884D57.


Opacity

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

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

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

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

This text has shadow with #884D57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #884D57 on black background.


Color preview on white background

This text has color #884D57 on white background.



Black color preview on #884D57 background

This text has black color on #884D57 background.


White color preview on #884D57 background

This text has white color on #884D57 background.