COLOR #8B855A

HEX: #8B855A
RGB: (139,133,90)

Color info

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

RGB color model

#8B855A color RGB value is (139,133,90).

  • red value is 139;
  • green value is 133;
  • blue value is 90.
RGB:
(139,133,90)
(55%,52%,35%)

RGB channels and saturation

R 139 of 255 = 55%
G 133 of 255 = 52%
B 90 of 255 = 35%

139
133
90

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

Portions of RGB colors in percentages

R + G + B =
139 + 133 + 90 = 362 (100%)
R 139 of 362 ~ 38.4%
G 133 of 362 ~ 36.74%
B 90 of 362 ~ 24.86%

%38.4
%36.74
%24.86

CMYK color model

#8B855A color CMYK value is (0,4,35,45).

  • cyan value is 0.00%
  • magenta value is 4.32%
  • yellow value is 35.25%
  • key color value is 45.49%
CMYK:
(0,4,35,45)
C0M4Y35K45 
(0%,4%,35%,45%)
(0.00/0.04/0.35/0.45)	

CMYK percentages

%0
%4.32
%35.25
%45.49

Codes

Color #8B855A in popluar color models

8B855A
RGB13913390
HSL53°21.40%44.90%
HSB/HSV53°35.25%54.51%
CMYK0.00%4.32%35.25%
45.49%

Color #8B855A in popluar number systems.

HEX8B855A
Decimal13913390
Binary10001011100001011011010
Octal213205132

Shades and tints

Shades of #8B855A

#8B855A
(139,133,90)
#7F7952
(127,121,82)
#736D4A
(115,109,74)
#676142
(103,97,66)
#5B553A
(91,85,58)
#4F4932
(79,73,50)
#433D2A
(67,61,42)
#373122
(55,49,34)
#2B251A
(43,37,26)
#1F1912
(31,25,18)
#130D0A
(19,13,10)
#000000
(0,0,0)

Tints of #8B855A

#8B855A
(139,133,90)
#959069
(149,144,105)
#9F9B78
(159,155,120)
#A9A687
(169,166,135)
#B3B196
(179,177,150)
#BDBCA5
(189,188,165)
#C7C7B4
(199,199,180)
#D1D2C3
(209,210,195)
#DBDDD2
(219,221,210)
#E5E8E1
(229,232,225)
#EFF3F0
(239,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B855A color. Also use rgb(139,133,90) instead hex code.

Text Font Color

.myTextColor { color: #8B855A; }

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

This text font color is #8B855A.


Background Color

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

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

This div background color is #8B855A.


Border color

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

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

This div border color is #8B855A.


Opacity

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

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

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

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

This text has shadow with #8B855A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B855A on black background.


Color preview on white background

This text has color #8B855A on white background.



Black color preview on #8B855A background

This text has black color on #8B855A background.


White color preview on #8B855A background

This text has white color on #8B855A background.