COLOR #873D23

HEX: #873D23
RGB: (135,61,35)

Color info

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

RGB color model

#873D23 color RGB value is (135,61,35).

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

RGB channels and saturation

R 135 of 255 = 53%
G 61 of 255 = 24%
B 35 of 255 = 14%

135
61
35

R + G + B ~ 30%. #873D23 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 61 + 35 = 231 (100%)
R 135 of 231 ~ 58.44%
G 61 of 231 ~ 26.41%
B 35 of 231 ~ 15.15%

%58.44
%26.41
%15.15

CMYK color model

#873D23 color CMYK value is (0,55,74,47).

  • cyan value is 0.00%
  • magenta value is 54.81%
  • yellow value is 74.07%
  • key color value is 47.06%
CMYK:
(0,55,74,47)
C0M55Y74K47 
(0%,55%,74%,47%)
(0.00/0.55/0.74/0.47)	

CMYK percentages

%0
%54.81
%74.07
%47.06

Codes

Color #873D23 in popluar color models

873D23
RGB1356135
HSL16°58.82%33.33%
HSB/HSV16°74.07%52.94%
CMYK0.00%54.81%74.07%
47.06%

Color #873D23 in popluar number systems.

HEX873D23
Decimal1356135
Binary10000111111101100011
Octal2077543

Shades and tints

Shades of #873D23

#873D23
(135,61,35)
#7B3820
(123,56,32)
#6F331D
(111,51,29)
#632E1A
(99,46,26)
#572917
(87,41,23)
#4B2414
(75,36,20)
#3F1F11
(63,31,17)
#331A0E
(51,26,14)
#27150B
(39,21,11)
#1B1008
(27,16,8)
#0F0B05
(15,11,5)
#000000
(0,0,0)

Tints of #873D23

#873D23
(135,61,35)
#914E37
(145,78,55)
#9B5F4B
(155,95,75)
#A5705F
(165,112,95)
#AF8173
(175,129,115)
#B99287
(185,146,135)
#C3A39B
(195,163,155)
#CDB4AF
(205,180,175)
#D7C5C3
(215,197,195)
#E1D6D7
(225,214,215)
#EBE7EB
(235,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #873D23; }

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

This text font color is #873D23.


Background Color

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

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

This div background color is #873D23.


Border color

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

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

This div border color is #873D23.


Opacity

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

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

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

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

This text has shadow with #873D23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #873D23 on black background.


Color preview on white background

This text has color #873D23 on white background.



Black color preview on #873D23 background

This text has black color on #873D23 background.


White color preview on #873D23 background

This text has white color on #873D23 background.