COLOR #874F6D

HEX: #874F6D RGB: (135,79,109)

Color info

#874F6D contains red, green and blue colors in about the same proportion. Web safe color of #874F6D is #996666 (or #966).

RGB color model

#874F6D color RGB value is (135,79,109).

RGB: (135,79,109) (53%, 31%, 43%)

RGB channels and saturation

R 135 of 255 = 53%
G 79 of 255 = 31%
B 109 of 255 = 43%

135
79
109

R + G + B ~ 42%. #874F6D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 135 + 79 + 109 = 323 (100%)
R 135 of 323 ~ 41.8%
G 79 of 323 ~ 24.46%
B 109 of 323 ~ 33.75'%

%41.8
%24.46
%33.75

CMYK color model

#874F6D color CMYK value is (0,41,19,47).

  • cyan value is 0.00%
  • magenta value is 41.48%
  • yellow value is 19.26%
  • key color value is 47.06%

CMYK: (0,41,19,47)
C0M41Y19K47 (0%, 41%, 19%, 47%)
(0.00 / 0.41 / 0.19 / 0.47)

CMYK percentages

%0
%41.48
%19.26
%47.06

Codes

Color #874F6D in popluar color models

87 4F 6D
RGB 135 79 109
HSL 328° 26.17% 41.96%
HSB/HSV 328° 41.48% 52.94%
CMYK 0.00% 41.48% 19.26%
47.06%

Color #874F6D in popluar number systems.

HEX 87 4F 6D
Decimal 135 79 109
Binary 10000111 1001111 1101101
Octal 207 117 155

Shades and tints

Shades of #874F6D

#874F6D
(135,79,109)
#7B4864
(123,72,100)
#6F415B
(111,65,91)
#633A52
(99,58,82)
#573349
(87,51,73)
#4B2C40
(75,44,64)
#3F2537
(63,37,55)
#331E2E
(51,30,46)
#271725
(39,23,37)
#1B101C
(27,16,28)
#0F0913
(15,9,19)
#000000
(0,0,0)

Tints of #874F6D

#874F6D
(135,79,109)
#915F7A
(145,95,122)
#9B6F87
(155,111,135)
#A57F94
(165,127,148)
#AF8FA1
(175,143,161)
#B99FAE
(185,159,174)
#C3AFBB
(195,175,187)
#CDBFC8
(205,191,200)
#D7CFD5
(215,207,213)
#E1DFE2
(225,223,226)
#EBEFEF
(235,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #874F6D color. Also use rgb(135,79,109) instead hex code.

Text Font Color

.myTextColor { color: #874F6D; }

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

This text font color is #874F6D.

Background Color

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

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

This div background color is #874F6D.

Border color

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

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

This div border color is #874F6D.

Opacity

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

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

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

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

This text has shadow with #874F6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #874F6D.

Preview

Color preview on black background

This text has color #874F6D on black background.


Color preview on white background

This text has color #874F6D on white background.


Black color preview on #874F6D background

This text has black color on #874F6D background.


White color preview on #874F6D background

This text has white color on #874F6D background.


Related colors

Complementary color

Complementary color for #hex is #78B092.


I love getcolorcode.com

Triadic colors

1 #6D874F and #4F6D87 with #874F6D are triadic colors.

2 #6D4F87 and #4F876D with #874F6D are triadic colors.