COLOR #843730

HEX: #843730 RGB: (132,55,48)

Color info

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

RGB color model

#843730 color RGB value is (132,55,48).

RGB: (132,55,48) (52%, 22%, 19%)

RGB channels and saturation

R 132 of 255 = 52%
G 55 of 255 = 22%
B 48 of 255 = 19%

132
55
48

R + G + B ~ 31%. #843730 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 132 + 55 + 48 = 235 (100%)
R 132 of 235 ~ 56.17%
G 55 of 235 ~ 23.4%
B 48 of 235 ~ 20.43'%

%56.17
%23.4
%20.43

CMYK color model

#843730 color CMYK value is (0,58,64,48).

  • cyan value is 0.00%
  • magenta value is 58.33%
  • yellow value is 63.64%
  • key color value is 48.24%

CMYK: (0,58,64,48)
C0M58Y64K48 (0%, 58%, 64%, 48%)
(0.00 / 0.58 / 0.64 / 0.48)

CMYK percentages

%0
%58.33
%63.64
%48.24

Codes

Color #843730 in popluar color models

84 37 30
RGB 132 55 48
HSL 46.67% 35.29%
HSB/HSV 63.64% 51.76%
CMYK 0.00% 58.33% 63.64%
48.24%

Color #843730 in popluar number systems.

HEX 84 37 30
Decimal 132 55 48
Binary 10000100 110111 110000
Octal 204 67 60

Shades and tints

Shades of #843730

#843730
(132,55,48)
#78322C
(120,50,44)
#6C2D28
(108,45,40)
#602824
(96,40,36)
#542320
(84,35,32)
#481E1C
(72,30,28)
#3C1918
(60,25,24)
#301414
(48,20,20)
#240F10
(36,15,16)
#180A0C
(24,10,12)
#0C0508
(12,5,8)
#000000
(0,0,0)

Tints of #843730

#843730
(132,55,48)
#8F4942
(143,73,66)
#9A5B54
(154,91,84)
#A56D66
(165,109,102)
#B07F78
(176,127,120)
#BB918A
(187,145,138)
#C6A39C
(198,163,156)
#D1B5AE
(209,181,174)
#DCC7C0
(220,199,192)
#E7D9D2
(231,217,210)
#F2EBE4
(242,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #843730; }

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

This text font color is #843730.

Background Color

.myBgColor { background-color: #843730; }

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

This div background color is #843730.

Border color

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

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

This div border color is #843730.

Opacity

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

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

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

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

This text has shadow with #843730 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #843730.

Preview

Color preview on black background

This text has color #843730 on black background.


Color preview on white background

This text has color #843730 on white background.


Black color preview on #843730 background

This text has black color on #843730 background.


White color preview on #843730 background

This text has white color on #843730 background.


Related colors

Complementary color

Complementary color for #hex is #7BC8CF.


I love getcolorcode.com

Triadic colors

1 #308437 and #373084 with #843730 are triadic colors.

2 #303784 and #378430 with #843730 are triadic colors.