COLOR #8A663A

HEX: #8A663A
RGB: (138,102,58)

Color info

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

RGB color model

#8A663A color RGB value is (138,102,58).

  • red value is 138;
  • green value is 102;
  • blue value is 58.
RGB:
(138,102,58)
(54%,40%,23%)

RGB channels and saturation

R 138 of 255 = 54%
G 102 of 255 = 40%
B 58 of 255 = 23%

138
102
58

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

Portions of RGB colors in percentages

R + G + B =
138 + 102 + 58 = 298 (100%)
R 138 of 298 ~ 46.31%
G 102 of 298 ~ 34.23%
B 58 of 298 ~ 19.46%

%46.31
%34.23
%19.46

CMYK color model

#8A663A color CMYK value is (0,26,58,46).

  • cyan value is 0.00%
  • magenta value is 26.09%
  • yellow value is 57.97%
  • key color value is 45.88%
CMYK:
(0,26,58,46)
C0M26Y58K46 
(0%,26%,58%,46%)
(0.00/0.26/0.58/0.46)	

CMYK percentages

%0
%26.09
%57.97
%45.88

Codes

Color #8A663A in popluar color models

8A663A
RGB13810258
HSL33°40.82%38.43%
HSB/HSV33°57.97%54.12%
CMYK0.00%26.09%57.97%
45.88%

Color #8A663A in popluar number systems.

HEX8A663A
Decimal13810258
Binary100010101100110111010
Octal21214672

Shades and tints

Shades of #8A663A

#8A663A
(138,102,58)
#7E5D35
(126,93,53)
#725430
(114,84,48)
#664B2B
(102,75,43)
#5A4226
(90,66,38)
#4E3921
(78,57,33)
#42301C
(66,48,28)
#362717
(54,39,23)
#2A1E12
(42,30,18)
#1E150D
(30,21,13)
#120C08
(18,12,8)
#000000
(0,0,0)

Tints of #8A663A

#8A663A
(138,102,58)
#94734B
(148,115,75)
#9E805C
(158,128,92)
#A88D6D
(168,141,109)
#B29A7E
(178,154,126)
#BCA78F
(188,167,143)
#C6B4A0
(198,180,160)
#D0C1B1
(208,193,177)
#DACEC2
(218,206,194)
#E4DBD3
(228,219,211)
#EEE8E4
(238,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A663A color. Also use rgb(138,102,58) instead hex code.

Text Font Color

.myTextColor { color: #8A663A; }

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

This text font color is #8A663A.


Background Color

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

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

This div background color is #8A663A.


Border color

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

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

This div border color is #8A663A.


Opacity

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

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

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

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

This text has shadow with #8A663A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A663A on black background.


Color preview on white background

This text has color #8A663A on white background.



Black color preview on #8A663A background

This text has black color on #8A663A background.


White color preview on #8A663A background

This text has white color on #8A663A background.