COLOR #833509

HEX: #833509
RGB: (131,53,9)

Color info

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

RGB color model

#833509 color RGB value is (131,53,9).

  • red value is 131;
  • green value is 53;
  • blue value is 9.
RGB:
(131,53,9)
(51%,21%,4%)

RGB channels and saturation

R 131 of 255 = 51%
G 53 of 255 = 21%
B 9 of 255 = 4%

131
53
9

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

Portions of RGB colors in percentages

R + G + B =
131 + 53 + 9 = 193 (100%)
R 131 of 193 ~ 67.88%
G 53 of 193 ~ 27.46%
B 9 of 193 ~ 4.66%

%67.88
%27.46

CMYK color model

#833509 color CMYK value is (0,60,93,49).

  • cyan value is 0.00%
  • magenta value is 59.54%
  • yellow value is 93.13%
  • key color value is 48.63%
CMYK:
(0,60,93,49)
C0M60Y93K49 
(0%,60%,93%,49%)
(0.00/0.60/0.93/0.49)	

CMYK percentages

%0
%59.54
%93.13
%48.63

Codes

Color #833509 in popluar color models

833509
RGB131539
HSL22°87.14%27.45%
HSB/HSV22°93.13%51.37%
CMYK0.00%59.54%93.13%
48.63%

Color #833509 in popluar number systems.

HEX833509
Decimal131539
Binary100000111101011001
Octal2036511

Shades and tints

Shades of #833509

#833509
(131,53,9)
#783109
(120,49,9)
#6D2D09
(109,45,9)
#622909
(98,41,9)
#572509
(87,37,9)
#4C2109
(76,33,9)
#411D09
(65,29,9)
#361909
(54,25,9)
#2B1509
(43,21,9)
#201109
(32,17,9)
#150D09
(21,13,9)
#000000
(0,0,0)

Tints of #833509

#833509
(131,53,9)
#8E471F
(142,71,31)
#995935
(153,89,53)
#A46B4B
(164,107,75)
#AF7D61
(175,125,97)
#BA8F77
(186,143,119)
#C5A18D
(197,161,141)
#D0B3A3
(208,179,163)
#DBC5B9
(219,197,185)
#E6D7CF
(230,215,207)
#F1E9E5
(241,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #833509 color. Also use rgb(131,53,9) instead hex code.

Text Font Color

.myTextColor { color: #833509; }

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

This text font color is #833509.


Background Color

.myBgColor { background-color: #833509; }

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

This div background color is #833509.


Border color

.myBorderColor { border: 1px solid #833509; }

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

This div border color is #833509.


Opacity

.myOpacity80 { color: #833509; opacity: 0.8; }

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

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

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

This text has shadow with #833509 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #833509 on black background.


Color preview on white background

This text has color #833509 on white background.



Black color preview on #833509 background

This text has black color on #833509 background.


White color preview on #833509 background

This text has white color on #833509 background.