COLOR #803A03

HEX: #803A03
RGB: (128,58,3)

Color info

#803A03 contains mainly red color. Web safe color of #803A03 is #663300 (or #630).

RGB color model

#803A03 color RGB value is (128,58,3).

  • red value is 128;
  • green value is 58;
  • blue value is 3.
RGB:
(128,58,3)
(50%,23%,1%)

RGB channels and saturation

R 128 of 255 = 50%
G 58 of 255 = 23%
B 3 of 255 = 1%

128
58
3

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

Portions of RGB colors in percentages

R + G + B =
128 + 58 + 3 = 189 (100%)
R 128 of 189 ~ 67.72%
G 58 of 189 ~ 30.69%
B 3 of 189 ~ 1.59%

%67.72
%30.69

CMYK color model

#803A03 color CMYK value is (0,55,98,50).

  • cyan value is 0.00%
  • magenta value is 54.69%
  • yellow value is 97.66%
  • key color value is 49.80%
CMYK:
(0,55,98,50)
C0M55Y98K50 
(0%,55%,98%,50%)
(0.00/0.55/0.98/0.50)	

CMYK percentages

%0
%54.69
%97.66
%49.8

Codes

Color #803A03 in popluar color models

803A03
RGB128583
HSL26°95.42%25.69%
HSB/HSV26°97.66%50.20%
CMYK0.00%54.69%97.66%
49.80%

Color #803A03 in popluar number systems.

HEX803A03
Decimal128583
Binary1000000011101011
Octal200723

Shades and tints

Shades of #803A03

#803A03
(128,58,3)
#753503
(117,53,3)
#6A3003
(106,48,3)
#5F2B03
(95,43,3)
#542603
(84,38,3)
#492103
(73,33,3)
#3E1C03
(62,28,3)
#331703
(51,23,3)
#281203
(40,18,3)
#1D0D03
(29,13,3)
#120803
(18,8,3)
#000000
(0,0,0)

Tints of #803A03

#803A03
(128,58,3)
#8B4B19
(139,75,25)
#965C2F
(150,92,47)
#A16D45
(161,109,69)
#AC7E5B
(172,126,91)
#B78F71
(183,143,113)
#C2A087
(194,160,135)
#CDB19D
(205,177,157)
#D8C2B3
(216,194,179)
#E3D3C9
(227,211,201)
#EEE4DF
(238,228,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #803A03 color. Also use rgb(128,58,3) instead hex code.

Text Font Color

.myTextColor { color: #803A03; }

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

This text font color is #803A03.


Background Color

.myBgColor { background-color: #803A03; }

<div style="background-color:#803A03">Inner text</div>

This div background color is #803A03.


Border color

.myBorderColor { border: 1px solid #803A03; }

<div style="border:3px solid #803A03">Div</div>

This div border color is #803A03.


Opacity

.myOpacity80 { color: #803A03; opacity: 0.8; }

<p style="color:#803A03;opacity:0.8;">80%</p>

Text with #803A03 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 #803A03;}

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

This text has shadow with #803A03 color.

.textShadow {text-shadow: 3px 3px 1px #803A03, 3px 3px 1px red;}

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

This text has shadow with #803A03 primary color and red secondary color.


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

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

This text has shadow with #803A03 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #803A03 on black background.


Color preview on white background

This text has color #803A03 on white background.



Black color preview on #803A03 background

This text has black color on #803A03 background.


White color preview on #803A03 background

This text has white color on #803A03 background.