COLOR #873C3F

HEX: #873C3F RGB: (135,60,63)

Color info

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

RGB color model

#873C3F color RGB value is (135,60,63).

RGB: (135,60,63) (53%, 24%, 25%)

RGB channels and saturation

R 135 of 255 = 53%
G 60 of 255 = 24%
B 63 of 255 = 25%

135
60
63

R + G + B ~ 34%. #873C3F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 135 + 60 + 63 = 258 (100%)
R 135 of 258 ~ 52.33%
G 60 of 258 ~ 23.26%
B 63 of 258 ~ 24.42'%

%52.33
%23.26
%24.42

CMYK color model

#873C3F color CMYK value is (0,56,53,47).

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

CMYK: (0,56,53,47)
C0M56Y53K47 (0%, 56%, 53%, 47%)
(0.00 / 0.56 / 0.53 / 0.47)

CMYK percentages

%0
%55.56
%53.33
%47.06

Codes

Color #873C3F in popluar color models

87 3C 3F
RGB 135 60 63
HSL 358° 38.46% 38.24%
HSB/HSV 358° 55.56% 52.94%
CMYK 0.00% 55.56% 53.33%
47.06%

Color #873C3F in popluar number systems.

HEX 87 3C 3F
Decimal 135 60 63
Binary 10000111 111100 111111
Octal 207 74 77

Shades and tints

Shades of #873C3F

#873C3F
(135,60,63)
#7B373A
(123,55,58)
#6F3235
(111,50,53)
#632D30
(99,45,48)
#57282B
(87,40,43)
#4B2326
(75,35,38)
#3F1E21
(63,30,33)
#33191C
(51,25,28)
#271417
(39,20,23)
#1B0F12
(27,15,18)
#0F0A0D
(15,10,13)
#000000
(0,0,0)

Tints of #873C3F

#873C3F
(135,60,63)
#914D50
(145,77,80)
#9B5E61
(155,94,97)
#A56F72
(165,111,114)
#AF8083
(175,128,131)
#B99194
(185,145,148)
#C3A2A5
(195,162,165)
#CDB3B6
(205,179,182)
#D7C4C7
(215,196,199)
#E1D5D8
(225,213,216)
#EBE6E9
(235,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #873C3F; }

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

This text font color is #873C3F.

Background Color

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

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

This div background color is #873C3F.

Border color

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

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

This div border color is #873C3F.

Opacity

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

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

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

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

This text has shadow with #873C3F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #873C3F.

Preview

Color preview on black background

This text has color #873C3F on black background.


Color preview on white background

This text has color #873C3F on white background.


Black color preview on #873C3F background

This text has black color on #873C3F background.


White color preview on #873C3F background

This text has white color on #873C3F background.


Related colors

Complementary color

Complementary color for #hex is #78C3C0.


I love getcolorcode.com

Triadic colors

1 #3F873C and #3C3F87 with #873C3F are triadic colors.

2 #3F3C87 and #3C873F with #873C3F are triadic colors.