COLOR #834346

HEX: #834346
RGB: (131,67,70)

Color info

#834346 contains mainly red color. Web safe color of #834346 is #993333 (or #933).

RGB color model

#834346 color RGB value is (131,67,70).

  • red value is 131;
  • green value is 67;
  • blue value is 70.
RGB:
(131,67,70)
(51%,26%,27%)

RGB channels and saturation

R 131 of 255 = 51%
G 67 of 255 = 26%
B 70 of 255 = 27%

131
67
70

R + G + B ~ 35%. #834346 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 67 + 70 = 268 (100%)
R 131 of 268 ~ 48.88%
G 67 of 268 ~ 25%
B 70 of 268 ~ 26.12%

%48.88
%25
%26.12

CMYK color model

#834346 color CMYK value is (0,49,47,49).

  • cyan value is 0.00%
  • magenta value is 48.85%
  • yellow value is 46.56%
  • key color value is 48.63%
CMYK:
(0,49,47,49)
C0M49Y47K49 
(0%,49%,47%,49%)
(0.00/0.49/0.47/0.49)	

CMYK percentages

%0
%48.85
%46.56
%48.63

Codes

Color #834346 in popluar color models

834346
RGB1316770
HSL357°32.32%38.82%
HSB/HSV357°48.85%51.37%
CMYK0.00%48.85%46.56%
48.63%

Color #834346 in popluar number systems.

HEX834346
Decimal1316770
Binary1000001110000111000110
Octal203103106

Shades and tints

Shades of #834346

#834346
(131,67,70)
#783D40
(120,61,64)
#6D373A
(109,55,58)
#623134
(98,49,52)
#572B2E
(87,43,46)
#4C2528
(76,37,40)
#411F22
(65,31,34)
#36191C
(54,25,28)
#2B1316
(43,19,22)
#200D10
(32,13,16)
#15070A
(21,7,10)
#000000
(0,0,0)

Tints of #834346

#834346
(131,67,70)
#8E5456
(142,84,86)
#996566
(153,101,102)
#A47676
(164,118,118)
#AF8786
(175,135,134)
#BA9896
(186,152,150)
#C5A9A6
(197,169,166)
#D0BAB6
(208,186,182)
#DBCBC6
(219,203,198)
#E6DCD6
(230,220,214)
#F1EDE6
(241,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #834346 color. Also use rgb(131,67,70) instead hex code.

Text Font Color

.myTextColor { color: #834346; }

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

This text font color is #834346.


Background Color

.myBgColor { background-color: #834346; }

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

This div background color is #834346.


Border color

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

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

This div border color is #834346.


Opacity

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

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

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

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

This text has shadow with #834346 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #834346 on black background.


Color preview on white background

This text has color #834346 on white background.



Black color preview on #834346 background

This text has black color on #834346 background.


White color preview on #834346 background

This text has white color on #834346 background.