COLOR #856575

HEX: #856575
RGB: (133,101,117)

Renk bilgisi

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

RGB renk modeli

#856575 color RGB value is (133,101,117).

  • kırmız ton 133;
  • yeşil ton 101;
  • mavi ton 117.
RGB:
(133,101,117)
(52%,40%,46%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 101 of 255 = 40%
B 117 of 255 = 46%

133
101
117

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

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 101 + 117 = 351 (100%)
R 133 of 351 ~ 37.89%
G 101 of 351 ~ 28.77%
B 117 of 351 ~ 33.33%

%37.89
%28.77
%33.33

CMYK RENK MODELİ

#856575 rengi CMYK tonu (0,24,12,48).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.06%
  • sarı tonu 12.03%
  • ana renk tonu 47.84%
CMYK:
(0,24,12,48)
C0M24Y12K48 
(0%,24%,12%,48%)
(0.00/0.24/0.12/0.48)	

CMYK yüzdeleri

%0
%24.06
%12.03
%47.84

Codes

Color #856575 in popluar color models

856575
RGB133101117
HSL330°13.68%45.88%
HSB/HSV330°24.06%52.16%
CMYK0.00%24.06%12.03%
47.84%

Color #856575 in popluar number systems.

HEX856575
Decimal133101117
Binary1000010111001011110101
Octal205145165

Shades and tints

Shades of #856575

#856575
(133,101,117)
#795C6B
(121,92,107)
#6D5361
(109,83,97)
#614A57
(97,74,87)
#55414D
(85,65,77)
#493843
(73,56,67)
#3D2F39
(61,47,57)
#31262F
(49,38,47)
#251D25
(37,29,37)
#19141B
(25,20,27)
#0D0B11
(13,11,17)
#000000
(0,0,0)

Tints of #856575

#856575
(133,101,117)
#907381
(144,115,129)
#9B818D
(155,129,141)
#A68F99
(166,143,153)
#B19DA5
(177,157,165)
#BCABB1
(188,171,177)
#C7B9BD
(199,185,189)
#D2C7C9
(210,199,201)
#DDD5D5
(221,213,213)
#E8E3E1
(232,227,225)
#F3F1ED
(243,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #856575 color. Also use rgb(133,101,117) instead hex code.

Text Font Color

.myTextColor { color: #856575; }

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

This text font color is #856575.


Background Color

.myBgColor { background-color: #856575; }

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

This div background color is #856575.


Border color

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

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

This div border color is #856575.


Opacity

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

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

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

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

This text has shadow with #856575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856575 on black background.


Color preview on white background

This text has color #856575 on white background.



Black color preview on #856575 background

This text has black color on #856575 background.


White color preview on #856575 background

This text has white color on #856575 background.