COLOR #88410D

HEX: #88410D
RGB: (136,65,13)

Color info

#88410D contains mainly red color. Web safe color of #88410D is #993300 (or #930).

RGB color model

#88410D color RGB value is (136,65,13).

  • red value is 136;
  • green value is 65;
  • blue value is 13.
RGB:
(136,65,13)
(53%,25%,5%)

RGB channels and saturation

R 136 of 255 = 53%
G 65 of 255 = 25%
B 13 of 255 = 5%

136
65
13

R + G + B ~ 28%. #88410D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 65 + 13 = 214 (100%)
R 136 of 214 ~ 63.55%
G 65 of 214 ~ 30.37%
B 13 of 214 ~ 6.07%

%63.55
%30.37

CMYK color model

#88410D color CMYK value is (0,52,90,47).

  • cyan value is 0.00%
  • magenta value is 52.21%
  • yellow value is 90.44%
  • key color value is 46.67%
CMYK:
(0,52,90,47)
C0M52Y90K47 
(0%,52%,90%,47%)
(0.00/0.52/0.90/0.47)	

CMYK percentages

%0
%52.21
%90.44
%46.67

Codes

Color #88410D in popluar color models

88410D
RGB1366513
HSL25°82.55%29.22%
HSB/HSV25°90.44%53.33%
CMYK0.00%52.21%90.44%
46.67%

Color #88410D in popluar number systems.

HEX88410D
Decimal1366513
Binary1000100010000011101
Octal21010115

Shades and tints

Shades of #88410D

#88410D
(136,65,13)
#7C3C0C
(124,60,12)
#70370B
(112,55,11)
#64320A
(100,50,10)
#582D09
(88,45,9)
#4C2808
(76,40,8)
#402307
(64,35,7)
#341E06
(52,30,6)
#281905
(40,25,5)
#1C1404
(28,20,4)
#100F03
(16,15,3)
#000000
(0,0,0)

Tints of #88410D

#88410D
(136,65,13)
#925223
(146,82,35)
#9C6339
(156,99,57)
#A6744F
(166,116,79)
#B08565
(176,133,101)
#BA967B
(186,150,123)
#C4A791
(196,167,145)
#CEB8A7
(206,184,167)
#D8C9BD
(216,201,189)
#E2DAD3
(226,218,211)
#ECEBE9
(236,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88410D color. Also use rgb(136,65,13) instead hex code.

Text Font Color

.myTextColor { color: #88410D; }

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

This text font color is #88410D.


Background Color

.myBgColor { background-color: #88410D; }

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

This div background color is #88410D.


Border color

.myBorderColor { border: 1px solid #88410D; }

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

This div border color is #88410D.


Opacity

.myOpacity80 { color: #88410D; opacity: 0.8; }

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

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

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

This text has shadow with #88410D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88410D on black background.


Color preview on white background

This text has color #88410D on white background.



Black color preview on #88410D background

This text has black color on #88410D background.


White color preview on #88410D background

This text has white color on #88410D background.