COLOR #88484A

HEX: #88484A
RGB: (136,72,74)

Color info

#88484A contains mainly red color. Web safe color of #88484A is #993333 (or #933).

RGB color model

#88484A color RGB value is (136,72,74).

  • red value is 136;
  • green value is 72;
  • blue value is 74.
RGB:
(136,72,74)
(53%,28%,29%)

RGB channels and saturation

R 136 of 255 = 53%
G 72 of 255 = 28%
B 74 of 255 = 29%

136
72
74

R + G + B ~ 37%. #88484A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 72 + 74 = 282 (100%)
R 136 of 282 ~ 48.23%
G 72 of 282 ~ 25.53%
B 74 of 282 ~ 26.24%

%48.23
%25.53
%26.24

CMYK color model

#88484A color CMYK value is (0,47,46,47).

  • cyan value is 0.00%
  • magenta value is 47.06%
  • yellow value is 45.59%
  • key color value is 46.67%
CMYK:
(0,47,46,47)
C0M47Y46K47 
(0%,47%,46%,47%)
(0.00/0.47/0.46/0.47)	

CMYK percentages

%0
%47.06
%45.59
%46.67

Codes

Color #88484A in popluar color models

88484A
RGB1367274
HSL358°30.77%40.78%
HSB/HSV358°47.06%53.33%
CMYK0.00%47.06%45.59%
46.67%

Color #88484A in popluar number systems.

HEX88484A
Decimal1367274
Binary1000100010010001001010
Octal210110112

Shades and tints

Shades of #88484A

#88484A
(136,72,74)
#7C4244
(124,66,68)
#703C3E
(112,60,62)
#643638
(100,54,56)
#583032
(88,48,50)
#4C2A2C
(76,42,44)
#402426
(64,36,38)
#341E20
(52,30,32)
#28181A
(40,24,26)
#1C1214
(28,18,20)
#100C0E
(16,12,14)
#000000
(0,0,0)

Tints of #88484A

#88484A
(136,72,74)
#92585A
(146,88,90)
#9C686A
(156,104,106)
#A6787A
(166,120,122)
#B0888A
(176,136,138)
#BA989A
(186,152,154)
#C4A8AA
(196,168,170)
#CEB8BA
(206,184,186)
#D8C8CA
(216,200,202)
#E2D8DA
(226,216,218)
#ECE8EA
(236,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88484A; }

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

This text font color is #88484A.


Background Color

.myBgColor { background-color: #88484A; }

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

This div background color is #88484A.


Border color

.myBorderColor { border: 1px solid #88484A; }

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

This div border color is #88484A.


Opacity

.myOpacity80 { color: #88484A; opacity: 0.8; }

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

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

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

This text has shadow with #88484A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88484A on black background.


Color preview on white background

This text has color #88484A on white background.



Black color preview on #88484A background

This text has black color on #88484A background.


White color preview on #88484A background

This text has white color on #88484A background.