COLOR #884C29

HEX: #884C29
RGB: (136,76,41)

Renk bilgisi

#884C29 contains mainly red color. #884C29 ‘ nin web güvenlik rengi #993333 (ya da #933) dir.

RGB renk modeli

#884C29 color RGB value is (136,76,41).

  • kırmız ton 136;
  • yeşil ton 76;
  • mavi ton 41.
RGB:
(136,76,41)
(53%,30%,16%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 76 of 255 = 30%
B 41 of 255 = 16%

136
76
41

R + G + B ~ 33%. #884C29 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 76 + 41 = 253 (100%)
R 136 of 253 ~ 53.75%
G 76 of 253 ~ 30.04%
B 41 of 253 ~ 16.21%

%53.75
%30.04
%16.21

CMYK RENK MODELİ

#884C29 rengi CMYK tonu (0,44,70,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 44.12%
  • sarı tonu 69.85%
  • ana renk tonu 46.67%
CMYK:
(0,44,70,47)
C0M44Y70K47 
(0%,44%,70%,47%)
(0.00/0.44/0.70/0.47)	

CMYK yüzdeleri

%0
%44.12
%69.85
%46.67

Codes

Color #884C29 in popluar color models

884C29
RGB1367641
HSL22°53.67%34.71%
HSB/HSV22°69.85%53.33%
CMYK0.00%44.12%69.85%
46.67%

Color #884C29 in popluar number systems.

HEX884C29
Decimal1367641
Binary100010001001100101001
Octal21011451

Shades and tints

Shades of #884C29

#884C29
(136,76,41)
#7C4626
(124,70,38)
#704023
(112,64,35)
#643A20
(100,58,32)
#58341D
(88,52,29)
#4C2E1A
(76,46,26)
#402817
(64,40,23)
#342214
(52,34,20)
#281C11
(40,28,17)
#1C160E
(28,22,14)
#10100B
(16,16,11)
#000000
(0,0,0)

Tints of #884C29

#884C29
(136,76,41)
#925C3C
(146,92,60)
#9C6C4F
(156,108,79)
#A67C62
(166,124,98)
#B08C75
(176,140,117)
#BA9C88
(186,156,136)
#C4AC9B
(196,172,155)
#CEBCAE
(206,188,174)
#D8CCC1
(216,204,193)
#E2DCD4
(226,220,212)
#ECECE7
(236,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #884C29 color. Also use rgb(136,76,41) instead hex code.

Text Font Color

.myTextColor { color: #884C29; }

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

This text font color is #884C29.


Background Color

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

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

This div background color is #884C29.


Border color

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

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

This div border color is #884C29.


Opacity

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

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

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

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

This text has shadow with #884C29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #884C29 on black background.


Color preview on white background

This text has color #884C29 on white background.



Black color preview on #884C29 background

This text has black color on #884C29 background.


White color preview on #884C29 background

This text has white color on #884C29 background.