COLOR #884529

HEX: #884529
RGB: (136,69,41)

Renk bilgisi

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

RGB renk modeli

#884529 color RGB value is (136,69,41).

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

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 69 of 255 = 27%
B 41 of 255 = 16%

136
69
41

R + G + B ~ 32%. #884529 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 69 + 41 = 246 (100%)
R 136 of 246 ~ 55.28%
G 69 of 246 ~ 28.05%
B 41 of 246 ~ 16.67%

%55.28
%28.05
%16.67

CMYK RENK MODELİ

#884529 rengi CMYK tonu (0,49,70,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 49.26%
  • sarı tonu 69.85%
  • ana renk tonu 46.67%
CMYK:
(0,49,70,47)
C0M49Y70K47 
(0%,49%,70%,47%)
(0.00/0.49/0.70/0.47)	

CMYK yüzdeleri

%0
%49.26
%69.85
%46.67

Codes

Color #884529 in popluar color models

884529
RGB1366941
HSL18°53.67%34.71%
HSB/HSV18°69.85%53.33%
CMYK0.00%49.26%69.85%
46.67%

Color #884529 in popluar number systems.

HEX884529
Decimal1366941
Binary100010001000101101001
Octal21010551

Shades and tints

Shades of #884529

#884529
(136,69,41)
#7C3F26
(124,63,38)
#703923
(112,57,35)
#643320
(100,51,32)
#582D1D
(88,45,29)
#4C271A
(76,39,26)
#402117
(64,33,23)
#341B14
(52,27,20)
#281511
(40,21,17)
#1C0F0E
(28,15,14)
#10090B
(16,9,11)
#000000
(0,0,0)

Tints of #884529

#884529
(136,69,41)
#92553C
(146,85,60)
#9C654F
(156,101,79)
#A67562
(166,117,98)
#B08575
(176,133,117)
#BA9588
(186,149,136)
#C4A59B
(196,165,155)
#CEB5AE
(206,181,174)
#D8C5C1
(216,197,193)
#E2D5D4
(226,213,212)
#ECE5E7
(236,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #884529; }

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

This text font color is #884529.


Background Color

.myBgColor { background-color: #884529; }

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

This div background color is #884529.


Border color

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

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

This div border color is #884529.


Opacity

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

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

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

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

This text has shadow with #884529 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #884529 on black background.


Color preview on white background

This text has color #884529 on white background.



Black color preview on #884529 background

This text has black color on #884529 background.


White color preview on #884529 background

This text has white color on #884529 background.