COLOR #88823D

HEX: #88823D
RGB: (136,130,61)

Color info

#88823D contains mainly red and green colors. Web safe color of #88823D is #999933 (or #993).

RGB color model

#88823D color RGB value is (136,130,61).

  • red value is 136;
  • green value is 130;
  • blue value is 61.
RGB:
(136,130,61)
(53%,51%,24%)

RGB channels and saturation

R 136 of 255 = 53%
G 130 of 255 = 51%
B 61 of 255 = 24%

136
130
61

R + G + B ~ 43%. #88823D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 130 + 61 = 327 (100%)
R 136 of 327 ~ 41.59%
G 130 of 327 ~ 39.76%
B 61 of 327 ~ 18.65%

%41.59
%39.76
%18.65

CMYK color model

#88823D color CMYK value is (0,4,55,47).

  • cyan value is 0.00%
  • magenta value is 4.41%
  • yellow value is 55.15%
  • key color value is 46.67%
CMYK:
(0,4,55,47)
C0M4Y55K47 
(0%,4%,55%,47%)
(0.00/0.04/0.55/0.47)	

CMYK percentages

%0
%4.41
%55.15
%46.67

Codes

Color #88823D in popluar color models

88823D
RGB13613061
HSL55°38.07%38.63%
HSB/HSV55°55.15%53.33%
CMYK0.00%4.41%55.15%
46.67%

Color #88823D in popluar number systems.

HEX88823D
Decimal13613061
Binary1000100010000010111101
Octal21020275

Shades and tints

Shades of #88823D

#88823D
(136,130,61)
#7C7738
(124,119,56)
#706C33
(112,108,51)
#64612E
(100,97,46)
#585629
(88,86,41)
#4C4B24
(76,75,36)
#40401F
(64,64,31)
#34351A
(52,53,26)
#282A15
(40,42,21)
#1C1F10
(28,31,16)
#10140B
(16,20,11)
#000000
(0,0,0)

Tints of #88823D

#88823D
(136,130,61)
#928D4E
(146,141,78)
#9C985F
(156,152,95)
#A6A370
(166,163,112)
#B0AE81
(176,174,129)
#BAB992
(186,185,146)
#C4C4A3
(196,196,163)
#CECFB4
(206,207,180)
#D8DAC5
(216,218,197)
#E2E5D6
(226,229,214)
#ECF0E7
(236,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88823D color. Also use rgb(136,130,61) instead hex code.

Text Font Color

.myTextColor { color: #88823D; }

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

This text font color is #88823D.


Background Color

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

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

This div background color is #88823D.


Border color

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

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

This div border color is #88823D.


Opacity

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

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

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

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

This text has shadow with #88823D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88823D on black background.


Color preview on white background

This text has color #88823D on white background.



Black color preview on #88823D background

This text has black color on #88823D background.


White color preview on #88823D background

This text has white color on #88823D background.