COLOR #874F4C

HEX: #874F4C
RGB: (135,79,76)

Renk bilgisi

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

RGB renk modeli

#874F4C color RGB value is (135,79,76).

  • kırmız ton 135;
  • yeşil ton 79;
  • mavi ton 76.
RGB:
(135,79,76)
(53%,31%,30%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 79 of 255 = 31%
B 76 of 255 = 30%

135
79
76

R + G + B ~ 38%. #874F4C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 79 + 76 = 290 (100%)
R 135 of 290 ~ 46.55%
G 79 of 290 ~ 27.24%
B 76 of 290 ~ 26.21%

%46.55
%27.24
%26.21

CMYK RENK MODELİ

#874F4C rengi CMYK tonu (0,41,44,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 41.48%
  • sarı tonu 43.70%
  • ana renk tonu 47.06%
CMYK:
(0,41,44,47)
C0M41Y44K47 
(0%,41%,44%,47%)
(0.00/0.41/0.44/0.47)	

CMYK yüzdeleri

%0
%41.48
%43.7
%47.06

Codes

Color #874F4C in popluar color models

874F4C
RGB1357976
HSL27.96%41.37%
HSB/HSV43.70%52.94%
CMYK0.00%41.48%43.70%
47.06%

Color #874F4C in popluar number systems.

HEX874F4C
Decimal1357976
Binary1000011110011111001100
Octal207117114

Shades and tints

Shades of #874F4C

#874F4C
(135,79,76)
#7B4846
(123,72,70)
#6F4140
(111,65,64)
#633A3A
(99,58,58)
#573334
(87,51,52)
#4B2C2E
(75,44,46)
#3F2528
(63,37,40)
#331E22
(51,30,34)
#27171C
(39,23,28)
#1B1016
(27,16,22)
#0F0910
(15,9,16)
#000000
(0,0,0)

Tints of #874F4C

#874F4C
(135,79,76)
#915F5C
(145,95,92)
#9B6F6C
(155,111,108)
#A57F7C
(165,127,124)
#AF8F8C
(175,143,140)
#B99F9C
(185,159,156)
#C3AFAC
(195,175,172)
#CDBFBC
(205,191,188)
#D7CFCC
(215,207,204)
#E1DFDC
(225,223,220)
#EBEFEC
(235,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #874F4C; }

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

This text font color is #874F4C.


Background Color

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

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

This div background color is #874F4C.


Border color

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

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

This div border color is #874F4C.


Opacity

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

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

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

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

This text has shadow with #874F4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #874F4C on black background.


Color preview on white background

This text has color #874F4C on white background.



Black color preview on #874F4C background

This text has black color on #874F4C background.


White color preview on #874F4C background

This text has white color on #874F4C background.