COLOR #874C4B

HEX: #874C4B
RGB: (135,76,75)

Color info

#874C4B contains mainly red and green colors. Web safe color of #874C4B is #993333 (or #933).

RGB color model

#874C4B color RGB value is (135,76,75).

  • red value is 135;
  • green value is 76;
  • blue value is 75.
RGB:
(135,76,75)
(53%,30%,29%)

RGB channels and saturation

R 135 of 255 = 53%
G 76 of 255 = 30%
B 75 of 255 = 29%

135
76
75

R + G + B ~ 37%. #874C4B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 76 + 75 = 286 (100%)
R 135 of 286 ~ 47.2%
G 76 of 286 ~ 26.57%
B 75 of 286 ~ 26.22%

%47.2
%26.57
%26.22

CMYK color model

#874C4B color CMYK value is (0,44,44,47).

  • cyan value is 0.00%
  • magenta value is 43.70%
  • yellow value is 44.44%
  • key color value is 47.06%
CMYK:
(0,44,44,47)
C0M44Y44K47 
(0%,44%,44%,47%)
(0.00/0.44/0.44/0.47)	

CMYK percentages

%0
%43.7
%44.44
%47.06

Codes

Color #874C4B in popluar color models

874C4B
RGB1357675
HSL28.57%41.18%
HSB/HSV44.44%52.94%
CMYK0.00%43.70%44.44%
47.06%

Color #874C4B in popluar number systems.

HEX874C4B
Decimal1357675
Binary1000011110011001001011
Octal207114113

Shades and tints

Shades of #874C4B

#874C4B
(135,76,75)
#7B4645
(123,70,69)
#6F403F
(111,64,63)
#633A39
(99,58,57)
#573433
(87,52,51)
#4B2E2D
(75,46,45)
#3F2827
(63,40,39)
#332221
(51,34,33)
#271C1B
(39,28,27)
#1B1615
(27,22,21)
#0F100F
(15,16,15)
#000000
(0,0,0)

Tints of #874C4B

#874C4B
(135,76,75)
#915C5B
(145,92,91)
#9B6C6B
(155,108,107)
#A57C7B
(165,124,123)
#AF8C8B
(175,140,139)
#B99C9B
(185,156,155)
#C3ACAB
(195,172,171)
#CDBCBB
(205,188,187)
#D7CCCB
(215,204,203)
#E1DCDB
(225,220,219)
#EBECEB
(235,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #874C4B color. Also use rgb(135,76,75) instead hex code.

Text Font Color

.myTextColor { color: #874C4B; }

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

This text font color is #874C4B.


Background Color

.myBgColor { background-color: #874C4B; }

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

This div background color is #874C4B.


Border color

.myBorderColor { border: 1px solid #874C4B; }

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

This div border color is #874C4B.


Opacity

.myOpacity80 { color: #874C4B; opacity: 0.8; }

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

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

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

This text has shadow with #874C4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #874C4B on black background.


Color preview on white background

This text has color #874C4B on white background.



Black color preview on #874C4B background

This text has black color on #874C4B background.


White color preview on #874C4B background

This text has white color on #874C4B background.