COLOR #834C30

HEX: #834C30
RGB: (131,76,48)

Color info

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

RGB color model

#834C30 color RGB value is (131,76,48).

  • red value is 131;
  • green value is 76;
  • blue value is 48.
RGB:
(131,76,48)
(51%,30%,19%)

RGB channels and saturation

R 131 of 255 = 51%
G 76 of 255 = 30%
B 48 of 255 = 19%

131
76
48

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

Portions of RGB colors in percentages

R + G + B =
131 + 76 + 48 = 255 (100%)
R 131 of 255 ~ 51.37%
G 76 of 255 ~ 29.8%
B 48 of 255 ~ 18.82%

%51.37
%29.8
%18.82

CMYK color model

#834C30 color CMYK value is (0,42,63,49).

  • cyan value is 0.00%
  • magenta value is 41.98%
  • yellow value is 63.36%
  • key color value is 48.63%
CMYK:
(0,42,63,49)
C0M42Y63K49 
(0%,42%,63%,49%)
(0.00/0.42/0.63/0.49)	

CMYK percentages

%0
%41.98
%63.36
%48.63

Codes

Color #834C30 in popluar color models

834C30
RGB1317648
HSL20°46.37%35.10%
HSB/HSV20°63.36%51.37%
CMYK0.00%41.98%63.36%
48.63%

Color #834C30 in popluar number systems.

HEX834C30
Decimal1317648
Binary100000111001100110000
Octal20311460

Shades and tints

Shades of #834C30

#834C30
(131,76,48)
#78462C
(120,70,44)
#6D4028
(109,64,40)
#623A24
(98,58,36)
#573420
(87,52,32)
#4C2E1C
(76,46,28)
#412818
(65,40,24)
#362214
(54,34,20)
#2B1C10
(43,28,16)
#20160C
(32,22,12)
#151008
(21,16,8)
#000000
(0,0,0)

Tints of #834C30

#834C30
(131,76,48)
#8E5C42
(142,92,66)
#996C54
(153,108,84)
#A47C66
(164,124,102)
#AF8C78
(175,140,120)
#BA9C8A
(186,156,138)
#C5AC9C
(197,172,156)
#D0BCAE
(208,188,174)
#DBCCC0
(219,204,192)
#E6DCD2
(230,220,210)
#F1ECE4
(241,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #834C30 color. Also use rgb(131,76,48) instead hex code.

Text Font Color

.myTextColor { color: #834C30; }

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

This text font color is #834C30.


Background Color

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

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

This div background color is #834C30.


Border color

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

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

This div border color is #834C30.


Opacity

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

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

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

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

This text has shadow with #834C30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #834C30 on black background.


Color preview on white background

This text has color #834C30 on white background.



Black color preview on #834C30 background

This text has black color on #834C30 background.


White color preview on #834C30 background

This text has white color on #834C30 background.