COLOR #874D7F

HEX: #874D7F
RGB: (135,77,127)

Renk bilgisi

#874D7F contains red, green and blue colors in about the same proportion. #874D7F ‘ nin web güvenlik rengi #993366 (ya da #936) dir.

RGB renk modeli

#874D7F color RGB value is (135,77,127).

  • kırmız ton 135;
  • yeşil ton 77;
  • mavi ton 127.
RGB:
(135,77,127)
(53%,30%,50%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 77 of 255 = 30%
B 127 of 255 = 50%

135
77
127

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

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 77 + 127 = 339 (100%)
R 135 of 339 ~ 39.82%
G 77 of 339 ~ 22.71%
B 127 of 339 ~ 37.46%

%39.82
%22.71
%37.46

CMYK RENK MODELİ

#874D7F rengi CMYK tonu (0,43,6,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 42.96%
  • sarı tonu 5.93%
  • ana renk tonu 47.06%
CMYK:
(0,43,6,47)
C0M43Y6K47 
(0%,43%,6%,47%)
(0.00/0.43/0.06/0.47)	

CMYK yüzdeleri

%0
%42.96
%5.93
%47.06

Codes

Color #874D7F in popluar color models

874D7F
RGB13577127
HSL308°27.36%41.57%
HSB/HSV308°42.96%52.94%
CMYK0.00%42.96%5.93%
47.06%

Color #874D7F in popluar number systems.

HEX874D7F
Decimal13577127
Binary1000011110011011111111
Octal207115177

Shades and tints

Shades of #874D7F

#874D7F
(135,77,127)
#7B4674
(123,70,116)
#6F3F69
(111,63,105)
#63385E
(99,56,94)
#573153
(87,49,83)
#4B2A48
(75,42,72)
#3F233D
(63,35,61)
#331C32
(51,28,50)
#271527
(39,21,39)
#1B0E1C
(27,14,28)
#0F0711
(15,7,17)
#000000
(0,0,0)

Tints of #874D7F

#874D7F
(135,77,127)
#915D8A
(145,93,138)
#9B6D95
(155,109,149)
#A57DA0
(165,125,160)
#AF8DAB
(175,141,171)
#B99DB6
(185,157,182)
#C3ADC1
(195,173,193)
#CDBDCC
(205,189,204)
#D7CDD7
(215,205,215)
#E1DDE2
(225,221,226)
#EBEDED
(235,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #874D7F; }

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

This text font color is #874D7F.


Background Color

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

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

This div background color is #874D7F.


Border color

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

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

This div border color is #874D7F.


Opacity

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

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

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

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

This text has shadow with #874D7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #874D7F on black background.


Color preview on white background

This text has color #874D7F on white background.



Black color preview on #874D7F background

This text has black color on #874D7F background.


White color preview on #874D7F background

This text has white color on #874D7F background.