COLOR #865F23

HEX: #865F23 RGB: (134,95,35)

Color info

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

RGB color model

#865F23 color RGB value is (134,95,35).

RGB: (134,95,35) (53%, 37%, 14%)

RGB channels and saturation

R 134 of 255 = 53%
G 95 of 255 = 37%
B 35 of 255 = 14%

134
95
35

R + G + B ~ 35%. #865F23 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 134 + 95 + 35 = 264 (100%)
R 134 of 264 ~ 50.76%
G 95 of 264 ~ 35.98%
B 35 of 264 ~ 13.26'%

%50.76
%35.98
%13.26

CMYK color model

#865F23 color CMYK value is (0,29,74,47).

  • cyan value is 0.00%
  • magenta value is 29.10%
  • yellow value is 73.88%
  • key color value is 47.45%
CMYK: (0,29,74,47) C0M29Y74K47 (0%,29%,74%,47%) (0.00/0.29/0.74/0.47) 

CMYK percentages

%0
%29.1
%73.88
%47.45

Codes

Color #865F23 in popluar color models

86 5F 23
RGB 134 95 35
HSL 36° 58.58% 33.14%
HSB/HSV 36° 73.88% 52.55%
CMYK 0.00% 29.10% 73.88%
47.45%

Color #865F23 in popluar number systems.

HEX 86 5F 23
Decimal 134 95 35
Binary 10000110 1011111 100011
Octal 206 137 43

Shades and tints

Shades of #865F23

#865F23
(134,95,35)
#7A5720
(122,87,32)
#6E4F1D
(110,79,29)
#62471A
(98,71,26)
#563F17
(86,63,23)
#4A3714
(74,55,20)
#3E2F11
(62,47,17)
#32270E
(50,39,14)
#261F0B
(38,31,11)
#1A1708
(26,23,8)
#0E0F05
(14,15,5)
#000000
(0,0,0)

Tints of #865F23

#865F23
(134,95,35)
#916D37
(145,109,55)
#9C7B4B
(156,123,75)
#A7895F
(167,137,95)
#B29773
(178,151,115)
#BDA587
(189,165,135)
#C8B39B
(200,179,155)
#D3C1AF
(211,193,175)
#DECFC3
(222,207,195)
#E9DDD7
(233,221,215)
#F4EBEB
(244,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #865F23 color. Also use rgb(134,95,35) instead hex code.

Text Font Color

.myTextColor { color: #865F23; }

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

This text font color is #865F23.

Background Color

.myBgColor { background-color: #865F23; }

<div style="background-color:#865F23">Inner text</div>

This div background color is #865F23.

Border color

.myBorderColor { border: 1px solid #865F23; }

<div style="border:3px solid #865F23">Div</div>

This div border color is #865F23.

Opacity

.myOpacity80 { color: #865F23; opacity: 0.8; }

<p style="color:#865F23;opacity:0.8;">80%</p>

Text with #865F23 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 #865F23;}

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

This text has shadow with #865F23 color.


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

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

This text has shadow with #865F23 primary color and red secondary color.


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

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

This text has shadow with #865F23 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #865F23.

Preview

Color preview on black background

This text has color #865F23 on black background.


Color preview on white background

This text has color #865F23 on white background.


Black color preview on #865F23 background

This text has black color on #865F23 background.


White color preview on #865F23 background

This text has white color on #865F23 background.


Related colors

Complementary color

Complementary color for #hex is #79A0DC.


I love getcolorcode.com

Triadic colors

1 #23865F and #5F2386 with #865F23 are triadic colors.

2 #235F86 and #5F8623 with #865F23 are triadic colors.