COLOR #883B08

HEX: #883B08 RGB: (136,59,8)

Color info

#883B08 contains mainly red color. Web safe color of #883B08 is #993300 (or #930).

RGB color model

#883B08 color RGB value is (136,59,8).

RGB: (136,59,8) (53%, 23%, 3%)

RGB channels and saturation

R 136 of 255 = 53%
G 59 of 255 = 23%
B 8 of 255 = 3%

136
59
8

R + G + B ~ 26%. #883B08 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 136 + 59 + 8 = 203 (100%)
R 136 of 203 ~ 67%
G 59 of 203 ~ 29.06%
B 8 of 203 ~ 3.94'%

%67
%29.06

CMYK color model

#883B08 color CMYK value is (0,57,94,47).

  • cyan value is 0.00%
  • magenta value is 56.62%
  • yellow value is 94.12%
  • key color value is 46.67%

CMYK: (0,57,94,47)
C0M57Y94K47 (0%, 57%, 94%, 47%)
(0.00 / 0.57 / 0.94 / 0.47)

CMYK percentages

%0
%56.62
%94.12
%46.67

Codes

Color #883B08 in popluar color models

88 3B 08
RGB 136 59 8
HSL 24° 88.89% 28.24%
HSB/HSV 24° 94.12% 53.33%
CMYK 0.00% 56.62% 94.12%
46.67%

Color #883B08 in popluar number systems.

HEX 88 3B 08
Decimal 136 59 8
Binary 10001000 111011 1000
Octal 210 73 10

Shades and tints

Shades of #883B08

#883B08
(136,59,8)
#7C3608
(124,54,8)
#703108
(112,49,8)
#642C08
(100,44,8)
#582708
(88,39,8)
#4C2208
(76,34,8)
#401D08
(64,29,8)
#341808
(52,24,8)
#281308
(40,19,8)
#1C0E08
(28,14,8)
#100908
(16,9,8)
#000000
(0,0,0)

Tints of #883B08

#883B08
(136,59,8)
#924C1E
(146,76,30)
#9C5D34
(156,93,52)
#A66E4A
(166,110,74)
#B07F60
(176,127,96)
#BA9076
(186,144,118)
#C4A18C
(196,161,140)
#CEB2A2
(206,178,162)
#D8C3B8
(216,195,184)
#E2D4CE
(226,212,206)
#ECE5E4
(236,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #883B08 color. Also use rgb(136,59,8) instead hex code.

Text Font Color

.myTextColor { color: #883B08; }

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

This text font color is #883B08.

Background Color

.myBgColor { background-color: #883B08; }

<div style="background-color:#883B08">Inner text</div>

This div background color is #883B08.

Border color

.myBorderColor { border: 1px solid #883B08; }

<div style="border:3px solid #883B08">Div</div>

This div border color is #883B08.

Opacity

.myOpacity80 { color: #883B08; opacity: 0.8; }

<p style="color:#883B08;opacity:0.8;">80%</p>

Text with #883B08 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 #883B08;}

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

This text has shadow with #883B08 color.


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

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

This text has shadow with #883B08 primary color and red secondary color.


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

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

This text has shadow with #883B08 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #883B08.

Preview

Color preview on black background

This text has color #883B08 on black background.


Color preview on white background

This text has color #883B08 on white background.


Black color preview on #883B08 background

This text has black color on #883B08 background.


White color preview on #883B08 background

This text has white color on #883B08 background.


Related colors

Complementary color

Complementary color for #hex is #77C4F7.


I love getcolorcode.com

Triadic colors

1 #08883B and #3B0888 with #883B08 are triadic colors.

2 #083B88 and #3B8808 with #883B08 are triadic colors.