COLOR #99957A

HEX: #99957A
RGB: (153,149,122)

Color info

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

RGB color model

#99957A color RGB value is (153,149,122).

  • red value is 153;
  • green value is 149;
  • blue value is 122.
RGB:
(153,149,122)
(60%,58%,48%)

RGB channels and saturation

R 153 of 255 = 60%
G 149 of 255 = 58%
B 122 of 255 = 48%

153
149
122

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

Portions of RGB colors in percentages

R + G + B =
153 + 149 + 122 = 424 (100%)
R 153 of 424 ~ 36.08%
G 149 of 424 ~ 35.14%
B 122 of 424 ~ 28.77%

%36.08
%35.14
%28.77

CMYK color model

#99957A color CMYK value is (0,3,20,40).

  • cyan value is 0.00%
  • magenta value is 2.61%
  • yellow value is 20.26%
  • key color value is 40.00%
CMYK:
(0,3,20,40)
C0M3Y20K40 
(0%,3%,20%,40%)
(0.00/0.03/0.20/0.40)	

CMYK percentages

%0
%2.61
%20.26
%40

Codes

Color #99957A in popluar color models

99957A
RGB153149122
HSL52°13.19%53.92%
HSB/HSV52°20.26%60.00%
CMYK0.00%2.61%20.26%
40.00%

Color #99957A in popluar number systems.

HEX99957A
Decimal153149122
Binary10011001100101011111010
Octal231225172

Shades and tints

Shades of #99957A

#99957A
(153,149,122)
#8C886F
(140,136,111)
#7F7B64
(127,123,100)
#726E59
(114,110,89)
#65614E
(101,97,78)
#585443
(88,84,67)
#4B4738
(75,71,56)
#3E3A2D
(62,58,45)
#312D22
(49,45,34)
#242017
(36,32,23)
#17130C
(23,19,12)
#000000
(0,0,0)

Tints of #99957A

#99957A
(153,149,122)
#A29E86
(162,158,134)
#ABA792
(171,167,146)
#B4B09E
(180,176,158)
#BDB9AA
(189,185,170)
#C6C2B6
(198,194,182)
#CFCBC2
(207,203,194)
#D8D4CE
(216,212,206)
#E1DDDA
(225,221,218)
#EAE6E6
(234,230,230)
#F3EFF2
(243,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99957A color. Also use rgb(153,149,122) instead hex code.

Text Font Color

.myTextColor { color: #99957A; }

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

This text font color is #99957A.


Background Color

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

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

This div background color is #99957A.


Border color

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

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

This div border color is #99957A.


Opacity

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

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

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

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

This text has shadow with #99957A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99957A on black background.


Color preview on white background

This text has color #99957A on white background.



Black color preview on #99957A background

This text has black color on #99957A background.


White color preview on #99957A background

This text has white color on #99957A background.