COLOR #873C33

HEX: #873C33 RGB: (135,60,51)

Color info

#873C33 contains mainly red color. Web safe color of #873C33 is #993333 (or #933).

RGB color model

#873C33 color RGB value is (135,60,51).

RGB: (135,60,51) (53%, 24%, 20%)

RGB channels and saturation

R 135 of 255 = 53%
G 60 of 255 = 24%
B 51 of 255 = 20%

135
60
51

R + G + B ~ 32%. #873C33 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 135 + 60 + 51 = 246 (100%)
R 135 of 246 ~ 54.88%
G 60 of 246 ~ 24.39%
B 51 of 246 ~ 20.73'%

%54.88
%24.39
%20.73

CMYK color model

#873C33 color CMYK value is (0,56,62,47).

  • cyan value is 0.00%
  • magenta value is 55.56%
  • yellow value is 62.22%
  • key color value is 47.06%

CMYK: (0,56,62,47)
C0M56Y62K47 (0%, 56%, 62%, 47%)
(0.00 / 0.56 / 0.62 / 0.47)

CMYK percentages

%0
%55.56
%62.22
%47.06

Codes

Color #873C33 in popluar color models

87 3C 33
RGB 135 60 51
HSL 45.16% 36.47%
HSB/HSV 62.22% 52.94%
CMYK 0.00% 55.56% 62.22%
47.06%

Color #873C33 in popluar number systems.

HEX 87 3C 33
Decimal 135 60 51
Binary 10000111 111100 110011
Octal 207 74 63

Shades and tints

Shades of #873C33

#873C33
(135,60,51)
#7B372F
(123,55,47)
#6F322B
(111,50,43)
#632D27
(99,45,39)
#572823
(87,40,35)
#4B231F
(75,35,31)
#3F1E1B
(63,30,27)
#331917
(51,25,23)
#271413
(39,20,19)
#1B0F0F
(27,15,15)
#0F0A0B
(15,10,11)
#000000
(0,0,0)

Tints of #873C33

#873C33
(135,60,51)
#914D45
(145,77,69)
#9B5E57
(155,94,87)
#A56F69
(165,111,105)
#AF807B
(175,128,123)
#B9918D
(185,145,141)
#C3A29F
(195,162,159)
#CDB3B1
(205,179,177)
#D7C4C3
(215,196,195)
#E1D5D5
(225,213,213)
#EBE6E7
(235,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #873C33 color. Also use rgb(135,60,51) instead hex code.

Text Font Color

.myTextColor { color: #873C33; }

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

This text font color is #873C33.

Background Color

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

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

This div background color is #873C33.

Border color

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

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

This div border color is #873C33.

Opacity

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

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

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

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

This text has shadow with #873C33 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #873C33.

Preview

Color preview on black background

This text has color #873C33 on black background.


Color preview on white background

This text has color #873C33 on white background.


Black color preview on #873C33 background

This text has black color on #873C33 background.


White color preview on #873C33 background

This text has white color on #873C33 background.


Related colors

Complementary color

Complementary color for #hex is #78C3CC.


I love getcolorcode.com

Triadic colors

1 #33873C and #3C3387 with #873C33 are triadic colors.

2 #333C87 and #3C8733 with #873C33 are triadic colors.