COLOR #8B533C

HEX: #8B533C
RGB: (139,83,60)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

139
83
60

R + G + B ~ 37%. #8B533C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
139 + 83 + 60 = 282 (100%)
R 139 of 282 ~ 49.29%
G 83 of 282 ~ 29.43%
B 60 of 282 ~ 21.28%

%49.29
%29.43
%21.28

CMYK color model

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

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

CMYK percentages

%0
%40.29
%56.83
%45.49

Codes

Color #8B533C in popluar color models

8B533C
RGB1398360
HSL17°39.70%39.02%
HSB/HSV17°56.83%54.51%
CMYK0.00%40.29%56.83%
45.49%

Color #8B533C in popluar number systems.

HEX8B533C
Decimal1398360
Binary100010111010011111100
Octal21312374

Shades and tints

Shades of #8B533C

#8B533C
(139,83,60)
#7F4C37
(127,76,55)
#734532
(115,69,50)
#673E2D
(103,62,45)
#5B3728
(91,55,40)
#4F3023
(79,48,35)
#43291E
(67,41,30)
#372219
(55,34,25)
#2B1B14
(43,27,20)
#1F140F
(31,20,15)
#130D0A
(19,13,10)
#000000
(0,0,0)

Tints of #8B533C

#8B533C
(139,83,60)
#95624D
(149,98,77)
#9F715E
(159,113,94)
#A9806F
(169,128,111)
#B38F80
(179,143,128)
#BD9E91
(189,158,145)
#C7ADA2
(199,173,162)
#D1BCB3
(209,188,179)
#DBCBC4
(219,203,196)
#E5DAD5
(229,218,213)
#EFE9E6
(239,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B533C; }

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

This text font color is #8B533C.


Background Color

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

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

This div background color is #8B533C.


Border color

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

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

This div border color is #8B533C.


Opacity

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

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

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

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

This text has shadow with #8B533C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B533C on black background.


Color preview on white background

This text has color #8B533C on white background.



Black color preview on #8B533C background

This text has black color on #8B533C background.


White color preview on #8B533C background

This text has white color on #8B533C background.