COLOR #834B44

HEX: #834B44
RGB: (131,75,68)

Color info

#834B44 contains mainly red and green colors. Web safe color of #834B44 is #993333 (or #933).

RGB color model

#834B44 color RGB value is (131,75,68).

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

RGB channels and saturation

R 131 of 255 = 51%
G 75 of 255 = 29%
B 68 of 255 = 27%

131
75
68

R + G + B ~ 36%. #834B44 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 75 + 68 = 274 (100%)
R 131 of 274 ~ 47.81%
G 75 of 274 ~ 27.37%
B 68 of 274 ~ 24.82%

%47.81
%27.37
%24.82

CMYK color model

#834B44 color CMYK value is (0,43,48,49).

  • cyan value is 0.00%
  • magenta value is 42.75%
  • yellow value is 48.09%
  • key color value is 48.63%
CMYK:
(0,43,48,49)
C0M43Y48K49 
(0%,43%,48%,49%)
(0.00/0.43/0.48/0.49)	

CMYK percentages

%0
%42.75
%48.09
%48.63

Codes

Color #834B44 in popluar color models

834B44
RGB1317568
HSL31.66%39.02%
HSB/HSV48.09%51.37%
CMYK0.00%42.75%48.09%
48.63%

Color #834B44 in popluar number systems.

HEX834B44
Decimal1317568
Binary1000001110010111000100
Octal203113104

Shades and tints

Shades of #834B44

#834B44
(131,75,68)
#78453E
(120,69,62)
#6D3F38
(109,63,56)
#623932
(98,57,50)
#57332C
(87,51,44)
#4C2D26
(76,45,38)
#412720
(65,39,32)
#36211A
(54,33,26)
#2B1B14
(43,27,20)
#20150E
(32,21,14)
#150F08
(21,15,8)
#000000
(0,0,0)

Tints of #834B44

#834B44
(131,75,68)
#8E5B55
(142,91,85)
#996B66
(153,107,102)
#A47B77
(164,123,119)
#AF8B88
(175,139,136)
#BA9B99
(186,155,153)
#C5ABAA
(197,171,170)
#D0BBBB
(208,187,187)
#DBCBCC
(219,203,204)
#E6DBDD
(230,219,221)
#F1EBEE
(241,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #834B44; }

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

This text font color is #834B44.


Background Color

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

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

This div background color is #834B44.


Border color

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

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

This div border color is #834B44.


Opacity

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

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

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

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

This text has shadow with #834B44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #834B44 on black background.


Color preview on white background

This text has color #834B44 on white background.



Black color preview on #834B44 background

This text has black color on #834B44 background.


White color preview on #834B44 background

This text has white color on #834B44 background.