COLOR #877373

HEX: #877373
RGB: (135,115,115)

Renk bilgisi

#877373 contains red, green and blue colors in about the same proportion. #877373 ‘ nin web güvenlik rengi #996666 (ya da #966) dir.

RGB renk modeli

#877373 color RGB value is (135,115,115).

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

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 115 of 255 = 45%
B 115 of 255 = 45%

135
115
115

R + G + B ~ 48%. #877373 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 115 + 115 = 365 (100%)
R 135 of 365 ~ 36.99%
G 115 of 365 ~ 31.51%
B 115 of 365 ~ 31.51%

%36.99
%31.51
%31.51

CMYK RENK MODELİ

#877373 rengi CMYK tonu (0,15,15,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.81%
  • sarı tonu 14.81%
  • ana renk tonu 47.06%
CMYK:
(0,15,15,47)
C0M15Y15K47 
(0%,15%,15%,47%)
(0.00/0.15/0.15/0.47)	

CMYK yüzdeleri

%0
%14.81
%14.81
%47.06

Codes

Color #877373 in popluar color models

877373
RGB135115115
HSL8.00%49.02%
HSB/HSV14.81%52.94%
CMYK0.00%14.81%14.81%
47.06%

Color #877373 in popluar number systems.

HEX877373
Decimal135115115
Binary1000011111100111110011
Octal207163163

Shades and tints

Shades of #877373

#877373
(135,115,115)
#7B6969
(123,105,105)
#6F5F5F
(111,95,95)
#635555
(99,85,85)
#574B4B
(87,75,75)
#4B4141
(75,65,65)
#3F3737
(63,55,55)
#332D2D
(51,45,45)
#272323
(39,35,35)
#1B1919
(27,25,25)
#0F0F0F
(15,15,15)
#000000
(0,0,0)

Tints of #877373

#877373
(135,115,115)
#917F7F
(145,127,127)
#9B8B8B
(155,139,139)
#A59797
(165,151,151)
#AFA3A3
(175,163,163)
#B9AFAF
(185,175,175)
#C3BBBB
(195,187,187)
#CDC7C7
(205,199,199)
#D7D3D3
(215,211,211)
#E1DFDF
(225,223,223)
#EBEBEB
(235,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877373; }

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

This text font color is #877373.


Background Color

.myBgColor { background-color: #877373; }

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

This div background color is #877373.


Border color

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

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

This div border color is #877373.


Opacity

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

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

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

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

This text has shadow with #877373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877373 on black background.


Color preview on white background

This text has color #877373 on white background.



Black color preview on #877373 background

This text has black color on #877373 background.


White color preview on #877373 background

This text has white color on #877373 background.