COLOR #884B51

HEX: #884B51
RGB: (136,75,81)

Renk bilgisi

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

RGB renk modeli

#884B51 color RGB value is (136,75,81).

  • kırmız ton 136;
  • yeşil ton 75;
  • mavi ton 81.
RGB:
(136,75,81)
(53%,29%,32%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 75 of 255 = 29%
B 81 of 255 = 32%

136
75
81

R + G + B ~ 38%. #884B51 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 75 + 81 = 292 (100%)
R 136 of 292 ~ 46.58%
G 75 of 292 ~ 25.68%
B 81 of 292 ~ 27.74%

%46.58
%25.68
%27.74

CMYK RENK MODELİ

#884B51 rengi CMYK tonu (0,45,40,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 44.85%
  • sarı tonu 40.44%
  • ana renk tonu 46.67%
CMYK:
(0,45,40,47)
C0M45Y40K47 
(0%,45%,40%,47%)
(0.00/0.45/0.40/0.47)	

CMYK yüzdeleri

%0
%44.85
%40.44
%46.67

Codes

Color #884B51 in popluar color models

884B51
RGB1367581
HSL354°28.91%41.37%
HSB/HSV354°44.85%53.33%
CMYK0.00%44.85%40.44%
46.67%

Color #884B51 in popluar number systems.

HEX884B51
Decimal1367581
Binary1000100010010111010001
Octal210113121

Shades and tints

Shades of #884B51

#884B51
(136,75,81)
#7C454A
(124,69,74)
#703F43
(112,63,67)
#64393C
(100,57,60)
#583335
(88,51,53)
#4C2D2E
(76,45,46)
#402727
(64,39,39)
#342120
(52,33,32)
#281B19
(40,27,25)
#1C1512
(28,21,18)
#100F0B
(16,15,11)
#000000
(0,0,0)

Tints of #884B51

#884B51
(136,75,81)
#925B60
(146,91,96)
#9C6B6F
(156,107,111)
#A67B7E
(166,123,126)
#B08B8D
(176,139,141)
#BA9B9C
(186,155,156)
#C4ABAB
(196,171,171)
#CEBBBA
(206,187,186)
#D8CBC9
(216,203,201)
#E2DBD8
(226,219,216)
#ECEBE7
(236,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #884B51 color. Also use rgb(136,75,81) instead hex code.

Text Font Color

.myTextColor { color: #884B51; }

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

This text font color is #884B51.


Background Color

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

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

This div background color is #884B51.


Border color

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

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

This div border color is #884B51.


Opacity

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

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

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

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

This text has shadow with #884B51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #884B51 on black background.


Color preview on white background

This text has color #884B51 on white background.



Black color preview on #884B51 background

This text has black color on #884B51 background.


White color preview on #884B51 background

This text has white color on #884B51 background.