COLOR #873D52

HEX: #873D52
RGB: (135,61,82)

Color info

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

RGB color model

#873D52 color RGB value is (135,61,82).

  • red value is 135;
  • green value is 61;
  • blue value is 82.
RGB:
(135,61,82)
(53%,24%,32%)

RGB channels and saturation

R 135 of 255 = 53%
G 61 of 255 = 24%
B 82 of 255 = 32%

135
61
82

R + G + B ~ 36%. #873D52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 61 + 82 = 278 (100%)
R 135 of 278 ~ 48.56%
G 61 of 278 ~ 21.94%
B 82 of 278 ~ 29.5%

%48.56
%21.94
%29.5

CMYK color model

#873D52 color CMYK value is (0,55,39,47).

  • cyan value is 0.00%
  • magenta value is 54.81%
  • yellow value is 39.26%
  • key color value is 47.06%
CMYK:
(0,55,39,47)
C0M55Y39K47 
(0%,55%,39%,47%)
(0.00/0.55/0.39/0.47)	

CMYK percentages

%0
%54.81
%39.26
%47.06

Codes

Color #873D52 in popluar color models

873D52
RGB1356182
HSL343°37.76%38.43%
HSB/HSV343°54.81%52.94%
CMYK0.00%54.81%39.26%
47.06%

Color #873D52 in popluar number systems.

HEX873D52
Decimal1356182
Binary100001111111011010010
Octal20775122

Shades and tints

Shades of #873D52

#873D52
(135,61,82)
#7B384B
(123,56,75)
#6F3344
(111,51,68)
#632E3D
(99,46,61)
#572936
(87,41,54)
#4B242F
(75,36,47)
#3F1F28
(63,31,40)
#331A21
(51,26,33)
#27151A
(39,21,26)
#1B1013
(27,16,19)
#0F0B0C
(15,11,12)
#000000
(0,0,0)

Tints of #873D52

#873D52
(135,61,82)
#914E61
(145,78,97)
#9B5F70
(155,95,112)
#A5707F
(165,112,127)
#AF818E
(175,129,142)
#B9929D
(185,146,157)
#C3A3AC
(195,163,172)
#CDB4BB
(205,180,187)
#D7C5CA
(215,197,202)
#E1D6D9
(225,214,217)
#EBE7E8
(235,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #873D52 color. Also use rgb(135,61,82) instead hex code.

Text Font Color

.myTextColor { color: #873D52; }

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

This text font color is #873D52.


Background Color

.myBgColor { background-color: #873D52; }

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

This div background color is #873D52.


Border color

.myBorderColor { border: 1px solid #873D52; }

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

This div border color is #873D52.


Opacity

.myOpacity80 { color: #873D52; opacity: 0.8; }

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

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

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

This text has shadow with #873D52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #873D52 on black background.


Color preview on white background

This text has color #873D52 on white background.



Black color preview on #873D52 background

This text has black color on #873D52 background.


White color preview on #873D52 background

This text has white color on #873D52 background.