COLOR #844265

HEX: #844265
RGB: (132,66,101)

Color info

#844265 contains mainly red and blue colors. Web safe color of #844265 is #993366 (or #936).

RGB color model

#844265 color RGB value is (132,66,101).

  • red value is 132;
  • green value is 66;
  • blue value is 101.
RGB:
(132,66,101)
(52%,26%,40%)

RGB channels and saturation

R 132 of 255 = 52%
G 66 of 255 = 26%
B 101 of 255 = 40%

132
66
101

R + G + B ~ 39%. #844265 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 66 + 101 = 299 (100%)
R 132 of 299 ~ 44.15%
G 66 of 299 ~ 22.07%
B 101 of 299 ~ 33.78%

%44.15
%22.07
%33.78

CMYK color model

#844265 color CMYK value is (0,50,23,48).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 23.48%
  • key color value is 48.24%
CMYK:
(0,50,23,48)
C0M50Y23K48 
(0%,50%,23%,48%)
(0.00/0.50/0.23/0.48)	

CMYK percentages

%0
%50
%23.48
%48.24

Codes

Color #844265 in popluar color models

844265
RGB13266101
HSL328°33.33%38.82%
HSB/HSV328°50.00%51.76%
CMYK0.00%50.00%23.48%
48.24%

Color #844265 in popluar number systems.

HEX844265
Decimal13266101
Binary1000010010000101100101
Octal204102145

Shades and tints

Shades of #844265

#844265
(132,66,101)
#783C5C
(120,60,92)
#6C3653
(108,54,83)
#60304A
(96,48,74)
#542A41
(84,42,65)
#482438
(72,36,56)
#3C1E2F
(60,30,47)
#301826
(48,24,38)
#24121D
(36,18,29)
#180C14
(24,12,20)
#0C060B
(12,6,11)
#000000
(0,0,0)

Tints of #844265

#844265
(132,66,101)
#8F5373
(143,83,115)
#9A6481
(154,100,129)
#A5758F
(165,117,143)
#B0869D
(176,134,157)
#BB97AB
(187,151,171)
#C6A8B9
(198,168,185)
#D1B9C7
(209,185,199)
#DCCAD5
(220,202,213)
#E7DBE3
(231,219,227)
#F2ECF1
(242,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #844265 color. Also use rgb(132,66,101) instead hex code.

Text Font Color

.myTextColor { color: #844265; }

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

This text font color is #844265.


Background Color

.myBgColor { background-color: #844265; }

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

This div background color is #844265.


Border color

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

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

This div border color is #844265.


Opacity

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

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

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

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

This text has shadow with #844265 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #844265 on black background.


Color preview on white background

This text has color #844265 on white background.



Black color preview on #844265 background

This text has black color on #844265 background.


White color preview on #844265 background

This text has white color on #844265 background.