COLOR #8B8B53

HEX: #8B8B53
RGB: (139,139,83)

Color info

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

RGB color model

#8B8B53 color RGB value is (139,139,83).

  • red value is 139;
  • green value is 139;
  • blue value is 83.
RGB:
(139,139,83)
(55%,55%,33%)

RGB channels and saturation

R 139 of 255 = 55%
G 139 of 255 = 55%
B 83 of 255 = 33%

139
139
83

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

Portions of RGB colors in percentages

R + G + B =
139 + 139 + 83 = 361 (100%)
R 139 of 361 ~ 38.5%
G 139 of 361 ~ 38.5%
B 83 of 361 ~ 22.99%

%38.5
%38.5
%22.99

CMYK color model

#8B8B53 color CMYK value is (0,0,40,45).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 40.29%
  • key color value is 45.49%
CMYK:
(0,0,40,45)
C0M0Y40K45 
(0%,0%,40%,45%)
(0.00/0.00/0.40/0.45)	

CMYK percentages

%0
%0
%40.29
%45.49

Codes

Color #8B8B53 in popluar color models

8B8B53
RGB13913983
HSL60°25.23%43.53%
HSB/HSV60°40.29%54.51%
CMYK0.00%0.00%40.29%
45.49%

Color #8B8B53 in popluar number systems.

HEX8B8B53
Decimal13913983
Binary10001011100010111010011
Octal213213123

Shades and tints

Shades of #8B8B53

#8B8B53
(139,139,83)
#7F7F4C
(127,127,76)
#737345
(115,115,69)
#67673E
(103,103,62)
#5B5B37
(91,91,55)
#4F4F30
(79,79,48)
#434329
(67,67,41)
#373722
(55,55,34)
#2B2B1B
(43,43,27)
#1F1F14
(31,31,20)
#13130D
(19,19,13)
#000000
(0,0,0)

Tints of #8B8B53

#8B8B53
(139,139,83)
#959562
(149,149,98)
#9F9F71
(159,159,113)
#A9A980
(169,169,128)
#B3B38F
(179,179,143)
#BDBD9E
(189,189,158)
#C7C7AD
(199,199,173)
#D1D1BC
(209,209,188)
#DBDBCB
(219,219,203)
#E5E5DA
(229,229,218)
#EFEFE9
(239,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B8B53; }

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

This text font color is #8B8B53.


Background Color

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

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

This div background color is #8B8B53.


Border color

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

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

This div border color is #8B8B53.


Opacity

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

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

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

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

This text has shadow with #8B8B53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B8B53 on black background.


Color preview on white background

This text has color #8B8B53 on white background.



Black color preview on #8B8B53 background

This text has black color on #8B8B53 background.


White color preview on #8B8B53 background

This text has white color on #8B8B53 background.