COLOR #8B9265

HEX: #8B9265 RGB: (139,146,101)

Color info

#8B9265 contains red, green and blue colors in about the same proportion. Web safe color of #8B9265 is #999966 (or #996).

RGB color model

#8B9265 color RGB value is (139,146,101).

RGB: (139,146,101) (55%, 57%, 40%)

RGB channels and saturation

R 139 of 255 = 55%
G 146 of 255 = 57%
B 101 of 255 = 40%

139
146
101

R + G + B ~ 51%. #8B9265 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 139 + 146 + 101 = 386 (100%)
R 139 of 386 ~ 36.01%
G 146 of 386 ~ 37.82%
B 101 of 386 ~ 26.17'%

%36.01
%37.82
%26.17

CMYK color model

#8B9265 color CMYK value is (5,0,31,43).

  • cyan value is 4.79%
  • magenta value is 0.00%
  • yellow value is 30.82%
  • key color value is 42.75%

CMYK: (5,0,31,43)
C5M0Y31K43 (5%, 0%, 31%, 43%)
(0.05 / 0.00 / 0.31 / 0.43)

CMYK percentages

%4.79
%0
%30.82
%42.75

Codes

Color #8B9265 in popluar color models

8B 92 65
RGB 139 146 101
HSL 69° 18.22% 48.43%
HSB/HSV 69° 30.82% 57.25%
CMYK 4.79% 0.00% 30.82%
42.75%

Color #8B9265 in popluar number systems.

HEX 8B 92 65
Decimal 139 146 101
Binary 10001011 10010010 1100101
Octal 213 222 145

Shades and tints

Shades of #8B9265

#8B9265
(139,146,101)
#7F855C
(127,133,92)
#737853
(115,120,83)
#676B4A
(103,107,74)
#5B5E41
(91,94,65)
#4F5138
(79,81,56)
#43442F
(67,68,47)
#373726
(55,55,38)
#2B2A1D
(43,42,29)
#1F1D14
(31,29,20)
#13100B
(19,16,11)
#000000
(0,0,0)

Tints of #8B9265

#8B9265
(139,146,101)
#959B73
(149,155,115)
#9FA481
(159,164,129)
#A9AD8F
(169,173,143)
#B3B69D
(179,182,157)
#BDBFAB
(189,191,171)
#C7C8B9
(199,200,185)
#D1D1C7
(209,209,199)
#DBDAD5
(219,218,213)
#E5E3E3
(229,227,227)
#EFECF1
(239,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B9265 color. Also use rgb(139,146,101) instead hex code.

Text Font Color

.myTextColor { color: #8B9265; }

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

This text font color is #8B9265.

Background Color

.myBgColor { background-color: #8B9265; }

<div style="background-color:#8B9265">Inner text</div>

This div background color is #8B9265.

Border color

.myBorderColor { border: 1px solid #8B9265; }

<div style="border:3px solid #8B9265">Div</div>

This div border color is #8B9265.

Opacity

.myOpacity80 { color: #8B9265; opacity: 0.8; }

<p style="color:#8B9265;opacity:0.8;">80%</p>

Text with #8B9265 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 #8B9265;}

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

This text has shadow with #8B9265 color.


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

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

This text has shadow with #8B9265 primary color and red secondary color.


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

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

This text has shadow with #8B9265 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8B9265.

Preview

Color preview on black background

This text has color #8B9265 on black background.


Color preview on white background

This text has color #8B9265 on white background.


Black color preview on #8B9265 background

This text has black color on #8B9265 background.


White color preview on #8B9265 background

This text has white color on #8B9265 background.


Related colors

Complementary color

Complementary color for #hex is #746D9A.


I love getcolorcode.com

Triadic colors

1 #658B92 and #92658B with #8B9265 are triadic colors.

2 #65928B and #928B65 with #8B9265 are triadic colors.