COLOR #834F5D

HEX: #834F5D
RGB: (131,79,93)

Color info

#834F5D contains red, green and blue colors in about the same proportion. Web safe color of #834F5D is #996666 (or #966).

RGB color model

#834F5D color RGB value is (131,79,93).

  • red value is 131;
  • green value is 79;
  • blue value is 93.
RGB:
(131,79,93)
(51%,31%,36%)

RGB channels and saturation

R 131 of 255 = 51%
G 79 of 255 = 31%
B 93 of 255 = 36%

131
79
93

R + G + B ~ 39%. #834F5D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 79 + 93 = 303 (100%)
R 131 of 303 ~ 43.23%
G 79 of 303 ~ 26.07%
B 93 of 303 ~ 30.69%

%43.23
%26.07
%30.69

CMYK color model

#834F5D color CMYK value is (0,40,29,49).

  • cyan value is 0.00%
  • magenta value is 39.69%
  • yellow value is 29.01%
  • key color value is 48.63%
CMYK:
(0,40,29,49)
C0M40Y29K49 
(0%,40%,29%,49%)
(0.00/0.40/0.29/0.49)	

CMYK percentages

%0
%39.69
%29.01
%48.63

Codes

Color #834F5D in popluar color models

834F5D
RGB1317993
HSL344°24.76%41.18%
HSB/HSV344°39.69%51.37%
CMYK0.00%39.69%29.01%
48.63%

Color #834F5D in popluar number systems.

HEX834F5D
Decimal1317993
Binary1000001110011111011101
Octal203117135

Shades and tints

Shades of #834F5D

#834F5D
(131,79,93)
#784855
(120,72,85)
#6D414D
(109,65,77)
#623A45
(98,58,69)
#57333D
(87,51,61)
#4C2C35
(76,44,53)
#41252D
(65,37,45)
#361E25
(54,30,37)
#2B171D
(43,23,29)
#201015
(32,16,21)
#15090D
(21,9,13)
#000000
(0,0,0)

Tints of #834F5D

#834F5D
(131,79,93)
#8E5F6B
(142,95,107)
#996F79
(153,111,121)
#A47F87
(164,127,135)
#AF8F95
(175,143,149)
#BA9FA3
(186,159,163)
#C5AFB1
(197,175,177)
#D0BFBF
(208,191,191)
#DBCFCD
(219,207,205)
#E6DFDB
(230,223,219)
#F1EFE9
(241,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #834F5D color. Also use rgb(131,79,93) instead hex code.

Text Font Color

.myTextColor { color: #834F5D; }

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

This text font color is #834F5D.


Background Color

.myBgColor { background-color: #834F5D; }

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

This div background color is #834F5D.


Border color

.myBorderColor { border: 1px solid #834F5D; }

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

This div border color is #834F5D.


Opacity

.myOpacity80 { color: #834F5D; opacity: 0.8; }

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

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

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

This text has shadow with #834F5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #834F5D on black background.


Color preview on white background

This text has color #834F5D on white background.



Black color preview on #834F5D background

This text has black color on #834F5D background.


White color preview on #834F5D background

This text has white color on #834F5D background.