COLOR #833409

HEX: #833409 RGB: (131,52,9)

Color info

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

RGB color model

#833409 color RGB value is (131,52,9).

RGB: (131,52,9) (51%, 20%, 4%)

RGB channels and saturation

R 131 of 255 = 51%
G 52 of 255 = 20%
B 9 of 255 = 4%

131
52
9

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

Portions of RGB colors in percentages

R + G + B = 131 + 52 + 9 = 192 (100%)
R 131 of 192 ~ 68.23%
G 52 of 192 ~ 27.08%
B 9 of 192 ~ 4.69'%

%68.23
%27.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 60.31%
  • 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
%60.31
%93.13
%48.63

Codes

Color #833409 in popluar color models

83 34 09
RGB 131 52 9
HSL 21° 87.14% 27.45%
HSB/HSV 21° 93.13% 51.37%
CMYK 0.00% 60.31% 93.13%
48.63%

Color #833409 in popluar number systems.

HEX 83 34 09
Decimal 131 52 9
Binary 10000011 110100 1001
Octal 203 64 11

Shades and tints

Shades of #833409

#833409
(131,52,9)
#783009
(120,48,9)
#6D2C09
(109,44,9)
#622809
(98,40,9)
#572409
(87,36,9)
#4C2009
(76,32,9)
#411C09
(65,28,9)
#361809
(54,24,9)
#2B1409
(43,20,9)
#201009
(32,16,9)
#150C09
(21,12,9)
#000000
(0,0,0)

Tints of #833409

#833409
(131,52,9)
#8E461F
(142,70,31)
#995835
(153,88,53)
#A46A4B
(164,106,75)
#AF7C61
(175,124,97)
#BA8E77
(186,142,119)
#C5A08D
(197,160,141)
#D0B2A3
(208,178,163)
#DBC4B9
(219,196,185)
#E6D6CF
(230,214,207)
#F1E8E5
(241,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #833409; }

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

This text font color is #833409.

Background Color

.myBgColor { background-color: #833409; }

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

This div background color is #833409.

Border color

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

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

This div border color is #833409.

Opacity

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

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

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

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

This text has shadow with #833409 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #833409.

Preview

Color preview on black background

This text has color #833409 on black background.


Color preview on white background

This text has color #833409 on white background.


Black color preview on #833409 background

This text has black color on #833409 background.


White color preview on #833409 background

This text has white color on #833409 background.


Related colors

Complementary color

Complementary color for #hex is #7CCBF6.


I love getcolorcode.com

Triadic colors

1 #098334 and #340983 with #833409 are triadic colors.

2 #093483 and #348309 with #833409 are triadic colors.