COLOR #834C65

HEX: #834C65
RGB: (131,76,101)

Color info

#834C65 contains red, green and blue colors in about the same proportion. Web safe color of #834C65 is #993366 (or #936).

RGB color model

#834C65 color RGB value is (131,76,101).

  • red value is 131;
  • green value is 76;
  • blue value is 101.
RGB:
(131,76,101)
(51%,30%,40%)

RGB channels and saturation

R 131 of 255 = 51%
G 76 of 255 = 30%
B 101 of 255 = 40%

131
76
101

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

Portions of RGB colors in percentages

R + G + B =
131 + 76 + 101 = 308 (100%)
R 131 of 308 ~ 42.53%
G 76 of 308 ~ 24.68%
B 101 of 308 ~ 32.79%

%42.53
%24.68
%32.79

CMYK color model

#834C65 color CMYK value is (0,42,23,49).

  • cyan value is 0.00%
  • magenta value is 41.98%
  • yellow value is 22.90%
  • key color value is 48.63%
CMYK:
(0,42,23,49)
C0M42Y23K49 
(0%,42%,23%,49%)
(0.00/0.42/0.23/0.49)	

CMYK percentages

%0
%41.98
%22.9
%48.63

Codes

Color #834C65 in popluar color models

834C65
RGB13176101
HSL333°26.57%40.59%
HSB/HSV333°41.98%51.37%
CMYK0.00%41.98%22.90%
48.63%

Color #834C65 in popluar number systems.

HEX834C65
Decimal13176101
Binary1000001110011001100101
Octal203114145

Shades and tints

Shades of #834C65

#834C65
(131,76,101)
#78465C
(120,70,92)
#6D4053
(109,64,83)
#623A4A
(98,58,74)
#573441
(87,52,65)
#4C2E38
(76,46,56)
#41282F
(65,40,47)
#362226
(54,34,38)
#2B1C1D
(43,28,29)
#201614
(32,22,20)
#15100B
(21,16,11)
#000000
(0,0,0)

Tints of #834C65

#834C65
(131,76,101)
#8E5C73
(142,92,115)
#996C81
(153,108,129)
#A47C8F
(164,124,143)
#AF8C9D
(175,140,157)
#BA9CAB
(186,156,171)
#C5ACB9
(197,172,185)
#D0BCC7
(208,188,199)
#DBCCD5
(219,204,213)
#E6DCE3
(230,220,227)
#F1ECF1
(241,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #834C65 color. Also use rgb(131,76,101) instead hex code.

Text Font Color

.myTextColor { color: #834C65; }

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

This text font color is #834C65.


Background Color

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

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

This div background color is #834C65.


Border color

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

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

This div border color is #834C65.


Opacity

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

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

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

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

This text has shadow with #834C65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #834C65 on black background.


Color preview on white background

This text has color #834C65 on white background.



Black color preview on #834C65 background

This text has black color on #834C65 background.


White color preview on #834C65 background

This text has white color on #834C65 background.