COLOR #874847

HEX: #874847
RGB: (135,72,71)

Renk bilgisi

#874847 contains mainly red color. #874847 ‘ nin web güvenlik rengi #993333 (ya da #933) dir.

RGB renk modeli

#874847 color RGB value is (135,72,71).

  • kırmız ton 135;
  • yeşil ton 72;
  • mavi ton 71.
RGB:
(135,72,71)
(53%,28%,28%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 72 of 255 = 28%
B 71 of 255 = 28%

135
72
71

R + G + B ~ 36%. #874847 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 72 + 71 = 278 (100%)
R 135 of 278 ~ 48.56%
G 72 of 278 ~ 25.9%
B 71 of 278 ~ 25.54%

%48.56
%25.9
%25.54

CMYK RENK MODELİ

#874847 rengi CMYK tonu (0,47,47,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 46.67%
  • sarı tonu 47.41%
  • ana renk tonu 47.06%
CMYK:
(0,47,47,47)
C0M47Y47K47 
(0%,47%,47%,47%)
(0.00/0.47/0.47/0.47)	

CMYK yüzdeleri

%0
%46.67
%47.41
%47.06

Codes

Color #874847 in popluar color models

874847
RGB1357271
HSL31.07%40.39%
HSB/HSV47.41%52.94%
CMYK0.00%46.67%47.41%
47.06%

Color #874847 in popluar number systems.

HEX874847
Decimal1357271
Binary1000011110010001000111
Octal207110107

Shades and tints

Shades of #874847

#874847
(135,72,71)
#7B4241
(123,66,65)
#6F3C3B
(111,60,59)
#633635
(99,54,53)
#57302F
(87,48,47)
#4B2A29
(75,42,41)
#3F2423
(63,36,35)
#331E1D
(51,30,29)
#271817
(39,24,23)
#1B1211
(27,18,17)
#0F0C0B
(15,12,11)
#000000
(0,0,0)

Tints of #874847

#874847
(135,72,71)
#915857
(145,88,87)
#9B6867
(155,104,103)
#A57877
(165,120,119)
#AF8887
(175,136,135)
#B99897
(185,152,151)
#C3A8A7
(195,168,167)
#CDB8B7
(205,184,183)
#D7C8C7
(215,200,199)
#E1D8D7
(225,216,215)
#EBE8E7
(235,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #874847 color. Also use rgb(135,72,71) instead hex code.

Text Font Color

.myTextColor { color: #874847; }

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

This text font color is #874847.


Background Color

.myBgColor { background-color: #874847; }

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

This div background color is #874847.


Border color

.myBorderColor { border: 1px solid #874847; }

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

This div border color is #874847.


Opacity

.myOpacity80 { color: #874847; opacity: 0.8; }

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

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

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

This text has shadow with #874847 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #874847 on black background.


Color preview on white background

This text has color #874847 on white background.



Black color preview on #874847 background

This text has black color on #874847 background.


White color preview on #874847 background

This text has white color on #874847 background.