COLOR #845C53

HEX: #845C53
RGB: (132,92,83)

Color info

#845C53 contains red, green and blue colors in about the same proportion. Web safe color of #845C53 is #996666 (or #966).

RGB color model

#845C53 color RGB value is (132,92,83).

  • red value is 132;
  • green value is 92;
  • blue value is 83.
RGB:
(132,92,83)
(52%,36%,33%)

RGB channels and saturation

R 132 of 255 = 52%
G 92 of 255 = 36%
B 83 of 255 = 33%

132
92
83

R + G + B ~ 40%. #845C53 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 92 + 83 = 307 (100%)
R 132 of 307 ~ 43%
G 92 of 307 ~ 29.97%
B 83 of 307 ~ 27.04%

%43
%29.97
%27.04

CMYK color model

#845C53 color CMYK value is (0,30,37,48).

  • cyan value is 0.00%
  • magenta value is 30.30%
  • yellow value is 37.12%
  • key color value is 48.24%
CMYK:
(0,30,37,48)
C0M30Y37K48 
(0%,30%,37%,48%)
(0.00/0.30/0.37/0.48)	

CMYK percentages

%0
%30.3
%37.12
%48.24

Codes

Color #845C53 in popluar color models

845C53
RGB1329283
HSL11°22.79%42.16%
HSB/HSV11°37.12%51.76%
CMYK0.00%30.30%37.12%
48.24%

Color #845C53 in popluar number systems.

HEX845C53
Decimal1329283
Binary1000010010111001010011
Octal204134123

Shades and tints

Shades of #845C53

#845C53
(132,92,83)
#78544C
(120,84,76)
#6C4C45
(108,76,69)
#60443E
(96,68,62)
#543C37
(84,60,55)
#483430
(72,52,48)
#3C2C29
(60,44,41)
#302422
(48,36,34)
#241C1B
(36,28,27)
#181414
(24,20,20)
#0C0C0D
(12,12,13)
#000000
(0,0,0)

Tints of #845C53

#845C53
(132,92,83)
#8F6A62
(143,106,98)
#9A7871
(154,120,113)
#A58680
(165,134,128)
#B0948F
(176,148,143)
#BBA29E
(187,162,158)
#C6B0AD
(198,176,173)
#D1BEBC
(209,190,188)
#DCCCCB
(220,204,203)
#E7DADA
(231,218,218)
#F2E8E9
(242,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #845C53 color. Also use rgb(132,92,83) instead hex code.

Text Font Color

.myTextColor { color: #845C53; }

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

This text font color is #845C53.


Background Color

.myBgColor { background-color: #845C53; }

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

This div background color is #845C53.


Border color

.myBorderColor { border: 1px solid #845C53; }

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

This div border color is #845C53.


Opacity

.myOpacity80 { color: #845C53; opacity: 0.8; }

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

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

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

This text has shadow with #845C53 color.

.textShadow {text-shadow: 3px 3px 1px #845C53, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #845C53 on black background.


Color preview on white background

This text has color #845C53 on white background.



Black color preview on #845C53 background

This text has black color on #845C53 background.


White color preview on #845C53 background

This text has white color on #845C53 background.