COLOR #884842

HEX: #884842
RGB: (136,72,66)

Renk bilgisi

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

RGB renk modeli

#884842 color RGB value is (136,72,66).

  • kırmız ton 136;
  • yeşil ton 72;
  • mavi ton 66.
RGB:
(136,72,66)
(53%,28%,26%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 72 of 255 = 28%
B 66 of 255 = 26%

136
72
66

R + G + B ~ 36%. #884842 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 72 + 66 = 274 (100%)
R 136 of 274 ~ 49.64%
G 72 of 274 ~ 26.28%
B 66 of 274 ~ 24.09%

%49.64
%26.28
%24.09

CMYK RENK MODELİ

#884842 rengi CMYK tonu (0,47,51,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 47.06%
  • sarı tonu 51.47%
  • ana renk tonu 46.67%
CMYK:
(0,47,51,47)
C0M47Y51K47 
(0%,47%,51%,47%)
(0.00/0.47/0.51/0.47)	

CMYK yüzdeleri

%0
%47.06
%51.47
%46.67

Codes

Color #884842 in popluar color models

884842
RGB1367266
HSL34.65%39.61%
HSB/HSV51.47%53.33%
CMYK0.00%47.06%51.47%
46.67%

Color #884842 in popluar number systems.

HEX884842
Decimal1367266
Binary1000100010010001000010
Octal210110102

Shades and tints

Shades of #884842

#884842
(136,72,66)
#7C423C
(124,66,60)
#703C36
(112,60,54)
#643630
(100,54,48)
#58302A
(88,48,42)
#4C2A24
(76,42,36)
#40241E
(64,36,30)
#341E18
(52,30,24)
#281812
(40,24,18)
#1C120C
(28,18,12)
#100C06
(16,12,6)
#000000
(0,0,0)

Tints of #884842

#884842
(136,72,66)
#925853
(146,88,83)
#9C6864
(156,104,100)
#A67875
(166,120,117)
#B08886
(176,136,134)
#BA9897
(186,152,151)
#C4A8A8
(196,168,168)
#CEB8B9
(206,184,185)
#D8C8CA
(216,200,202)
#E2D8DB
(226,216,219)
#ECE8EC
(236,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #884842 color. Also use rgb(136,72,66) instead hex code.

Text Font Color

.myTextColor { color: #884842; }

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

This text font color is #884842.


Background Color

.myBgColor { background-color: #884842; }

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

This div background color is #884842.


Border color

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

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

This div border color is #884842.


Opacity

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

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

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

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

This text has shadow with #884842 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #884842 on black background.


Color preview on white background

This text has color #884842 on white background.



Black color preview on #884842 background

This text has black color on #884842 background.


White color preview on #884842 background

This text has white color on #884842 background.