COLOR #84574A

HEX: #84574A
RGB: (132,87,74)

Color info

#84574A contains red, green and blue colors in about the same proportion. Web safe color of #84574A is #996633 (or #963).

RGB color model

#84574A color RGB value is (132,87,74).

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

RGB channels and saturation

R 132 of 255 = 52%
G 87 of 255 = 34%
B 74 of 255 = 29%

132
87
74

R + G + B ~ 38%. #84574A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 87 + 74 = 293 (100%)
R 132 of 293 ~ 45.05%
G 87 of 293 ~ 29.69%
B 74 of 293 ~ 25.26%

%45.05
%29.69
%25.26

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 34.09%
  • yellow value is 43.94%
  • key color value is 48.24%
CMYK:
(0,34,44,48)
C0M34Y44K48 
(0%,34%,44%,48%)
(0.00/0.34/0.44/0.48)	

CMYK percentages

%0
%34.09
%43.94
%48.24

Codes

Color #84574A in popluar color models

84574A
RGB1328774
HSL13°28.16%40.39%
HSB/HSV13°43.94%51.76%
CMYK0.00%34.09%43.94%
48.24%

Color #84574A in popluar number systems.

HEX84574A
Decimal1328774
Binary1000010010101111001010
Octal204127112

Shades and tints

Shades of #84574A

#84574A
(132,87,74)
#785044
(120,80,68)
#6C493E
(108,73,62)
#604238
(96,66,56)
#543B32
(84,59,50)
#48342C
(72,52,44)
#3C2D26
(60,45,38)
#302620
(48,38,32)
#241F1A
(36,31,26)
#181814
(24,24,20)
#0C110E
(12,17,14)
#000000
(0,0,0)

Tints of #84574A

#84574A
(132,87,74)
#8F665A
(143,102,90)
#9A756A
(154,117,106)
#A5847A
(165,132,122)
#B0938A
(176,147,138)
#BBA29A
(187,162,154)
#C6B1AA
(198,177,170)
#D1C0BA
(209,192,186)
#DCCFCA
(220,207,202)
#E7DEDA
(231,222,218)
#F2EDEA
(242,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84574A; }

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

This text font color is #84574A.


Background Color

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

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

This div background color is #84574A.


Border color

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

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

This div border color is #84574A.


Opacity

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

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

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

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

This text has shadow with #84574A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84574A on black background.


Color preview on white background

This text has color #84574A on white background.



Black color preview on #84574A background

This text has black color on #84574A background.


White color preview on #84574A background

This text has white color on #84574A background.