COLOR #834135

HEX: #834135
RGB: (131,65,53)

Color info

#834135 contains mainly red color. Web safe color of #834135 is #993333 (or #933).

RGB color model

#834135 color RGB value is (131,65,53).

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

RGB channels and saturation

R 131 of 255 = 51%
G 65 of 255 = 25%
B 53 of 255 = 21%

131
65
53

R + G + B ~ 32%. #834135 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 65 + 53 = 249 (100%)
R 131 of 249 ~ 52.61%
G 65 of 249 ~ 26.1%
B 53 of 249 ~ 21.29%

%52.61
%26.1
%21.29

CMYK color model

#834135 color CMYK value is (0,50,60,49).

  • cyan value is 0.00%
  • magenta value is 50.38%
  • yellow value is 59.54%
  • key color value is 48.63%
CMYK:
(0,50,60,49)
C0M50Y60K49 
(0%,50%,60%,49%)
(0.00/0.50/0.60/0.49)	

CMYK percentages

%0
%50.38
%59.54
%48.63

Codes

Color #834135 in popluar color models

834135
RGB1316553
HSL42.39%36.08%
HSB/HSV59.54%51.37%
CMYK0.00%50.38%59.54%
48.63%

Color #834135 in popluar number systems.

HEX834135
Decimal1316553
Binary100000111000001110101
Octal20310165

Shades and tints

Shades of #834135

#834135
(131,65,53)
#783C31
(120,60,49)
#6D372D
(109,55,45)
#623229
(98,50,41)
#572D25
(87,45,37)
#4C2821
(76,40,33)
#41231D
(65,35,29)
#361E19
(54,30,25)
#2B1915
(43,25,21)
#201411
(32,20,17)
#150F0D
(21,15,13)
#000000
(0,0,0)

Tints of #834135

#834135
(131,65,53)
#8E5247
(142,82,71)
#996359
(153,99,89)
#A4746B
(164,116,107)
#AF857D
(175,133,125)
#BA968F
(186,150,143)
#C5A7A1
(197,167,161)
#D0B8B3
(208,184,179)
#DBC9C5
(219,201,197)
#E6DAD7
(230,218,215)
#F1EBE9
(241,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #834135; }

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

This text font color is #834135.


Background Color

.myBgColor { background-color: #834135; }

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

This div background color is #834135.


Border color

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

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

This div border color is #834135.


Opacity

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

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

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

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

This text has shadow with #834135 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #834135 on black background.


Color preview on white background

This text has color #834135 on white background.



Black color preview on #834135 background

This text has black color on #834135 background.


White color preview on #834135 background

This text has white color on #834135 background.