COLOR #875253

HEX: #875253
RGB: (135,82,83)

Renk bilgisi

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

RGB renk modeli

#875253 color RGB value is (135,82,83).

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

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 82 of 255 = 32%
B 83 of 255 = 33%

135
82
83

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

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 82 + 83 = 300 (100%)
R 135 of 300 ~ 45%
G 82 of 300 ~ 27.33%
B 83 of 300 ~ 27.67%

%45
%27.33
%27.67

CMYK RENK MODELİ

#875253 rengi CMYK tonu (0,39,39,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 39.26%
  • sarı tonu 38.52%
  • ana renk tonu 47.06%
CMYK:
(0,39,39,47)
C0M39Y39K47 
(0%,39%,39%,47%)
(0.00/0.39/0.39/0.47)	

CMYK yüzdeleri

%0
%39.26
%38.52
%47.06

Codes

Color #875253 in popluar color models

875253
RGB1358283
HSL359°24.42%42.55%
HSB/HSV359°39.26%52.94%
CMYK0.00%39.26%38.52%
47.06%

Color #875253 in popluar number systems.

HEX875253
Decimal1358283
Binary1000011110100101010011
Octal207122123

Shades and tints

Shades of #875253

#875253
(135,82,83)
#7B4B4C
(123,75,76)
#6F4445
(111,68,69)
#633D3E
(99,61,62)
#573637
(87,54,55)
#4B2F30
(75,47,48)
#3F2829
(63,40,41)
#332122
(51,33,34)
#271A1B
(39,26,27)
#1B1314
(27,19,20)
#0F0C0D
(15,12,13)
#000000
(0,0,0)

Tints of #875253

#875253
(135,82,83)
#916162
(145,97,98)
#9B7071
(155,112,113)
#A57F80
(165,127,128)
#AF8E8F
(175,142,143)
#B99D9E
(185,157,158)
#C3ACAD
(195,172,173)
#CDBBBC
(205,187,188)
#D7CACB
(215,202,203)
#E1D9DA
(225,217,218)
#EBE8E9
(235,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #875253; }

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

This text font color is #875253.


Background Color

.myBgColor { background-color: #875253; }

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

This div background color is #875253.


Border color

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

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

This div border color is #875253.


Opacity

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

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

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

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

This text has shadow with #875253 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #875253 on black background.


Color preview on white background

This text has color #875253 on white background.



Black color preview on #875253 background

This text has black color on #875253 background.


White color preview on #875253 background

This text has white color on #875253 background.