COLOR #875E4A

HEX: #875E4A
RGB: (135,94,74)

Color info

#875E4A contains mainly red and green colors. Web safe color of #875E4A is #996633 (or #963).

RGB color model

#875E4A color RGB value is (135,94,74).

  • red value is 135;
  • green value is 94;
  • blue value is 74.
RGB:
(135,94,74)
(53%,37%,29%)

RGB channels and saturation

R 135 of 255 = 53%
G 94 of 255 = 37%
B 74 of 255 = 29%

135
94
74

R + G + B ~ 40%. #875E4A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 94 + 74 = 303 (100%)
R 135 of 303 ~ 44.55%
G 94 of 303 ~ 31.02%
B 74 of 303 ~ 24.42%

%44.55
%31.02
%24.42

CMYK color model

#875E4A color CMYK value is (0,30,45,47).

  • cyan value is 0.00%
  • magenta value is 30.37%
  • yellow value is 45.19%
  • key color value is 47.06%
CMYK:
(0,30,45,47)
C0M30Y45K47 
(0%,30%,45%,47%)
(0.00/0.30/0.45/0.47)	

CMYK percentages

%0
%30.37
%45.19
%47.06

Codes

Color #875E4A in popluar color models

875E4A
RGB1359474
HSL20°29.19%40.98%
HSB/HSV20°45.19%52.94%
CMYK0.00%30.37%45.19%
47.06%

Color #875E4A in popluar number systems.

HEX875E4A
Decimal1359474
Binary1000011110111101001010
Octal207136112

Shades and tints

Shades of #875E4A

#875E4A
(135,94,74)
#7B5644
(123,86,68)
#6F4E3E
(111,78,62)
#634638
(99,70,56)
#573E32
(87,62,50)
#4B362C
(75,54,44)
#3F2E26
(63,46,38)
#332620
(51,38,32)
#271E1A
(39,30,26)
#1B1614
(27,22,20)
#0F0E0E
(15,14,14)
#000000
(0,0,0)

Tints of #875E4A

#875E4A
(135,94,74)
#916C5A
(145,108,90)
#9B7A6A
(155,122,106)
#A5887A
(165,136,122)
#AF968A
(175,150,138)
#B9A49A
(185,164,154)
#C3B2AA
(195,178,170)
#CDC0BA
(205,192,186)
#D7CECA
(215,206,202)
#E1DCDA
(225,220,218)
#EBEAEA
(235,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #875E4A color. Also use rgb(135,94,74) instead hex code.

Text Font Color

.myTextColor { color: #875E4A; }

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

This text font color is #875E4A.


Background Color

.myBgColor { background-color: #875E4A; }

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

This div background color is #875E4A.


Border color

.myBorderColor { border: 1px solid #875E4A; }

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

This div border color is #875E4A.


Opacity

.myOpacity80 { color: #875E4A; opacity: 0.8; }

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

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

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

This text has shadow with #875E4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #875E4A on black background.


Color preview on white background

This text has color #875E4A on white background.



Black color preview on #875E4A background

This text has black color on #875E4A background.


White color preview on #875E4A background

This text has white color on #875E4A background.