COLOR #8A7637

HEX: #8A7637
RGB: (138,118,55)

Color info

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

RGB color model

#8A7637 color RGB value is (138,118,55).

  • red value is 138;
  • green value is 118;
  • blue value is 55.
RGB:
(138,118,55)
(54%,46%,22%)

RGB channels and saturation

R 138 of 255 = 54%
G 118 of 255 = 46%
B 55 of 255 = 22%

138
118
55

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

Portions of RGB colors in percentages

R + G + B =
138 + 118 + 55 = 311 (100%)
R 138 of 311 ~ 44.37%
G 118 of 311 ~ 37.94%
B 55 of 311 ~ 17.68%

%44.37
%37.94
%17.68

CMYK color model

#8A7637 color CMYK value is (0,14,60,46).

  • cyan value is 0.00%
  • magenta value is 14.49%
  • yellow value is 60.14%
  • key color value is 45.88%
CMYK:
(0,14,60,46)
C0M14Y60K46 
(0%,14%,60%,46%)
(0.00/0.14/0.60/0.46)	

CMYK percentages

%0
%14.49
%60.14
%45.88

Codes

Color #8A7637 in popluar color models

8A7637
RGB13811855
HSL46°43.01%37.84%
HSB/HSV46°60.14%54.12%
CMYK0.00%14.49%60.14%
45.88%

Color #8A7637 in popluar number systems.

HEX8A7637
Decimal13811855
Binary100010101110110110111
Octal21216667

Shades and tints

Shades of #8A7637

#8A7637
(138,118,55)
#7E6C32
(126,108,50)
#72622D
(114,98,45)
#665828
(102,88,40)
#5A4E23
(90,78,35)
#4E441E
(78,68,30)
#423A19
(66,58,25)
#363014
(54,48,20)
#2A260F
(42,38,15)
#1E1C0A
(30,28,10)
#121205
(18,18,5)
#000000
(0,0,0)

Tints of #8A7637

#8A7637
(138,118,55)
#948249
(148,130,73)
#9E8E5B
(158,142,91)
#A89A6D
(168,154,109)
#B2A67F
(178,166,127)
#BCB291
(188,178,145)
#C6BEA3
(198,190,163)
#D0CAB5
(208,202,181)
#DAD6C7
(218,214,199)
#E4E2D9
(228,226,217)
#EEEEEB
(238,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A7637 color. Also use rgb(138,118,55) instead hex code.

Text Font Color

.myTextColor { color: #8A7637; }

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

This text font color is #8A7637.


Background Color

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

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

This div background color is #8A7637.


Border color

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

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

This div border color is #8A7637.


Opacity

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

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

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

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

This text has shadow with #8A7637 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A7637 on black background.


Color preview on white background

This text has color #8A7637 on white background.



Black color preview on #8A7637 background

This text has black color on #8A7637 background.


White color preview on #8A7637 background

This text has white color on #8A7637 background.