COLOR #88300B

HEX: #88300B
RGB: (136,48,11)

Color info

#88300B contains mainly red color. Web safe color of #88300B is #993300 (or #930).

RGB color model

#88300B color RGB value is (136,48,11).

  • red value is 136;
  • green value is 48;
  • blue value is 11.
RGB:
(136,48,11)
(53%,19%,4%)

RGB channels and saturation

R 136 of 255 = 53%
G 48 of 255 = 19%
B 11 of 255 = 4%

136
48
11

R + G + B ~ 25%. #88300B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 48 + 11 = 195 (100%)
R 136 of 195 ~ 69.74%
G 48 of 195 ~ 24.62%
B 11 of 195 ~ 5.64%

%69.74
%24.62

CMYK color model

#88300B color CMYK value is (0,65,92,47).

  • cyan value is 0.00%
  • magenta value is 64.71%
  • yellow value is 91.91%
  • key color value is 46.67%
CMYK:
(0,65,92,47)
C0M65Y92K47 
(0%,65%,92%,47%)
(0.00/0.65/0.92/0.47)	

CMYK percentages

%0
%64.71
%91.91
%46.67

Codes

Color #88300B in popluar color models

88300B
RGB1364811
HSL18°85.03%28.82%
HSB/HSV18°91.91%53.33%
CMYK0.00%64.71%91.91%
46.67%

Color #88300B in popluar number systems.

HEX88300B
Decimal1364811
Binary100010001100001011
Octal2106013

Shades and tints

Shades of #88300B

#88300B
(136,48,11)
#7C2C0A
(124,44,10)
#702809
(112,40,9)
#642408
(100,36,8)
#582007
(88,32,7)
#4C1C06
(76,28,6)
#401805
(64,24,5)
#341404
(52,20,4)
#281003
(40,16,3)
#1C0C02
(28,12,2)
#100801
(16,8,1)
#000000
(0,0,0)

Tints of #88300B

#88300B
(136,48,11)
#924221
(146,66,33)
#9C5437
(156,84,55)
#A6664D
(166,102,77)
#B07863
(176,120,99)
#BA8A79
(186,138,121)
#C49C8F
(196,156,143)
#CEAEA5
(206,174,165)
#D8C0BB
(216,192,187)
#E2D2D1
(226,210,209)
#ECE4E7
(236,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88300B color. Also use rgb(136,48,11) instead hex code.

Text Font Color

.myTextColor { color: #88300B; }

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

This text font color is #88300B.


Background Color

.myBgColor { background-color: #88300B; }

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

This div background color is #88300B.


Border color

.myBorderColor { border: 1px solid #88300B; }

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

This div border color is #88300B.


Opacity

.myOpacity80 { color: #88300B; opacity: 0.8; }

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

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

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

This text has shadow with #88300B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88300B on black background.


Color preview on white background

This text has color #88300B on white background.



Black color preview on #88300B background

This text has black color on #88300B background.


White color preview on #88300B background

This text has white color on #88300B background.