COLOR #834538

HEX: #834538
RGB: (131,69,56)

Color info

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

RGB color model

#834538 color RGB value is (131,69,56).

  • red value is 131;
  • green value is 69;
  • blue value is 56.
RGB:
(131,69,56)
(51%,27%,22%)

RGB channels and saturation

R 131 of 255 = 51%
G 69 of 255 = 27%
B 56 of 255 = 22%

131
69
56

R + G + B ~ 33%. #834538 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 69 + 56 = 256 (100%)
R 131 of 256 ~ 51.17%
G 69 of 256 ~ 26.95%
B 56 of 256 ~ 21.88%

%51.17
%26.95
%21.88

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 47.33%
  • yellow value is 57.25%
  • key color value is 48.63%
CMYK:
(0,47,57,49)
C0M47Y57K49 
(0%,47%,57%,49%)
(0.00/0.47/0.57/0.49)	

CMYK percentages

%0
%47.33
%57.25
%48.63

Codes

Color #834538 in popluar color models

834538
RGB1316956
HSL10°40.11%36.67%
HSB/HSV10°57.25%51.37%
CMYK0.00%47.33%57.25%
48.63%

Color #834538 in popluar number systems.

HEX834538
Decimal1316956
Binary100000111000101111000
Octal20310570

Shades and tints

Shades of #834538

#834538
(131,69,56)
#783F33
(120,63,51)
#6D392E
(109,57,46)
#623329
(98,51,41)
#572D24
(87,45,36)
#4C271F
(76,39,31)
#41211A
(65,33,26)
#361B15
(54,27,21)
#2B1510
(43,21,16)
#200F0B
(32,15,11)
#150906
(21,9,6)
#000000
(0,0,0)

Tints of #834538

#834538
(131,69,56)
#8E554A
(142,85,74)
#99655C
(153,101,92)
#A4756E
(164,117,110)
#AF8580
(175,133,128)
#BA9592
(186,149,146)
#C5A5A4
(197,165,164)
#D0B5B6
(208,181,182)
#DBC5C8
(219,197,200)
#E6D5DA
(230,213,218)
#F1E5EC
(241,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #834538 color. Also use rgb(131,69,56) instead hex code.

Text Font Color

.myTextColor { color: #834538; }

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

This text font color is #834538.


Background Color

.myBgColor { background-color: #834538; }

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

This div background color is #834538.


Border color

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

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

This div border color is #834538.


Opacity

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

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

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

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

This text has shadow with #834538 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #834538 on black background.


Color preview on white background

This text has color #834538 on white background.



Black color preview on #834538 background

This text has black color on #834538 background.


White color preview on #834538 background

This text has white color on #834538 background.