COLOR #874D45

HEX: #874D45
RGB: (135,77,69)

Color info

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

RGB color model

#874D45 color RGB value is (135,77,69).

  • red value is 135;
  • green value is 77;
  • blue value is 69.
RGB:
(135,77,69)
(53%,30%,27%)

RGB channels and saturation

R 135 of 255 = 53%
G 77 of 255 = 30%
B 69 of 255 = 27%

135
77
69

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

Portions of RGB colors in percentages

R + G + B =
135 + 77 + 69 = 281 (100%)
R 135 of 281 ~ 48.04%
G 77 of 281 ~ 27.4%
B 69 of 281 ~ 24.56%

%48.04
%27.4
%24.56

CMYK color model

#874D45 color CMYK value is (0,43,49,47).

  • cyan value is 0.00%
  • magenta value is 42.96%
  • yellow value is 48.89%
  • key color value is 47.06%
CMYK:
(0,43,49,47)
C0M43Y49K47 
(0%,43%,49%,47%)
(0.00/0.43/0.49/0.47)	

CMYK percentages

%0
%42.96
%48.89
%47.06

Codes

Color #874D45 in popluar color models

874D45
RGB1357769
HSL32.35%40.00%
HSB/HSV48.89%52.94%
CMYK0.00%42.96%48.89%
47.06%

Color #874D45 in popluar number systems.

HEX874D45
Decimal1357769
Binary1000011110011011000101
Octal207115105

Shades and tints

Shades of #874D45

#874D45
(135,77,69)
#7B463F
(123,70,63)
#6F3F39
(111,63,57)
#633833
(99,56,51)
#57312D
(87,49,45)
#4B2A27
(75,42,39)
#3F2321
(63,35,33)
#331C1B
(51,28,27)
#271515
(39,21,21)
#1B0E0F
(27,14,15)
#0F0709
(15,7,9)
#000000
(0,0,0)

Tints of #874D45

#874D45
(135,77,69)
#915D55
(145,93,85)
#9B6D65
(155,109,101)
#A57D75
(165,125,117)
#AF8D85
(175,141,133)
#B99D95
(185,157,149)
#C3ADA5
(195,173,165)
#CDBDB5
(205,189,181)
#D7CDC5
(215,205,197)
#E1DDD5
(225,221,213)
#EBEDE5
(235,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #874D45 color. Also use rgb(135,77,69) instead hex code.

Text Font Color

.myTextColor { color: #874D45; }

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

This text font color is #874D45.


Background Color

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

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

This div background color is #874D45.


Border color

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

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

This div border color is #874D45.


Opacity

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

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

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

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

This text has shadow with #874D45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #874D45 on black background.


Color preview on white background

This text has color #874D45 on white background.



Black color preview on #874D45 background

This text has black color on #874D45 background.


White color preview on #874D45 background

This text has white color on #874D45 background.