COLOR #85836C

HEX: #85836C
RGB: (133,131,108)

Renk bilgisi

#85836C contains red, green and blue colors in about the same proportion. #85836C ‘ nin web güvenlik rengi #999966 (ya da #996) dir.

RGB renk modeli

#85836C color RGB value is (133,131,108).

  • kırmız ton 133;
  • yeşil ton 131;
  • mavi ton 108.
RGB:
(133,131,108)
(52%,51%,42%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 131 of 255 = 51%
B 108 of 255 = 42%

133
131
108

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

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 131 + 108 = 372 (100%)
R 133 of 372 ~ 35.75%
G 131 of 372 ~ 35.22%
B 108 of 372 ~ 29.03%

%35.75
%35.22
%29.03

CMYK RENK MODELİ

#85836C rengi CMYK tonu (0,2,19,48).

  • camgöbeği tonu 0.00%
  • eflatun tonu 1.50%
  • sarı tonu 18.80%
  • ana renk tonu 47.84%
CMYK:
(0,2,19,48)
C0M2Y19K48 
(0%,2%,19%,48%)
(0.00/0.02/0.19/0.48)	

CMYK yüzdeleri

%0
%1.5
%18.8
%47.84

Codes

Color #85836C in popluar color models

85836C
RGB133131108
HSL55°10.37%47.25%
HSB/HSV55°18.80%52.16%
CMYK0.00%1.50%18.80%
47.84%

Color #85836C in popluar number systems.

HEX85836C
Decimal133131108
Binary10000101100000111101100
Octal205203154

Shades and tints

Shades of #85836C

#85836C
(133,131,108)
#797863
(121,120,99)
#6D6D5A
(109,109,90)
#616251
(97,98,81)
#555748
(85,87,72)
#494C3F
(73,76,63)
#3D4136
(61,65,54)
#31362D
(49,54,45)
#252B24
(37,43,36)
#19201B
(25,32,27)
#0D1512
(13,21,18)
#000000
(0,0,0)

Tints of #85836C

#85836C
(133,131,108)
#908E79
(144,142,121)
#9B9986
(155,153,134)
#A6A493
(166,164,147)
#B1AFA0
(177,175,160)
#BCBAAD
(188,186,173)
#C7C5BA
(199,197,186)
#D2D0C7
(210,208,199)
#DDDBD4
(221,219,212)
#E8E6E1
(232,230,225)
#F3F1EE
(243,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85836C color. Also use rgb(133,131,108) instead hex code.

Text Font Color

.myTextColor { color: #85836C; }

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

This text font color is #85836C.


Background Color

.myBgColor { background-color: #85836C; }

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

This div background color is #85836C.


Border color

.myBorderColor { border: 1px solid #85836C; }

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

This div border color is #85836C.


Opacity

.myOpacity80 { color: #85836C; opacity: 0.8; }

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

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

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

This text has shadow with #85836C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85836C on black background.


Color preview on white background

This text has color #85836C on white background.



Black color preview on #85836C background

This text has black color on #85836C background.


White color preview on #85836C background

This text has white color on #85836C background.