COLOR #883B03

HEX: #883B03
RGB: (136,59,3)

Color info

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

RGB color model

#883B03 color RGB value is (136,59,3).

  • red value is 136;
  • green value is 59;
  • blue value is 3.
RGB:
(136,59,3)
(53%,23%,1%)

RGB channels and saturation

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

136
59
3

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

Portions of RGB colors in percentages

R + G + B =
136 + 59 + 3 = 198 (100%)
R 136 of 198 ~ 68.69%
G 59 of 198 ~ 29.8%
B 3 of 198 ~ 1.52%

%68.69
%29.8

CMYK color model

#883B03 color CMYK value is (0,57,98,47).

  • cyan value is 0.00%
  • magenta value is 56.62%
  • yellow value is 97.79%
  • key color value is 46.67%
CMYK:
(0,57,98,47)
C0M57Y98K47 
(0%,57%,98%,47%)
(0.00/0.57/0.98/0.47)	

CMYK percentages

%0
%56.62
%97.79
%46.67

Codes

Color #883B03 in popluar color models

883B03
RGB136593
HSL25°95.68%27.25%
HSB/HSV25°97.79%53.33%
CMYK0.00%56.62%97.79%
46.67%

Color #883B03 in popluar number systems.

HEX883B03
Decimal136593
Binary1000100011101111
Octal210733

Shades and tints

Shades of #883B03

#883B03
(136,59,3)
#7C3603
(124,54,3)
#703103
(112,49,3)
#642C03
(100,44,3)
#582703
(88,39,3)
#4C2203
(76,34,3)
#401D03
(64,29,3)
#341803
(52,24,3)
#281303
(40,19,3)
#1C0E03
(28,14,3)
#100903
(16,9,3)
#000000
(0,0,0)

Tints of #883B03

#883B03
(136,59,3)
#924C19
(146,76,25)
#9C5D2F
(156,93,47)
#A66E45
(166,110,69)
#B07F5B
(176,127,91)
#BA9071
(186,144,113)
#C4A187
(196,161,135)
#CEB29D
(206,178,157)
#D8C3B3
(216,195,179)
#E2D4C9
(226,212,201)
#ECE5DF
(236,229,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #883B03; }

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

This text font color is #883B03.


Background Color

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

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

This div background color is #883B03.


Border color

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

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

This div border color is #883B03.


Opacity

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

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

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

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

This text has shadow with #883B03 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #883B03 on black background.


Color preview on white background

This text has color #883B03 on white background.



Black color preview on #883B03 background

This text has black color on #883B03 background.


White color preview on #883B03 background

This text has white color on #883B03 background.