COLOR #833F03

HEX: #833F03 RGB: (131,63,3)

Color info

#833F03 contains mainly red color. Web safe color of #833F03 is #993300 (or #930).

RGB color model

#833F03 color RGB value is (131,63,3).

RGB: (131,63,3) (51%, 25%, 1%)

RGB channels and saturation

R 131 of 255 = 51%
G 63 of 255 = 25%
B 3 of 255 = 1%

131
63
3

R + G + B ~ 26%. #833F03 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 131 + 63 + 3 = 197 (100%)
R 131 of 197 ~ 66.5%
G 63 of 197 ~ 31.98%
B 3 of 197 ~ 1.52'%

%66.5
%31.98

CMYK color model

#833F03 color CMYK value is (0,52,98,49).

  • cyan value is 0.00%
  • magenta value is 51.91%
  • yellow value is 97.71%
  • key color value is 48.63%

CMYK: (0,52,98,49)
C0M52Y98K49 (0%, 52%, 98%, 49%)
(0.00 / 0.52 / 0.98 / 0.49)

CMYK percentages

%0
%51.91
%97.71
%48.63

Codes

Color #833F03 in popluar color models

83 3F 03
RGB 131 63 3
HSL 28° 95.52% 26.27%
HSB/HSV 28° 97.71% 51.37%
CMYK 0.00% 51.91% 97.71%
48.63%

Color #833F03 in popluar number systems.

HEX 83 3F 03
Decimal 131 63 3
Binary 10000011 111111 11
Octal 203 77 3

Shades and tints

Shades of #833F03

#833F03
(131,63,3)
#783A03
(120,58,3)
#6D3503
(109,53,3)
#623003
(98,48,3)
#572B03
(87,43,3)
#4C2603
(76,38,3)
#412103
(65,33,3)
#361C03
(54,28,3)
#2B1703
(43,23,3)
#201203
(32,18,3)
#150D03
(21,13,3)
#000000
(0,0,0)

Tints of #833F03

#833F03
(131,63,3)
#8E5019
(142,80,25)
#99612F
(153,97,47)
#A47245
(164,114,69)
#AF835B
(175,131,91)
#BA9471
(186,148,113)
#C5A587
(197,165,135)
#D0B69D
(208,182,157)
#DBC7B3
(219,199,179)
#E6D8C9
(230,216,201)
#F1E9DF
(241,233,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #833F03 color. Also use rgb(131,63,3) instead hex code.

Text Font Color

.myTextColor { color: #833F03; }

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

This text font color is #833F03.

Background Color

.myBgColor { background-color: #833F03; }

<div style="background-color:#833F03">Inner text</div>

This div background color is #833F03.

Border color

.myBorderColor { border: 1px solid #833F03; }

<div style="border:3px solid #833F03">Div</div>

This div border color is #833F03.

Opacity

.myOpacity80 { color: #833F03; opacity: 0.8; }

<p style="color:#833F03;opacity:0.8;">80%</p>

Text with #833F03 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 #833F03;}

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

This text has shadow with #833F03 color.


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

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

This text has shadow with #833F03 primary color and red secondary color.


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

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

This text has shadow with #833F03 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #833F03.

Preview

Color preview on black background

This text has color #833F03 on black background.


Color preview on white background

This text has color #833F03 on white background.


Black color preview on #833F03 background

This text has black color on #833F03 background.


White color preview on #833F03 background

This text has white color on #833F03 background.


Related colors

Complementary color

Complementary color for #hex is #7CC0FC.


I love getcolorcode.com

Triadic colors

1 #03833F and #3F0383 with #833F03 are triadic colors.

2 #033F83 and #3F8303 with #833F03 are triadic colors.