COLOR #85820D

HEX: #85820D
RGB: (133,130,13)

Renk bilgisi

#85820D contains mainly red and green colors. #85820D ‘ nin web güvenlik rengi #999900 (ya da #990) dir.

RGB renk modeli

#85820D color RGB value is (133,130,13).

  • kırmız ton 133;
  • yeşil ton 130;
  • mavi ton 13.
RGB:
(133,130,13)
(52%,51%,5%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 130 of 255 = 51%
B 13 of 255 = 5%

133
130
13

R + G + B ~ 36%. #85820D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 130 + 13 = 276 (100%)
R 133 of 276 ~ 48.19%
G 130 of 276 ~ 47.1%
B 13 of 276 ~ 4.71%

%48.19
%47.1

CMYK RENK MODELİ

#85820D rengi CMYK tonu (0,2,90,48).

  • camgöbeği tonu 0.00%
  • eflatun tonu 2.26%
  • sarı tonu 90.23%
  • ana renk tonu 47.84%
CMYK:
(0,2,90,48)
C0M2Y90K48 
(0%,2%,90%,48%)
(0.00/0.02/0.90/0.48)	

CMYK yüzdeleri

%0
%2.26
%90.23
%47.84

Codes

Color #85820D in popluar color models

85820D
RGB13313013
HSL59°82.19%28.63%
HSB/HSV59°90.23%52.16%
CMYK0.00%2.26%90.23%
47.84%

Color #85820D in popluar number systems.

HEX85820D
Decimal13313013
Binary10000101100000101101
Octal20520215

Shades and tints

Shades of #85820D

#85820D
(133,130,13)
#79770C
(121,119,12)
#6D6C0B
(109,108,11)
#61610A
(97,97,10)
#555609
(85,86,9)
#494B08
(73,75,8)
#3D4007
(61,64,7)
#313506
(49,53,6)
#252A05
(37,42,5)
#191F04
(25,31,4)
#0D1403
(13,20,3)
#000000
(0,0,0)

Tints of #85820D

#85820D
(133,130,13)
#908D23
(144,141,35)
#9B9839
(155,152,57)
#A6A34F
(166,163,79)
#B1AE65
(177,174,101)
#BCB97B
(188,185,123)
#C7C491
(199,196,145)
#D2CFA7
(210,207,167)
#DDDABD
(221,218,189)
#E8E5D3
(232,229,211)
#F3F0E9
(243,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85820D color. Also use rgb(133,130,13) instead hex code.

Text Font Color

.myTextColor { color: #85820D; }

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

This text font color is #85820D.


Background Color

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

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

This div background color is #85820D.


Border color

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

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

This div border color is #85820D.


Opacity

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

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

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

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

This text has shadow with #85820D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85820D on black background.


Color preview on white background

This text has color #85820D on white background.



Black color preview on #85820D background

This text has black color on #85820D background.


White color preview on #85820D background

This text has white color on #85820D background.