COLOR #845367

HEX: #845367
RGB: (132,83,103)

Color info

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

RGB color model

#845367 color RGB value is (132,83,103).

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

RGB channels and saturation

R 132 of 255 = 52%
G 83 of 255 = 33%
B 103 of 255 = 40%

132
83
103

R + G + B ~ 42%. #845367 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 83 + 103 = 318 (100%)
R 132 of 318 ~ 41.51%
G 83 of 318 ~ 26.1%
B 103 of 318 ~ 32.39%

%41.51
%26.1
%32.39

CMYK color model

#845367 color CMYK value is (0,37,22,48).

  • cyan value is 0.00%
  • magenta value is 37.12%
  • yellow value is 21.97%
  • key color value is 48.24%
CMYK:
(0,37,22,48)
C0M37Y22K48 
(0%,37%,22%,48%)
(0.00/0.37/0.22/0.48)	

CMYK percentages

%0
%37.12
%21.97
%48.24

Codes

Color #845367 in popluar color models

845367
RGB13283103
HSL336°22.79%42.16%
HSB/HSV336°37.12%51.76%
CMYK0.00%37.12%21.97%
48.24%

Color #845367 in popluar number systems.

HEX845367
Decimal13283103
Binary1000010010100111100111
Octal204123147

Shades and tints

Shades of #845367

#845367
(132,83,103)
#784C5E
(120,76,94)
#6C4555
(108,69,85)
#603E4C
(96,62,76)
#543743
(84,55,67)
#48303A
(72,48,58)
#3C2931
(60,41,49)
#302228
(48,34,40)
#241B1F
(36,27,31)
#181416
(24,20,22)
#0C0D0D
(12,13,13)
#000000
(0,0,0)

Tints of #845367

#845367
(132,83,103)
#8F6274
(143,98,116)
#9A7181
(154,113,129)
#A5808E
(165,128,142)
#B08F9B
(176,143,155)
#BB9EA8
(187,158,168)
#C6ADB5
(198,173,181)
#D1BCC2
(209,188,194)
#DCCBCF
(220,203,207)
#E7DADC
(231,218,220)
#F2E9E9
(242,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #845367; }

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

This text font color is #845367.


Background Color

.myBgColor { background-color: #845367; }

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

This div background color is #845367.


Border color

.myBorderColor { border: 1px solid #845367; }

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

This div border color is #845367.


Opacity

.myOpacity80 { color: #845367; opacity: 0.8; }

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

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

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

This text has shadow with #845367 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #845367 on black background.


Color preview on white background

This text has color #845367 on white background.



Black color preview on #845367 background

This text has black color on #845367 background.


White color preview on #845367 background

This text has white color on #845367 background.