COLOR #88480C

HEX: #88480C RGB: (136,72,12)

Color info

#88480C contains mainly red color. Web safe color of #88480C is #993300 (or #930).

RGB color model

#88480C color RGB value is (136,72,12).

RGB: (136,72,12) (53%, 28%, 5%)

RGB channels and saturation

R 136 of 255 = 53%
G 72 of 255 = 28%
B 12 of 255 = 5%

136
72
12

R + G + B ~ 29%. #88480C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 136 + 72 + 12 = 220 (100%)
R 136 of 220 ~ 61.82%
G 72 of 220 ~ 32.73%
B 12 of 220 ~ 5.45'%

%61.82
%32.73

CMYK color model

#88480C color CMYK value is (0,47,91,47).

  • cyan value is 0.00%
  • magenta value is 47.06%
  • yellow value is 91.18%
  • key color value is 46.67%

CMYK: (0,47,91,47)
C0M47Y91K47 (0%, 47%, 91%, 47%)
(0.00 / 0.47 / 0.91 / 0.47)

CMYK percentages

%0
%47.06
%91.18
%46.67

Codes

Color #88480C in popluar color models

88 48 0C
RGB 136 72 12
HSL 29° 83.78% 29.02%
HSB/HSV 29° 91.18% 53.33%
CMYK 0.00% 47.06% 91.18%
46.67%

Color #88480C in popluar number systems.

HEX 88 48 0C
Decimal 136 72 12
Binary 10001000 1001000 1100
Octal 210 110 14

Shades and tints

Shades of #88480C

#88480C
(136,72,12)
#7C420B
(124,66,11)
#703C0A
(112,60,10)
#643609
(100,54,9)
#583008
(88,48,8)
#4C2A07
(76,42,7)
#402406
(64,36,6)
#341E05
(52,30,5)
#281804
(40,24,4)
#1C1203
(28,18,3)
#100C02
(16,12,2)
#000000
(0,0,0)

Tints of #88480C

#88480C
(136,72,12)
#925822
(146,88,34)
#9C6838
(156,104,56)
#A6784E
(166,120,78)
#B08864
(176,136,100)
#BA987A
(186,152,122)
#C4A890
(196,168,144)
#CEB8A6
(206,184,166)
#D8C8BC
(216,200,188)
#E2D8D2
(226,216,210)
#ECE8E8
(236,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88480C; }

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

This text font color is #88480C.

Background Color

.myBgColor { background-color: #88480C; }

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

This div background color is #88480C.

Border color

.myBorderColor { border: 1px solid #88480C; }

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

This div border color is #88480C.

Opacity

.myOpacity80 { color: #88480C; opacity: 0.8; }

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

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

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

This text has shadow with #88480C color.


.textShadow {text-shadow: 3px 3px 1px #88480C', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #88480C; -webkit-box-shadow: 1px 1px 3px 2px #88480C; box-shadow:1px 1px 3px 2px #88480C;">
Div content here
</div>

This div box has shadow with color #88480C.

Preview

Color preview on black background

This text has color #88480C on black background.


Color preview on white background

This text has color #88480C on white background.


Black color preview on #88480C background

This text has black color on #88480C background.


White color preview on #88480C background

This text has white color on #88480C background.


Related colors

Complementary color

Complementary color for #hex is #77B7F3.


I love getcolorcode.com

Triadic colors

1 #0C8848 and #480C88 with #88480C are triadic colors.

2 #0C4888 and #48880C with #88480C are triadic colors.