COLOR #84454A

HEX: #84454A
RGB: (132,69,74)

Color info

#84454A contains mainly red and blue colors. Web safe color of #84454A is #993333 (or #933).

RGB color model

#84454A color RGB value is (132,69,74).

  • red value is 132;
  • green value is 69;
  • blue value is 74.
RGB:
(132,69,74)
(52%,27%,29%)

RGB channels and saturation

R 132 of 255 = 52%
G 69 of 255 = 27%
B 74 of 255 = 29%

132
69
74

R + G + B ~ 36%. #84454A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 69 + 74 = 275 (100%)
R 132 of 275 ~ 48%
G 69 of 275 ~ 25.09%
B 74 of 275 ~ 26.91%

%48
%25.09
%26.91

CMYK color model

#84454A color CMYK value is (0,48,44,48).

  • cyan value is 0.00%
  • magenta value is 47.73%
  • yellow value is 43.94%
  • key color value is 48.24%
CMYK:
(0,48,44,48)
C0M48Y44K48 
(0%,48%,44%,48%)
(0.00/0.48/0.44/0.48)	

CMYK percentages

%0
%47.73
%43.94
%48.24

Codes

Color #84454A in popluar color models

84454A
RGB1326974
HSL355°31.34%39.41%
HSB/HSV355°47.73%51.76%
CMYK0.00%47.73%43.94%
48.24%

Color #84454A in popluar number systems.

HEX84454A
Decimal1326974
Binary1000010010001011001010
Octal204105112

Shades and tints

Shades of #84454A

#84454A
(132,69,74)
#783F44
(120,63,68)
#6C393E
(108,57,62)
#603338
(96,51,56)
#542D32
(84,45,50)
#48272C
(72,39,44)
#3C2126
(60,33,38)
#301B20
(48,27,32)
#24151A
(36,21,26)
#180F14
(24,15,20)
#0C090E
(12,9,14)
#000000
(0,0,0)

Tints of #84454A

#84454A
(132,69,74)
#8F555A
(143,85,90)
#9A656A
(154,101,106)
#A5757A
(165,117,122)
#B0858A
(176,133,138)
#BB959A
(187,149,154)
#C6A5AA
(198,165,170)
#D1B5BA
(209,181,186)
#DCC5CA
(220,197,202)
#E7D5DA
(231,213,218)
#F2E5EA
(242,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84454A color. Also use rgb(132,69,74) instead hex code.

Text Font Color

.myTextColor { color: #84454A; }

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

This text font color is #84454A.


Background Color

.myBgColor { background-color: #84454A; }

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

This div background color is #84454A.


Border color

.myBorderColor { border: 1px solid #84454A; }

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

This div border color is #84454A.


Opacity

.myOpacity80 { color: #84454A; opacity: 0.8; }

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

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

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

This text has shadow with #84454A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84454A on black background.


Color preview on white background

This text has color #84454A on white background.



Black color preview on #84454A background

This text has black color on #84454A background.


White color preview on #84454A background

This text has white color on #84454A background.