COLOR #99775F

HEX: #99775F
RGB: (153,119,95)

Color info

#99775F contains red, green and blue colors in about the same proportion. Web safe color of #99775F is #996666 (or #966).

RGB color model

#99775F color RGB value is (153,119,95).

  • red value is 153;
  • green value is 119;
  • blue value is 95.
RGB:
(153,119,95)
(60%,47%,37%)

RGB channels and saturation

R 153 of 255 = 60%
G 119 of 255 = 47%
B 95 of 255 = 37%

153
119
95

R + G + B ~ 48%. #99775F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 119 + 95 = 367 (100%)
R 153 of 367 ~ 41.69%
G 119 of 367 ~ 32.43%
B 95 of 367 ~ 25.89%

%41.69
%32.43
%25.89

CMYK color model

#99775F color CMYK value is (0,22,38,40).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 37.91%
  • key color value is 40.00%
CMYK:
(0,22,38,40)
C0M22Y38K40 
(0%,22%,38%,40%)
(0.00/0.22/0.38/0.40)	

CMYK percentages

%0
%22.22
%37.91
%40

Codes

Color #99775F in popluar color models

99775F
RGB15311995
HSL25°23.39%48.63%
HSB/HSV25°37.91%60.00%
CMYK0.00%22.22%37.91%
40.00%

Color #99775F in popluar number systems.

HEX99775F
Decimal15311995
Binary1001100111101111011111
Octal231167137

Shades and tints

Shades of #99775F

#99775F
(153,119,95)
#8C6D57
(140,109,87)
#7F634F
(127,99,79)
#725947
(114,89,71)
#654F3F
(101,79,63)
#584537
(88,69,55)
#4B3B2F
(75,59,47)
#3E3127
(62,49,39)
#31271F
(49,39,31)
#241D17
(36,29,23)
#17130F
(23,19,15)
#000000
(0,0,0)

Tints of #99775F

#99775F
(153,119,95)
#A2836D
(162,131,109)
#AB8F7B
(171,143,123)
#B49B89
(180,155,137)
#BDA797
(189,167,151)
#C6B3A5
(198,179,165)
#CFBFB3
(207,191,179)
#D8CBC1
(216,203,193)
#E1D7CF
(225,215,207)
#EAE3DD
(234,227,221)
#F3EFEB
(243,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99775F color. Also use rgb(153,119,95) instead hex code.

Text Font Color

.myTextColor { color: #99775F; }

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

This text font color is #99775F.


Background Color

.myBgColor { background-color: #99775F; }

<div style="background-color:#99775F">Inner text</div>

This div background color is #99775F.


Border color

.myBorderColor { border: 1px solid #99775F; }

<div style="border:3px solid #99775F">Div</div>

This div border color is #99775F.


Opacity

.myOpacity80 { color: #99775F; opacity: 0.8; }

<p style="color:#99775F;opacity:0.8;">80%</p>

Text with #99775F 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 #99775F;}

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

This text has shadow with #99775F color.

.textShadow {text-shadow: 3px 3px 1px #99775F, 3px 3px 1px red;}

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

This text has shadow with #99775F primary color and red secondary color.


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

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

This text has shadow with #99775F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99775F on black background.


Color preview on white background

This text has color #99775F on white background.



Black color preview on #99775F background

This text has black color on #99775F background.


White color preview on #99775F background

This text has white color on #99775F background.