COLOR #85643F

HEX: #85643F
RGB: (133,100,63)

Color info

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

RGB color model

#85643F color RGB value is (133,100,63).

  • red value is 133;
  • green value is 100;
  • blue value is 63.
RGB:
(133,100,63)
(52%,39%,25%)

RGB channels and saturation

R 133 of 255 = 52%
G 100 of 255 = 39%
B 63 of 255 = 25%

133
100
63

R + G + B ~ 39%. #85643F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 100 + 63 = 296 (100%)
R 133 of 296 ~ 44.93%
G 100 of 296 ~ 33.78%
B 63 of 296 ~ 21.28%

%44.93
%33.78
%21.28

CMYK color model

#85643F color CMYK value is (0,25,53,48).

  • cyan value is 0.00%
  • magenta value is 24.81%
  • yellow value is 52.63%
  • key color value is 47.84%
CMYK:
(0,25,53,48)
C0M25Y53K48 
(0%,25%,53%,48%)
(0.00/0.25/0.53/0.48)	

CMYK percentages

%0
%24.81
%52.63
%47.84

Codes

Color #85643F in popluar color models

85643F
RGB13310063
HSL32°35.71%38.43%
HSB/HSV32°52.63%52.16%
CMYK0.00%24.81%52.63%
47.84%

Color #85643F in popluar number systems.

HEX85643F
Decimal13310063
Binary100001011100100111111
Octal20514477

Shades and tints

Shades of #85643F

#85643F
(133,100,63)
#795B3A
(121,91,58)
#6D5235
(109,82,53)
#614930
(97,73,48)
#55402B
(85,64,43)
#493726
(73,55,38)
#3D2E21
(61,46,33)
#31251C
(49,37,28)
#251C17
(37,28,23)
#191312
(25,19,18)
#0D0A0D
(13,10,13)
#000000
(0,0,0)

Tints of #85643F

#85643F
(133,100,63)
#907250
(144,114,80)
#9B8061
(155,128,97)
#A68E72
(166,142,114)
#B19C83
(177,156,131)
#BCAA94
(188,170,148)
#C7B8A5
(199,184,165)
#D2C6B6
(210,198,182)
#DDD4C7
(221,212,199)
#E8E2D8
(232,226,216)
#F3F0E9
(243,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85643F color. Also use rgb(133,100,63) instead hex code.

Text Font Color

.myTextColor { color: #85643F; }

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

This text font color is #85643F.


Background Color

.myBgColor { background-color: #85643F; }

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

This div background color is #85643F.


Border color

.myBorderColor { border: 1px solid #85643F; }

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

This div border color is #85643F.


Opacity

.myOpacity80 { color: #85643F; opacity: 0.8; }

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

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

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

This text has shadow with #85643F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85643F on black background.


Color preview on white background

This text has color #85643F on white background.



Black color preview on #85643F background

This text has black color on #85643F background.


White color preview on #85643F background

This text has white color on #85643F background.