COLOR #97655A

HEX: #97655A
RGB: (151,101,90)

Color info

#97655A contains mainly red and green colors. Web safe color of #97655A is #996666 (or #966).

RGB color model

#97655A color RGB value is (151,101,90).

  • red value is 151;
  • green value is 101;
  • blue value is 90.
RGB:
(151,101,90)
(59%,40%,35%)

RGB channels and saturation

R 151 of 255 = 59%
G 101 of 255 = 40%
B 90 of 255 = 35%

151
101
90

R + G + B ~ 45%. #97655A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
151 + 101 + 90 = 342 (100%)
R 151 of 342 ~ 44.15%
G 101 of 342 ~ 29.53%
B 90 of 342 ~ 26.32%

%44.15
%29.53
%26.32

CMYK color model

#97655A color CMYK value is (0,33,40,41).

  • cyan value is 0.00%
  • magenta value is 33.11%
  • yellow value is 40.40%
  • key color value is 40.78%
CMYK:
(0,33,40,41)
C0M33Y40K41 
(0%,33%,40%,41%)
(0.00/0.33/0.40/0.41)	

CMYK percentages

%0
%33.11
%40.4
%40.78

Codes

Color #97655A in popluar color models

97655A
RGB15110190
HSL11°25.31%47.25%
HSB/HSV11°40.40%59.22%
CMYK0.00%33.11%40.40%
40.78%

Color #97655A in popluar number systems.

HEX97655A
Decimal15110190
Binary1001011111001011011010
Octal227145132

Shades and tints

Shades of #97655A

#97655A
(151,101,90)
#8A5C52
(138,92,82)
#7D534A
(125,83,74)
#704A42
(112,74,66)
#63413A
(99,65,58)
#563832
(86,56,50)
#492F2A
(73,47,42)
#3C2622
(60,38,34)
#2F1D1A
(47,29,26)
#221412
(34,20,18)
#150B0A
(21,11,10)
#000000
(0,0,0)

Tints of #97655A

#97655A
(151,101,90)
#A07369
(160,115,105)
#A98178
(169,129,120)
#B28F87
(178,143,135)
#BB9D96
(187,157,150)
#C4ABA5
(196,171,165)
#CDB9B4
(205,185,180)
#D6C7C3
(214,199,195)
#DFD5D2
(223,213,210)
#E8E3E1
(232,227,225)
#F1F1F0
(241,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97655A color. Also use rgb(151,101,90) instead hex code.

Text Font Color

.myTextColor { color: #97655A; }

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

This text font color is #97655A.


Background Color

.myBgColor { background-color: #97655A; }

<div style="background-color:#97655A">Inner text</div>

This div background color is #97655A.


Border color

.myBorderColor { border: 1px solid #97655A; }

<div style="border:3px solid #97655A">Div</div>

This div border color is #97655A.


Opacity

.myOpacity80 { color: #97655A; opacity: 0.8; }

<p style="color:#97655A;opacity:0.8;">80%</p>

Text with #97655A 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 #97655A;}

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

This text has shadow with #97655A color.

.textShadow {text-shadow: 3px 3px 1px #97655A, 3px 3px 1px red;}

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

This text has shadow with #97655A primary color and red secondary color.


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

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

This text has shadow with #97655A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97655A on black background.


Color preview on white background

This text has color #97655A on white background.



Black color preview on #97655A background

This text has black color on #97655A background.


White color preview on #97655A background

This text has white color on #97655A background.