COLOR #815253

HEX: #815253
RGB: (129,82,83)

Renk bilgisi

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

RGB renk modeli

#815253 color RGB value is (129,82,83).

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

RGB bağlantıları ve doygunluk

R 129 of 255 = 51%
G 82 of 255 = 32%
B 83 of 255 = 33%

129
82
83

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

Yüzdelerle RGB renk parçaları

R + G + B =
129 + 82 + 83 = 294 (100%)
R 129 of 294 ~ 43.88%
G 82 of 294 ~ 27.89%
B 83 of 294 ~ 28.23%

%43.88
%27.89
%28.23

CMYK RENK MODELİ

#815253 rengi CMYK tonu (0,36,36,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.43%
  • sarı tonu 35.66%
  • ana renk tonu 49.41%
CMYK:
(0,36,36,49)
C0M36Y36K49 
(0%,36%,36%,49%)
(0.00/0.36/0.36/0.49)	

CMYK yüzdeleri

%0
%36.43
%35.66
%49.41

Codes

Color #815253 in popluar color models

815253
RGB1298283
HSL359°22.27%41.37%
HSB/HSV359°36.43%50.59%
CMYK0.00%36.43%35.66%
49.41%

Color #815253 in popluar number systems.

HEX815253
Decimal1298283
Binary1000000110100101010011
Octal201122123

Shades and tints

Shades of #815253

#815253
(129,82,83)
#764B4C
(118,75,76)
#6B4445
(107,68,69)
#603D3E
(96,61,62)
#553637
(85,54,55)
#4A2F30
(74,47,48)
#3F2829
(63,40,41)
#342122
(52,33,34)
#291A1B
(41,26,27)
#1E1314
(30,19,20)
#130C0D
(19,12,13)
#000000
(0,0,0)

Tints of #815253

#815253
(129,82,83)
#8C6162
(140,97,98)
#977071
(151,112,113)
#A27F80
(162,127,128)
#AD8E8F
(173,142,143)
#B89D9E
(184,157,158)
#C3ACAD
(195,172,173)
#CEBBBC
(206,187,188)
#D9CACB
(217,202,203)
#E4D9DA
(228,217,218)
#EFE8E9
(239,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #815253; }

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

This text font color is #815253.


Background Color

.myBgColor { background-color: #815253; }

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

This div background color is #815253.


Border color

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

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

This div border color is #815253.


Opacity

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

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

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

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

This text has shadow with #815253 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #815253 on black background.


Color preview on white background

This text has color #815253 on white background.



Black color preview on #815253 background

This text has black color on #815253 background.


White color preview on #815253 background

This text has white color on #815253 background.