COLOR #84433C

HEX: #84433C RGB: (132,67,60)

Color info

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

RGB color model

#84433C color RGB value is (132,67,60).

RGB: (132,67,60) (52%, 26%, 24%)

RGB channels and saturation

R 132 of 255 = 52%
G 67 of 255 = 26%
B 60 of 255 = 24%

132
67
60

R + G + B ~ 34%. #84433C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 132 + 67 + 60 = 259 (100%)
R 132 of 259 ~ 50.97%
G 67 of 259 ~ 25.87%
B 60 of 259 ~ 23.17'%

%50.97
%25.87
%23.17

CMYK color model

#84433C color CMYK value is (0,49,55,48).

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

CMYK: (0,49,55,48)
C0M49Y55K48 (0%, 49%, 55%, 48%)
(0.00 / 0.49 / 0.55 / 0.48)

CMYK percentages

%0
%49.24
%54.55
%48.24

Codes

Color #84433C in popluar color models

84 43 3C
RGB 132 67 60
HSL 37.50% 37.65%
HSB/HSV 54.55% 51.76%
CMYK 0.00% 49.24% 54.55%
48.24%

Color #84433C in popluar number systems.

HEX 84 43 3C
Decimal 132 67 60
Binary 10000100 1000011 111100
Octal 204 103 74

Shades and tints

Shades of #84433C

#84433C
(132,67,60)
#783D37
(120,61,55)
#6C3732
(108,55,50)
#60312D
(96,49,45)
#542B28
(84,43,40)
#482523
(72,37,35)
#3C1F1E
(60,31,30)
#301919
(48,25,25)
#241314
(36,19,20)
#180D0F
(24,13,15)
#0C070A
(12,7,10)
#000000
(0,0,0)

Tints of #84433C

#84433C
(132,67,60)
#8F544D
(143,84,77)
#9A655E
(154,101,94)
#A5766F
(165,118,111)
#B08780
(176,135,128)
#BB9891
(187,152,145)
#C6A9A2
(198,169,162)
#D1BAB3
(209,186,179)
#DCCBC4
(220,203,196)
#E7DCD5
(231,220,213)
#F2EDE6
(242,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84433C color. Also use rgb(132,67,60) instead hex code.

Text Font Color

.myTextColor { color: #84433C; }

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

This text font color is #84433C.

Background Color

.myBgColor { background-color: #84433C; }

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

This div background color is #84433C.

Border color

.myBorderColor { border: 1px solid #84433C; }

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

This div border color is #84433C.

Opacity

.myOpacity80 { color: #84433C; opacity: 0.8; }

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

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

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

This text has shadow with #84433C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84433C.

Preview

Color preview on black background

This text has color #84433C on black background.


Color preview on white background

This text has color #84433C on white background.


Black color preview on #84433C background

This text has black color on #84433C background.


White color preview on #84433C background

This text has white color on #84433C background.


Related colors

Complementary color

Complementary color for #hex is #7BBCC3.


I love getcolorcode.com

Triadic colors

1 #3C8443 and #433C84 with #84433C are triadic colors.

2 #3C4384 and #43843C with #84433C are triadic colors.