COLOR #85835D

HEX: #85835D
RGB: (133,131,93)

Renk bilgisi

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

RGB renk modeli

#85835D color RGB value is (133,131,93).

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

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 131 of 255 = 51%
B 93 of 255 = 36%

133
131
93

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

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 131 + 93 = 357 (100%)
R 133 of 357 ~ 37.25%
G 131 of 357 ~ 36.69%
B 93 of 357 ~ 26.05%

%37.25
%36.69
%26.05

CMYK RENK MODELİ

#85835D rengi CMYK tonu (0,2,30,48).

  • camgöbeği tonu 0.00%
  • eflatun tonu 1.50%
  • sarı tonu 30.08%
  • ana renk tonu 47.84%
CMYK:
(0,2,30,48)
C0M2Y30K48 
(0%,2%,30%,48%)
(0.00/0.02/0.30/0.48)	

CMYK yüzdeleri

%0
%1.5
%30.08
%47.84

Codes

Color #85835D in popluar color models

85835D
RGB13313193
HSL57°17.70%44.31%
HSB/HSV57°30.08%52.16%
CMYK0.00%1.50%30.08%
47.84%

Color #85835D in popluar number systems.

HEX85835D
Decimal13313193
Binary10000101100000111011101
Octal205203135

Shades and tints

Shades of #85835D

#85835D
(133,131,93)
#797855
(121,120,85)
#6D6D4D
(109,109,77)
#616245
(97,98,69)
#55573D
(85,87,61)
#494C35
(73,76,53)
#3D412D
(61,65,45)
#313625
(49,54,37)
#252B1D
(37,43,29)
#192015
(25,32,21)
#0D150D
(13,21,13)
#000000
(0,0,0)

Tints of #85835D

#85835D
(133,131,93)
#908E6B
(144,142,107)
#9B9979
(155,153,121)
#A6A487
(166,164,135)
#B1AF95
(177,175,149)
#BCBAA3
(188,186,163)
#C7C5B1
(199,197,177)
#D2D0BF
(210,208,191)
#DDDBCD
(221,219,205)
#E8E6DB
(232,230,219)
#F3F1E9
(243,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85835D color. Also use rgb(133,131,93) instead hex code.

Text Font Color

.myTextColor { color: #85835D; }

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

This text font color is #85835D.


Background Color

.myBgColor { background-color: #85835D; }

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

This div background color is #85835D.


Border color

.myBorderColor { border: 1px solid #85835D; }

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

This div border color is #85835D.


Opacity

.myOpacity80 { color: #85835D; opacity: 0.8; }

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

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

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

This text has shadow with #85835D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85835D on black background.


Color preview on white background

This text has color #85835D on white background.



Black color preview on #85835D background

This text has black color on #85835D background.


White color preview on #85835D background

This text has white color on #85835D background.