COLOR #85652E

HEX: #85652E RGB: (133,101,46)

Color info

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

RGB color model

#85652E color RGB value is (133,101,46).

RGB: (133,101,46) (52%, 40%, 18%)

RGB channels and saturation

R 133 of 255 = 52%
G 101 of 255 = 40%
B 46 of 255 = 18%

133
101
46

R + G + B ~ 37%. #85652E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 133 + 101 + 46 = 280 (100%)
R 133 of 280 ~ 47.5%
G 101 of 280 ~ 36.07%
B 46 of 280 ~ 16.43'%

%47.5
%36.07
%16.43

CMYK color model

#85652E color CMYK value is (0,24,65,48).

  • cyan value is 0.00%
  • magenta value is 24.06%
  • yellow value is 65.41%
  • key color value is 47.84%
CMYK: (0,24,65,48) C0M24Y65K48 (0%,24%,65%,48%) (0.00/0.24/0.65/0.48) 

CMYK percentages

%0
%24.06
%65.41
%47.84

Codes

Color #85652E in popluar color models

85 65 2E
RGB 133 101 46
HSL 38° 48.60% 35.10%
HSB/HSV 38° 65.41% 52.16%
CMYK 0.00% 24.06% 65.41%
47.84%

Color #85652E in popluar number systems.

HEX 85 65 2E
Decimal 133 101 46
Binary 10000101 1100101 101110
Octal 205 145 56

Shades and tints

Shades of #85652E

#85652E
(133,101,46)
#795C2A
(121,92,42)
#6D5326
(109,83,38)
#614A22
(97,74,34)
#55411E
(85,65,30)
#49381A
(73,56,26)
#3D2F16
(61,47,22)
#312612
(49,38,18)
#251D0E
(37,29,14)
#19140A
(25,20,10)
#0D0B06
(13,11,6)
#000000
(0,0,0)

Tints of #85652E

#85652E
(133,101,46)
#907341
(144,115,65)
#9B8154
(155,129,84)
#A68F67
(166,143,103)
#B19D7A
(177,157,122)
#BCAB8D
(188,171,141)
#C7B9A0
(199,185,160)
#D2C7B3
(210,199,179)
#DDD5C6
(221,213,198)
#E8E3D9
(232,227,217)
#F3F1EC
(243,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85652E color. Also use rgb(133,101,46) instead hex code.

Text Font Color

.myTextColor { color: #85652E; }

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

This text font color is #85652E.

Background Color

.myBgColor { background-color: #85652E; }

<div style="background-color:#85652E">Inner text</div>

This div background color is #85652E.

Border color

.myBorderColor { border: 1px solid #85652E; }

<div style="border:3px solid #85652E">Div</div>

This div border color is #85652E.

Opacity

.myOpacity80 { color: #85652E; opacity: 0.8; }

<p style="color:#85652E;opacity:0.8;">80%</p>

Text with #85652E 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 #85652E;}

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

This text has shadow with #85652E color.


.textShadow {text-shadow: 3px 3px 1px #85652E', 3px 3px 1px red;}

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

This text has shadow with #85652E primary color and red secondary color.


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

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

This text has shadow with #85652E and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #85652E; -webkit-box-shadow: 1px 1px 3px 2px #85652E; box-shadow:1px 1px 3px 2px #85652E;">
Div content here
</div>

This div box has shadow with color #85652E.

Preview

Color preview on black background

This text has color #85652E on black background.


Color preview on white background

This text has color #85652E on white background.


Black color preview on #85652E background

This text has black color on #85652E background.


White color preview on #85652E background

This text has white color on #85652E background.


Related colors

Complementary color

Complementary color for #hex is #7A9AD1.


I love getcolorcode.com

Triadic colors

1 #2E8565 and #652E85 with #85652E are triadic colors.

2 #2E6585 and #65852E with #85652E are triadic colors.