COLOR #852A40

HEX: #852A40
RGB: (133,42,64)

Color info

#852A40 contains mainly red color. Web safe color of #852A40 is #993333 (or #933).

RGB color model

#852A40 color RGB value is (133,42,64).

  • red value is 133;
  • green value is 42;
  • blue value is 64.
RGB:
(133,42,64)
(52%,16%,25%)

RGB channels and saturation

R 133 of 255 = 52%
G 42 of 255 = 16%
B 64 of 255 = 25%

133
42
64

R + G + B ~ 31%. #852A40 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 42 + 64 = 239 (100%)
R 133 of 239 ~ 55.65%
G 42 of 239 ~ 17.57%
B 64 of 239 ~ 26.78%

%55.65
%17.57
%26.78

CMYK color model

#852A40 color CMYK value is (0,68,52,48).

  • cyan value is 0.00%
  • magenta value is 68.42%
  • yellow value is 51.88%
  • key color value is 47.84%
CMYK:
(0,68,52,48)
C0M68Y52K48 
(0%,68%,52%,48%)
(0.00/0.68/0.52/0.48)	

CMYK percentages

%0
%68.42
%51.88
%47.84

Codes

Color #852A40 in popluar color models

852A40
RGB1334264
HSL345°52.00%34.31%
HSB/HSV345°68.42%52.16%
CMYK0.00%68.42%51.88%
47.84%

Color #852A40 in popluar number systems.

HEX852A40
Decimal1334264
Binary100001011010101000000
Octal20552100

Shades and tints

Shades of #852A40

#852A40
(133,42,64)
#79273B
(121,39,59)
#6D2436
(109,36,54)
#612131
(97,33,49)
#551E2C
(85,30,44)
#491B27
(73,27,39)
#3D1822
(61,24,34)
#31151D
(49,21,29)
#251218
(37,18,24)
#190F13
(25,15,19)
#0D0C0E
(13,12,14)
#000000
(0,0,0)

Tints of #852A40

#852A40
(133,42,64)
#903D51
(144,61,81)
#9B5062
(155,80,98)
#A66373
(166,99,115)
#B17684
(177,118,132)
#BC8995
(188,137,149)
#C79CA6
(199,156,166)
#D2AFB7
(210,175,183)
#DDC2C8
(221,194,200)
#E8D5D9
(232,213,217)
#F3E8EA
(243,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #852A40 color. Also use rgb(133,42,64) instead hex code.

Text Font Color

.myTextColor { color: #852A40; }

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

This text font color is #852A40.


Background Color

.myBgColor { background-color: #852A40; }

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

This div background color is #852A40.


Border color

.myBorderColor { border: 1px solid #852A40; }

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

This div border color is #852A40.


Opacity

.myOpacity80 { color: #852A40; opacity: 0.8; }

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

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

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

This text has shadow with #852A40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #852A40 on black background.


Color preview on white background

This text has color #852A40 on white background.



Black color preview on #852A40 background

This text has black color on #852A40 background.


White color preview on #852A40 background

This text has white color on #852A40 background.