COLOR #845375

HEX: #845375
RGB: (132,83,117)

Color info

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

RGB color model

#845375 color RGB value is (132,83,117).

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

RGB channels and saturation

R 132 of 255 = 52%
G 83 of 255 = 33%
B 117 of 255 = 46%

132
83
117

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

Portions of RGB colors in percentages

R + G + B =
132 + 83 + 117 = 332 (100%)
R 132 of 332 ~ 39.76%
G 83 of 332 ~ 25%
B 117 of 332 ~ 35.24%

%39.76
%25
%35.24

CMYK color model

#845375 color CMYK value is (0,37,11,48).

  • cyan value is 0.00%
  • magenta value is 37.12%
  • yellow value is 11.36%
  • key color value is 48.24%
CMYK:
(0,37,11,48)
C0M37Y11K48 
(0%,37%,11%,48%)
(0.00/0.37/0.11/0.48)	

CMYK percentages

%0
%37.12
%11.36
%48.24

Codes

Color #845375 in popluar color models

845375
RGB13283117
HSL318°22.79%42.16%
HSB/HSV318°37.12%51.76%
CMYK0.00%37.12%11.36%
48.24%

Color #845375 in popluar number systems.

HEX845375
Decimal13283117
Binary1000010010100111110101
Octal204123165

Shades and tints

Shades of #845375

#845375
(132,83,117)
#784C6B
(120,76,107)
#6C4561
(108,69,97)
#603E57
(96,62,87)
#54374D
(84,55,77)
#483043
(72,48,67)
#3C2939
(60,41,57)
#30222F
(48,34,47)
#241B25
(36,27,37)
#18141B
(24,20,27)
#0C0D11
(12,13,17)
#000000
(0,0,0)

Tints of #845375

#845375
(132,83,117)
#8F6281
(143,98,129)
#9A718D
(154,113,141)
#A58099
(165,128,153)
#B08FA5
(176,143,165)
#BB9EB1
(187,158,177)
#C6ADBD
(198,173,189)
#D1BCC9
(209,188,201)
#DCCBD5
(220,203,213)
#E7DAE1
(231,218,225)
#F2E9ED
(242,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #845375; }

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

This text font color is #845375.


Background Color

.myBgColor { background-color: #845375; }

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

This div background color is #845375.


Border color

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

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

This div border color is #845375.


Opacity

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

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

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

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

This text has shadow with #845375 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #845375 on black background.


Color preview on white background

This text has color #845375 on white background.



Black color preview on #845375 background

This text has black color on #845375 background.


White color preview on #845375 background

This text has white color on #845375 background.