COLOR #97A075

HEX: #97A075
RGB: (151,160,117)

Color info

#97A075 contains red, green and blue colors in about the same proportion. Web safe color of #97A075 is #999966 (or #996).

RGB color model

#97A075 color RGB value is (151,160,117).

  • red value is 151;
  • green value is 160;
  • blue value is 117.
RGB:
(151,160,117)
(59%,63%,46%)

RGB channels and saturation

R 151 of 255 = 59%
G 160 of 255 = 63%
B 117 of 255 = 46%

151
160
117

R + G + B ~ 56%. #97A075 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
151 + 160 + 117 = 428 (100%)
R 151 of 428 ~ 35.28%
G 160 of 428 ~ 37.38%
B 117 of 428 ~ 27.34%

%35.28
%37.38
%27.34

CMYK color model

#97A075 color CMYK value is (6,0,27,37).

  • cyan value is 5.63%
  • magenta value is 0.00%
  • yellow value is 26.88%
  • key color value is 37.25%
CMYK:
(6,0,27,37)
C6M0Y27K37 
(6%,0%,27%,37%)
(0.06/0.00/0.27/0.37)	

CMYK percentages

%5.63
%0
%26.88
%37.25

Codes

Color #97A075 in popluar color models

97A075
RGB151160117
HSL73°18.45%54.31%
HSB/HSV73°26.88%62.75%
CMYK5.63%0.00%26.88%
37.25%

Color #97A075 in popluar number systems.

HEX97A075
Decimal151160117
Binary10010111101000001110101
Octal227240165

Shades and tints

Shades of #97A075

#97A075
(151,160,117)
#8A926B
(138,146,107)
#7D8461
(125,132,97)
#707657
(112,118,87)
#63684D
(99,104,77)
#565A43
(86,90,67)
#494C39
(73,76,57)
#3C3E2F
(60,62,47)
#2F3025
(47,48,37)
#22221B
(34,34,27)
#151411
(21,20,17)
#000000
(0,0,0)

Tints of #97A075

#97A075
(151,160,117)
#A0A881
(160,168,129)
#A9B08D
(169,176,141)
#B2B899
(178,184,153)
#BBC0A5
(187,192,165)
#C4C8B1
(196,200,177)
#CDD0BD
(205,208,189)
#D6D8C9
(214,216,201)
#DFE0D5
(223,224,213)
#E8E8E1
(232,232,225)
#F1F0ED
(241,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97A075 color. Also use rgb(151,160,117) instead hex code.

Text Font Color

.myTextColor { color: #97A075; }

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

This text font color is #97A075.


Background Color

.myBgColor { background-color: #97A075; }

<div style="background-color:#97A075">Inner text</div>

This div background color is #97A075.


Border color

.myBorderColor { border: 1px solid #97A075; }

<div style="border:3px solid #97A075">Div</div>

This div border color is #97A075.


Opacity

.myOpacity80 { color: #97A075; opacity: 0.8; }

<p style="color:#97A075;opacity:0.8;">80%</p>

Text with #97A075 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 #97A075;}

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

This text has shadow with #97A075 color.

.textShadow {text-shadow: 3px 3px 1px #97A075, 3px 3px 1px red;}

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

This text has shadow with #97A075 primary color and red secondary color.


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

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

This text has shadow with #97A075 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97A075 on black background.


Color preview on white background

This text has color #97A075 on white background.



Black color preview on #97A075 background

This text has black color on #97A075 background.


White color preview on #97A075 background

This text has white color on #97A075 background.