COLOR #85622D

HEX: #85622D
RGB: (133,98,45)

Color info

#85622D contains mainly red and green colors. Web safe color of #85622D is #996633 (or #963).

RGB color model

#85622D color RGB value is (133,98,45).

  • red value is 133;
  • green value is 98;
  • blue value is 45.
RGB:
(133,98,45)
(52%,38%,18%)

RGB channels and saturation

R 133 of 255 = 52%
G 98 of 255 = 38%
B 45 of 255 = 18%

133
98
45

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

Portions of RGB colors in percentages

R + G + B =
133 + 98 + 45 = 276 (100%)
R 133 of 276 ~ 48.19%
G 98 of 276 ~ 35.51%
B 45 of 276 ~ 16.3%

%48.19
%35.51
%16.3

CMYK color model

#85622D color CMYK value is (0,26,66,48).

  • cyan value is 0.00%
  • magenta value is 26.32%
  • yellow value is 66.17%
  • key color value is 47.84%
CMYK:
(0,26,66,48)
C0M26Y66K48 
(0%,26%,66%,48%)
(0.00/0.26/0.66/0.48)	

CMYK percentages

%0
%26.32
%66.17
%47.84

Codes

Color #85622D in popluar color models

85622D
RGB1339845
HSL36°49.44%34.90%
HSB/HSV36°66.17%52.16%
CMYK0.00%26.32%66.17%
47.84%

Color #85622D in popluar number systems.

HEX85622D
Decimal1339845
Binary100001011100010101101
Octal20514255

Shades and tints

Shades of #85622D

#85622D
(133,98,45)
#795A29
(121,90,41)
#6D5225
(109,82,37)
#614A21
(97,74,33)
#55421D
(85,66,29)
#493A19
(73,58,25)
#3D3215
(61,50,21)
#312A11
(49,42,17)
#25220D
(37,34,13)
#191A09
(25,26,9)
#0D1205
(13,18,5)
#000000
(0,0,0)

Tints of #85622D

#85622D
(133,98,45)
#907040
(144,112,64)
#9B7E53
(155,126,83)
#A68C66
(166,140,102)
#B19A79
(177,154,121)
#BCA88C
(188,168,140)
#C7B69F
(199,182,159)
#D2C4B2
(210,196,178)
#DDD2C5
(221,210,197)
#E8E0D8
(232,224,216)
#F3EEEB
(243,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85622D color. Also use rgb(133,98,45) instead hex code.

Text Font Color

.myTextColor { color: #85622D; }

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

This text font color is #85622D.


Background Color

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

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

This div background color is #85622D.


Border color

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

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

This div border color is #85622D.


Opacity

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

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

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

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

This text has shadow with #85622D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85622D on black background.


Color preview on white background

This text has color #85622D on white background.



Black color preview on #85622D background

This text has black color on #85622D background.


White color preview on #85622D background

This text has white color on #85622D background.