COLOR #844730

HEX: #844730
RGB: (132,71,48)

Color info

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

RGB color model

#844730 color RGB value is (132,71,48).

  • red value is 132;
  • green value is 71;
  • blue value is 48.
RGB:
(132,71,48)
(52%,28%,19%)

RGB channels and saturation

R 132 of 255 = 52%
G 71 of 255 = 28%
B 48 of 255 = 19%

132
71
48

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

Portions of RGB colors in percentages

R + G + B =
132 + 71 + 48 = 251 (100%)
R 132 of 251 ~ 52.59%
G 71 of 251 ~ 28.29%
B 48 of 251 ~ 19.12%

%52.59
%28.29
%19.12

CMYK color model

#844730 color CMYK value is (0,46,64,48).

  • cyan value is 0.00%
  • magenta value is 46.21%
  • yellow value is 63.64%
  • key color value is 48.24%
CMYK:
(0,46,64,48)
C0M46Y64K48 
(0%,46%,64%,48%)
(0.00/0.46/0.64/0.48)	

CMYK percentages

%0
%46.21
%63.64
%48.24

Codes

Color #844730 in popluar color models

844730
RGB1327148
HSL16°46.67%35.29%
HSB/HSV16°63.64%51.76%
CMYK0.00%46.21%63.64%
48.24%

Color #844730 in popluar number systems.

HEX844730
Decimal1327148
Binary100001001000111110000
Octal20410760

Shades and tints

Shades of #844730

#844730
(132,71,48)
#78412C
(120,65,44)
#6C3B28
(108,59,40)
#603524
(96,53,36)
#542F20
(84,47,32)
#48291C
(72,41,28)
#3C2318
(60,35,24)
#301D14
(48,29,20)
#241710
(36,23,16)
#18110C
(24,17,12)
#0C0B08
(12,11,8)
#000000
(0,0,0)

Tints of #844730

#844730
(132,71,48)
#8F5742
(143,87,66)
#9A6754
(154,103,84)
#A57766
(165,119,102)
#B08778
(176,135,120)
#BB978A
(187,151,138)
#C6A79C
(198,167,156)
#D1B7AE
(209,183,174)
#DCC7C0
(220,199,192)
#E7D7D2
(231,215,210)
#F2E7E4
(242,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #844730 color. Also use rgb(132,71,48) instead hex code.

Text Font Color

.myTextColor { color: #844730; }

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

This text font color is #844730.


Background Color

.myBgColor { background-color: #844730; }

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

This div background color is #844730.


Border color

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

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

This div border color is #844730.


Opacity

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

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

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

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

This text has shadow with #844730 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #844730 on black background.


Color preview on white background

This text has color #844730 on white background.



Black color preview on #844730 background

This text has black color on #844730 background.


White color preview on #844730 background

This text has white color on #844730 background.