COLOR #8B633A

HEX: #8B633A
RGB: (139,99,58)

Color info

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

RGB color model

#8B633A color RGB value is (139,99,58).

  • red value is 139;
  • green value is 99;
  • blue value is 58.
RGB:
(139,99,58)
(55%,39%,23%)

RGB channels and saturation

R 139 of 255 = 55%
G 99 of 255 = 39%
B 58 of 255 = 23%

139
99
58

R + G + B ~ 39%. #8B633A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
139 + 99 + 58 = 296 (100%)
R 139 of 296 ~ 46.96%
G 99 of 296 ~ 33.45%
B 58 of 296 ~ 19.59%

%46.96
%33.45
%19.59

CMYK color model

#8B633A color CMYK value is (0,29,58,45).

  • cyan value is 0.00%
  • magenta value is 28.78%
  • yellow value is 58.27%
  • key color value is 45.49%
CMYK:
(0,29,58,45)
C0M29Y58K45 
(0%,29%,58%,45%)
(0.00/0.29/0.58/0.45)	

CMYK percentages

%0
%28.78
%58.27
%45.49

Codes

Color #8B633A in popluar color models

8B633A
RGB1399958
HSL30°41.12%38.63%
HSB/HSV30°58.27%54.51%
CMYK0.00%28.78%58.27%
45.49%

Color #8B633A in popluar number systems.

HEX8B633A
Decimal1399958
Binary100010111100011111010
Octal21314372

Shades and tints

Shades of #8B633A

#8B633A
(139,99,58)
#7F5A35
(127,90,53)
#735130
(115,81,48)
#67482B
(103,72,43)
#5B3F26
(91,63,38)
#4F3621
(79,54,33)
#432D1C
(67,45,28)
#372417
(55,36,23)
#2B1B12
(43,27,18)
#1F120D
(31,18,13)
#130908
(19,9,8)
#000000
(0,0,0)

Tints of #8B633A

#8B633A
(139,99,58)
#95714B
(149,113,75)
#9F7F5C
(159,127,92)
#A98D6D
(169,141,109)
#B39B7E
(179,155,126)
#BDA98F
(189,169,143)
#C7B7A0
(199,183,160)
#D1C5B1
(209,197,177)
#DBD3C2
(219,211,194)
#E5E1D3
(229,225,211)
#EFEFE4
(239,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B633A; }

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

This text font color is #8B633A.


Background Color

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

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

This div background color is #8B633A.


Border color

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

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

This div border color is #8B633A.


Opacity

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

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

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

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

This text has shadow with #8B633A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B633A on black background.


Color preview on white background

This text has color #8B633A on white background.



Black color preview on #8B633A background

This text has black color on #8B633A background.


White color preview on #8B633A background

This text has white color on #8B633A background.