COLOR #834617

HEX: #834617
RGB: (131,70,23)

Color info

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

RGB color model

#834617 color RGB value is (131,70,23).

  • red value is 131;
  • green value is 70;
  • blue value is 23.
RGB:
(131,70,23)
(51%,27%,9%)

RGB channels and saturation

R 131 of 255 = 51%
G 70 of 255 = 27%
B 23 of 255 = 9%

131
70
23

R + G + B ~ 29%. #834617 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 70 + 23 = 224 (100%)
R 131 of 224 ~ 58.48%
G 70 of 224 ~ 31.25%
B 23 of 224 ~ 10.27%

%58.48
%31.25
%10.27

CMYK color model

#834617 color CMYK value is (0,47,82,49).

  • cyan value is 0.00%
  • magenta value is 46.56%
  • yellow value is 82.44%
  • key color value is 48.63%
CMYK:
(0,47,82,49)
C0M47Y82K49 
(0%,47%,82%,49%)
(0.00/0.47/0.82/0.49)	

CMYK percentages

%0
%46.56
%82.44
%48.63

Codes

Color #834617 in popluar color models

834617
RGB1317023
HSL26°70.13%30.20%
HSB/HSV26°82.44%51.37%
CMYK0.00%46.56%82.44%
48.63%

Color #834617 in popluar number systems.

HEX834617
Decimal1317023
Binary10000011100011010111
Octal20310627

Shades and tints

Shades of #834617

#834617
(131,70,23)
#784015
(120,64,21)
#6D3A13
(109,58,19)
#623411
(98,52,17)
#572E0F
(87,46,15)
#4C280D
(76,40,13)
#41220B
(65,34,11)
#361C09
(54,28,9)
#2B1607
(43,22,7)
#201005
(32,16,5)
#150A03
(21,10,3)
#000000
(0,0,0)

Tints of #834617

#834617
(131,70,23)
#8E562C
(142,86,44)
#996641
(153,102,65)
#A47656
(164,118,86)
#AF866B
(175,134,107)
#BA9680
(186,150,128)
#C5A695
(197,166,149)
#D0B6AA
(208,182,170)
#DBC6BF
(219,198,191)
#E6D6D4
(230,214,212)
#F1E6E9
(241,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #834617 color. Also use rgb(131,70,23) instead hex code.

Text Font Color

.myTextColor { color: #834617; }

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

This text font color is #834617.


Background Color

.myBgColor { background-color: #834617; }

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

This div background color is #834617.


Border color

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

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

This div border color is #834617.


Opacity

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

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

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

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

This text has shadow with #834617 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #834617 on black background.


Color preview on white background

This text has color #834617 on white background.



Black color preview on #834617 background

This text has black color on #834617 background.


White color preview on #834617 background

This text has white color on #834617 background.