COLOR #873925

HEX: #873925
RGB: (135,57,37)

Color info

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

RGB color model

#873925 color RGB value is (135,57,37).

  • red value is 135;
  • green value is 57;
  • blue value is 37.
RGB:
(135,57,37)
(53%,22%,15%)

RGB channels and saturation

R 135 of 255 = 53%
G 57 of 255 = 22%
B 37 of 255 = 15%

135
57
37

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

Portions of RGB colors in percentages

R + G + B =
135 + 57 + 37 = 229 (100%)
R 135 of 229 ~ 58.95%
G 57 of 229 ~ 24.89%
B 37 of 229 ~ 16.16%

%58.95
%24.89
%16.16

CMYK color model

#873925 color CMYK value is (0,58,73,47).

  • cyan value is 0.00%
  • magenta value is 57.78%
  • yellow value is 72.59%
  • key color value is 47.06%
CMYK:
(0,58,73,47)
C0M58Y73K47 
(0%,58%,73%,47%)
(0.00/0.58/0.73/0.47)	

CMYK percentages

%0
%57.78
%72.59
%47.06

Codes

Color #873925 in popluar color models

873925
RGB1355737
HSL12°56.98%33.73%
HSB/HSV12°72.59%52.94%
CMYK0.00%57.78%72.59%
47.06%

Color #873925 in popluar number systems.

HEX873925
Decimal1355737
Binary10000111111001100101
Octal2077145

Shades and tints

Shades of #873925

#873925
(135,57,37)
#7B3422
(123,52,34)
#6F2F1F
(111,47,31)
#632A1C
(99,42,28)
#572519
(87,37,25)
#4B2016
(75,32,22)
#3F1B13
(63,27,19)
#331610
(51,22,16)
#27110D
(39,17,13)
#1B0C0A
(27,12,10)
#0F0707
(15,7,7)
#000000
(0,0,0)

Tints of #873925

#873925
(135,57,37)
#914B38
(145,75,56)
#9B5D4B
(155,93,75)
#A56F5E
(165,111,94)
#AF8171
(175,129,113)
#B99384
(185,147,132)
#C3A597
(195,165,151)
#CDB7AA
(205,183,170)
#D7C9BD
(215,201,189)
#E1DBD0
(225,219,208)
#EBEDE3
(235,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #873925 color. Also use rgb(135,57,37) instead hex code.

Text Font Color

.myTextColor { color: #873925; }

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

This text font color is #873925.


Background Color

.myBgColor { background-color: #873925; }

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

This div background color is #873925.


Border color

.myBorderColor { border: 1px solid #873925; }

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

This div border color is #873925.


Opacity

.myOpacity80 { color: #873925; opacity: 0.8; }

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

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

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

This text has shadow with #873925 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #873925 on black background.


Color preview on white background

This text has color #873925 on white background.



Black color preview on #873925 background

This text has black color on #873925 background.


White color preview on #873925 background

This text has white color on #873925 background.