COLOR #883D0B

HEX: #883D0B
RGB: (136,61,11)

Color info

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

RGB color model

#883D0B color RGB value is (136,61,11).

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

RGB channels and saturation

R 136 of 255 = 53%
G 61 of 255 = 24%
B 11 of 255 = 4%

136
61
11

R + G + B ~ 27%. #883D0B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 61 + 11 = 208 (100%)
R 136 of 208 ~ 65.38%
G 61 of 208 ~ 29.33%
B 11 of 208 ~ 5.29%

%65.38
%29.33

CMYK color model

#883D0B color CMYK value is (0,55,92,47).

  • cyan value is 0.00%
  • magenta value is 55.15%
  • yellow value is 91.91%
  • key color value is 46.67%
CMYK:
(0,55,92,47)
C0M55Y92K47 
(0%,55%,92%,47%)
(0.00/0.55/0.92/0.47)	

CMYK percentages

%0
%55.15
%91.91
%46.67

Codes

Color #883D0B in popluar color models

883D0B
RGB1366111
HSL24°85.03%28.82%
HSB/HSV24°91.91%53.33%
CMYK0.00%55.15%91.91%
46.67%

Color #883D0B in popluar number systems.

HEX883D0B
Decimal1366111
Binary100010001111011011
Octal2107513

Shades and tints

Shades of #883D0B

#883D0B
(136,61,11)
#7C380A
(124,56,10)
#703309
(112,51,9)
#642E08
(100,46,8)
#582907
(88,41,7)
#4C2406
(76,36,6)
#401F05
(64,31,5)
#341A04
(52,26,4)
#281503
(40,21,3)
#1C1002
(28,16,2)
#100B01
(16,11,1)
#000000
(0,0,0)

Tints of #883D0B

#883D0B
(136,61,11)
#924E21
(146,78,33)
#9C5F37
(156,95,55)
#A6704D
(166,112,77)
#B08163
(176,129,99)
#BA9279
(186,146,121)
#C4A38F
(196,163,143)
#CEB4A5
(206,180,165)
#D8C5BB
(216,197,187)
#E2D6D1
(226,214,209)
#ECE7E7
(236,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #883D0B color. Also use rgb(136,61,11) instead hex code.

Text Font Color

.myTextColor { color: #883D0B; }

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

This text font color is #883D0B.


Background Color

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

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

This div background color is #883D0B.


Border color

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

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

This div border color is #883D0B.


Opacity

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

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

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

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

This text has shadow with #883D0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #883D0B on black background.


Color preview on white background

This text has color #883D0B on white background.



Black color preview on #883D0B background

This text has black color on #883D0B background.


White color preview on #883D0B background

This text has white color on #883D0B background.