COLOR #843D3C

HEX: #843D3C RGB: (132,61,60)

Color info

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

RGB color model

#843D3C color RGB value is (132,61,60).

RGB: (132,61,60) (52%, 24%, 24%)

RGB channels and saturation

R 132 of 255 = 52%
G 61 of 255 = 24%
B 60 of 255 = 24%

132
61
60

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

Portions of RGB colors in percentages

R + G + B = 132 + 61 + 60 = 253 (100%)
R 132 of 253 ~ 52.17%
G 61 of 253 ~ 24.11%
B 60 of 253 ~ 23.72'%

%52.17
%24.11
%23.72

CMYK color model

#843D3C color CMYK value is (0,54,55,48).

  • cyan value is 0.00%
  • magenta value is 53.79%
  • yellow value is 54.55%
  • key color value is 48.24%

CMYK: (0,54,55,48)
C0M54Y55K48 (0%, 54%, 55%, 48%)
(0.00 / 0.54 / 0.55 / 0.48)

CMYK percentages

%0
%53.79
%54.55
%48.24

Codes

Color #843D3C in popluar color models

84 3D 3C
RGB 132 61 60
HSL 37.50% 37.65%
HSB/HSV 54.55% 51.76%
CMYK 0.00% 53.79% 54.55%
48.24%

Color #843D3C in popluar number systems.

HEX 84 3D 3C
Decimal 132 61 60
Binary 10000100 111101 111100
Octal 204 75 74

Shades and tints

Shades of #843D3C

#843D3C
(132,61,60)
#783837
(120,56,55)
#6C3332
(108,51,50)
#602E2D
(96,46,45)
#542928
(84,41,40)
#482423
(72,36,35)
#3C1F1E
(60,31,30)
#301A19
(48,26,25)
#241514
(36,21,20)
#18100F
(24,16,15)
#0C0B0A
(12,11,10)
#000000
(0,0,0)

Tints of #843D3C

#843D3C
(132,61,60)
#8F4E4D
(143,78,77)
#9A5F5E
(154,95,94)
#A5706F
(165,112,111)
#B08180
(176,129,128)
#BB9291
(187,146,145)
#C6A3A2
(198,163,162)
#D1B4B3
(209,180,179)
#DCC5C4
(220,197,196)
#E7D6D5
(231,214,213)
#F2E7E6
(242,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #843D3C color. Also use rgb(132,61,60) instead hex code.

Text Font Color

.myTextColor { color: #843D3C; }

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

This text font color is #843D3C.

Background Color

.myBgColor { background-color: #843D3C; }

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

This div background color is #843D3C.

Border color

.myBorderColor { border: 1px solid #843D3C; }

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

This div border color is #843D3C.

Opacity

.myOpacity80 { color: #843D3C; opacity: 0.8; }

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

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

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

This text has shadow with #843D3C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #843D3C.

Preview

Color preview on black background

This text has color #843D3C on black background.


Color preview on white background

This text has color #843D3C on white background.


Black color preview on #843D3C background

This text has black color on #843D3C background.


White color preview on #843D3C background

This text has white color on #843D3C background.


Related colors

Complementary color

Complementary color for #hex is #7BC2C3.


I love getcolorcode.com

Triadic colors

1 #3C843D and #3D3C84 with #843D3C are triadic colors.

2 #3C3D84 and #3D843C with #843D3C are triadic colors.