COLOR #834B50

HEX: #834B50
RGB: (131,75,80)

Color info

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

RGB color model

#834B50 color RGB value is (131,75,80).

  • red value is 131;
  • green value is 75;
  • blue value is 80.
RGB:
(131,75,80)
(51%,29%,31%)

RGB channels and saturation

R 131 of 255 = 51%
G 75 of 255 = 29%
B 80 of 255 = 31%

131
75
80

R + G + B ~ 37%. #834B50 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 75 + 80 = 286 (100%)
R 131 of 286 ~ 45.8%
G 75 of 286 ~ 26.22%
B 80 of 286 ~ 27.97%

%45.8
%26.22
%27.97

CMYK color model

#834B50 color CMYK value is (0,43,39,49).

  • cyan value is 0.00%
  • magenta value is 42.75%
  • yellow value is 38.93%
  • key color value is 48.63%
CMYK:
(0,43,39,49)
C0M43Y39K49 
(0%,43%,39%,49%)
(0.00/0.43/0.39/0.49)	

CMYK percentages

%0
%42.75
%38.93
%48.63

Codes

Color #834B50 in popluar color models

834B50
RGB1317580
HSL355°27.18%40.39%
HSB/HSV355°42.75%51.37%
CMYK0.00%42.75%38.93%
48.63%

Color #834B50 in popluar number systems.

HEX834B50
Decimal1317580
Binary1000001110010111010000
Octal203113120

Shades and tints

Shades of #834B50

#834B50
(131,75,80)
#784549
(120,69,73)
#6D3F42
(109,63,66)
#62393B
(98,57,59)
#573334
(87,51,52)
#4C2D2D
(76,45,45)
#412726
(65,39,38)
#36211F
(54,33,31)
#2B1B18
(43,27,24)
#201511
(32,21,17)
#150F0A
(21,15,10)
#000000
(0,0,0)

Tints of #834B50

#834B50
(131,75,80)
#8E5B5F
(142,91,95)
#996B6E
(153,107,110)
#A47B7D
(164,123,125)
#AF8B8C
(175,139,140)
#BA9B9B
(186,155,155)
#C5ABAA
(197,171,170)
#D0BBB9
(208,187,185)
#DBCBC8
(219,203,200)
#E6DBD7
(230,219,215)
#F1EBE6
(241,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #834B50 color. Also use rgb(131,75,80) instead hex code.

Text Font Color

.myTextColor { color: #834B50; }

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

This text font color is #834B50.


Background Color

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

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

This div background color is #834B50.


Border color

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

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

This div border color is #834B50.


Opacity

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

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

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

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

This text has shadow with #834B50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #834B50 on black background.


Color preview on white background

This text has color #834B50 on white background.



Black color preview on #834B50 background

This text has black color on #834B50 background.


White color preview on #834B50 background

This text has white color on #834B50 background.