COLOR #815555

HEX: #815555
RGB: (129,85,85)

Renk bilgisi

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

RGB renk modeli

#815555 color RGB value is (129,85,85).

  • kırmız ton 129;
  • yeşil ton 85;
  • mavi ton 85.
RGB:
(129,85,85)
(51%,33%,33%)

RGB bağlantıları ve doygunluk

R 129 of 255 = 51%
G 85 of 255 = 33%
B 85 of 255 = 33%

129
85
85

R + G + B ~ 39%. #815555 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
129 + 85 + 85 = 299 (100%)
R 129 of 299 ~ 43.14%
G 85 of 299 ~ 28.43%
B 85 of 299 ~ 28.43%

%43.14
%28.43
%28.43

CMYK RENK MODELİ

#815555 rengi CMYK tonu (0,34,34,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 34.11%
  • sarı tonu 34.11%
  • ana renk tonu 49.41%
CMYK:
(0,34,34,49)
C0M34Y34K49 
(0%,34%,34%,49%)
(0.00/0.34/0.34/0.49)	

CMYK yüzdeleri

%0
%34.11
%34.11
%49.41

Codes

Color #815555 in popluar color models

815555
RGB1298585
HSL20.56%41.96%
HSB/HSV34.11%50.59%
CMYK0.00%34.11%34.11%
49.41%

Color #815555 in popluar number systems.

HEX815555
Decimal1298585
Binary1000000110101011010101
Octal201125125

Shades and tints

Shades of #815555

#815555
(129,85,85)
#764E4E
(118,78,78)
#6B4747
(107,71,71)
#604040
(96,64,64)
#553939
(85,57,57)
#4A3232
(74,50,50)
#3F2B2B
(63,43,43)
#342424
(52,36,36)
#291D1D
(41,29,29)
#1E1616
(30,22,22)
#130F0F
(19,15,15)
#000000
(0,0,0)

Tints of #815555

#815555
(129,85,85)
#8C6464
(140,100,100)
#977373
(151,115,115)
#A28282
(162,130,130)
#AD9191
(173,145,145)
#B8A0A0
(184,160,160)
#C3AFAF
(195,175,175)
#CEBEBE
(206,190,190)
#D9CDCD
(217,205,205)
#E4DCDC
(228,220,220)
#EFEBEB
(239,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #815555 color. Also use rgb(129,85,85) instead hex code.

Text Font Color

.myTextColor { color: #815555; }

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

This text font color is #815555.


Background Color

.myBgColor { background-color: #815555; }

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

This div background color is #815555.


Border color

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

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

This div border color is #815555.


Opacity

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

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

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

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

This text has shadow with #815555 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #815555 on black background.


Color preview on white background

This text has color #815555 on white background.



Black color preview on #815555 background

This text has black color on #815555 background.


White color preview on #815555 background

This text has white color on #815555 background.