COLOR #873E35

HEX: #873E35 RGB: (135,62,53)

Color info

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

RGB color model

#873E35 color RGB value is (135,62,53).

RGB: (135,62,53) (53%, 24%, 21%)

RGB channels and saturation

R 135 of 255 = 53%
G 62 of 255 = 24%
B 53 of 255 = 21%

135
62
53

R + G + B ~ 33%. #873E35 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 135 + 62 + 53 = 250 (100%)
R 135 of 250 ~ 54%
G 62 of 250 ~ 24.8%
B 53 of 250 ~ 21.2'%

%54
%24.8
%21.2

CMYK color model

#873E35 color CMYK value is (0,54,61,47).

  • cyan value is 0.00%
  • magenta value is 54.07%
  • yellow value is 60.74%
  • key color value is 47.06%

CMYK: (0,54,61,47)
C0M54Y61K47 (0%, 54%, 61%, 47%)
(0.00 / 0.54 / 0.61 / 0.47)

CMYK percentages

%0
%54.07
%60.74
%47.06

Codes

Color #873E35 in popluar color models

87 3E 35
RGB 135 62 53
HSL 43.62% 36.86%
HSB/HSV 60.74% 52.94%
CMYK 0.00% 54.07% 60.74%
47.06%

Color #873E35 in popluar number systems.

HEX 87 3E 35
Decimal 135 62 53
Binary 10000111 111110 110101
Octal 207 76 65

Shades and tints

Shades of #873E35

#873E35
(135,62,53)
#7B3931
(123,57,49)
#6F342D
(111,52,45)
#632F29
(99,47,41)
#572A25
(87,42,37)
#4B2521
(75,37,33)
#3F201D
(63,32,29)
#331B19
(51,27,25)
#271615
(39,22,21)
#1B1111
(27,17,17)
#0F0C0D
(15,12,13)
#000000
(0,0,0)

Tints of #873E35

#873E35
(135,62,53)
#914F47
(145,79,71)
#9B6059
(155,96,89)
#A5716B
(165,113,107)
#AF827D
(175,130,125)
#B9938F
(185,147,143)
#C3A4A1
(195,164,161)
#CDB5B3
(205,181,179)
#D7C6C5
(215,198,197)
#E1D7D7
(225,215,215)
#EBE8E9
(235,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #873E35 color. Also use rgb(135,62,53) instead hex code.

Text Font Color

.myTextColor { color: #873E35; }

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

This text font color is #873E35.

Background Color

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

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

This div background color is #873E35.

Border color

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

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

This div border color is #873E35.

Opacity

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

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

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

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

This text has shadow with #873E35 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #873E35.

Preview

Color preview on black background

This text has color #873E35 on black background.


Color preview on white background

This text has color #873E35 on white background.


Black color preview on #873E35 background

This text has black color on #873E35 background.


White color preview on #873E35 background

This text has white color on #873E35 background.


Related colors

Complementary color

Complementary color for #hex is #78C1CA.


I love getcolorcode.com

Triadic colors

1 #35873E and #3E3587 with #873E35 are triadic colors.

2 #353E87 and #3E8735 with #873E35 are triadic colors.