COLOR #834E6D

HEX: #834E6D
RGB: (131,78,109)

Color info

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

RGB color model

#834E6D color RGB value is (131,78,109).

  • red value is 131;
  • green value is 78;
  • blue value is 109.
RGB:
(131,78,109)
(51%,31%,43%)

RGB channels and saturation

R 131 of 255 = 51%
G 78 of 255 = 31%
B 109 of 255 = 43%

131
78
109

R + G + B ~ 42%. #834E6D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 78 + 109 = 318 (100%)
R 131 of 318 ~ 41.19%
G 78 of 318 ~ 24.53%
B 109 of 318 ~ 34.28%

%41.19
%24.53
%34.28

CMYK color model

#834E6D color CMYK value is (0,40,17,49).

  • cyan value is 0.00%
  • magenta value is 40.46%
  • yellow value is 16.79%
  • key color value is 48.63%
CMYK:
(0,40,17,49)
C0M40Y17K49 
(0%,40%,17%,49%)
(0.00/0.40/0.17/0.49)	

CMYK percentages

%0
%40.46
%16.79
%48.63

Codes

Color #834E6D in popluar color models

834E6D
RGB13178109
HSL325°25.36%40.98%
HSB/HSV325°40.46%51.37%
CMYK0.00%40.46%16.79%
48.63%

Color #834E6D in popluar number systems.

HEX834E6D
Decimal13178109
Binary1000001110011101101101
Octal203116155

Shades and tints

Shades of #834E6D

#834E6D
(131,78,109)
#784764
(120,71,100)
#6D405B
(109,64,91)
#623952
(98,57,82)
#573249
(87,50,73)
#4C2B40
(76,43,64)
#412437
(65,36,55)
#361D2E
(54,29,46)
#2B1625
(43,22,37)
#200F1C
(32,15,28)
#150813
(21,8,19)
#000000
(0,0,0)

Tints of #834E6D

#834E6D
(131,78,109)
#8E5E7A
(142,94,122)
#996E87
(153,110,135)
#A47E94
(164,126,148)
#AF8EA1
(175,142,161)
#BA9EAE
(186,158,174)
#C5AEBB
(197,174,187)
#D0BEC8
(208,190,200)
#DBCED5
(219,206,213)
#E6DEE2
(230,222,226)
#F1EEEF
(241,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #834E6D color. Also use rgb(131,78,109) instead hex code.

Text Font Color

.myTextColor { color: #834E6D; }

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

This text font color is #834E6D.


Background Color

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

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

This div background color is #834E6D.


Border color

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

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

This div border color is #834E6D.


Opacity

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

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

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

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

This text has shadow with #834E6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #834E6D on black background.


Color preview on white background

This text has color #834E6D on white background.



Black color preview on #834E6D background

This text has black color on #834E6D background.


White color preview on #834E6D background

This text has white color on #834E6D background.