COLOR #834953

HEX: #834953
RGB: (131,73,83)

Color info

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

RGB color model

#834953 color RGB value is (131,73,83).

  • red value is 131;
  • green value is 73;
  • blue value is 83.
RGB:
(131,73,83)
(51%,29%,33%)

RGB channels and saturation

R 131 of 255 = 51%
G 73 of 255 = 29%
B 83 of 255 = 33%

131
73
83

R + G + B ~ 38%. #834953 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 73 + 83 = 287 (100%)
R 131 of 287 ~ 45.64%
G 73 of 287 ~ 25.44%
B 83 of 287 ~ 28.92%

%45.64
%25.44
%28.92

CMYK color model

#834953 color CMYK value is (0,44,37,49).

  • cyan value is 0.00%
  • magenta value is 44.27%
  • yellow value is 36.64%
  • key color value is 48.63%
CMYK:
(0,44,37,49)
C0M44Y37K49 
(0%,44%,37%,49%)
(0.00/0.44/0.37/0.49)	

CMYK percentages

%0
%44.27
%36.64
%48.63

Codes

Color #834953 in popluar color models

834953
RGB1317383
HSL350°28.43%40.00%
HSB/HSV350°44.27%51.37%
CMYK0.00%44.27%36.64%
48.63%

Color #834953 in popluar number systems.

HEX834953
Decimal1317383
Binary1000001110010011010011
Octal203111123

Shades and tints

Shades of #834953

#834953
(131,73,83)
#78434C
(120,67,76)
#6D3D45
(109,61,69)
#62373E
(98,55,62)
#573137
(87,49,55)
#4C2B30
(76,43,48)
#412529
(65,37,41)
#361F22
(54,31,34)
#2B191B
(43,25,27)
#201314
(32,19,20)
#150D0D
(21,13,13)
#000000
(0,0,0)

Tints of #834953

#834953
(131,73,83)
#8E5962
(142,89,98)
#996971
(153,105,113)
#A47980
(164,121,128)
#AF898F
(175,137,143)
#BA999E
(186,153,158)
#C5A9AD
(197,169,173)
#D0B9BC
(208,185,188)
#DBC9CB
(219,201,203)
#E6D9DA
(230,217,218)
#F1E9E9
(241,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #834953 color. Also use rgb(131,73,83) instead hex code.

Text Font Color

.myTextColor { color: #834953; }

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

This text font color is #834953.


Background Color

.myBgColor { background-color: #834953; }

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

This div background color is #834953.


Border color

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

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

This div border color is #834953.


Opacity

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

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

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

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

This text has shadow with #834953 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #834953 on black background.


Color preview on white background

This text has color #834953 on white background.



Black color preview on #834953 background

This text has black color on #834953 background.


White color preview on #834953 background

This text has white color on #834953 background.