COLOR #95775F

HEX: #95775F
RGB: (149,119,95)

Color info

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

RGB color model

#95775F color RGB value is (149,119,95).

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

RGB channels and saturation

R 149 of 255 = 58%
G 119 of 255 = 47%
B 95 of 255 = 37%

149
119
95

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

Portions of RGB colors in percentages

R + G + B =
149 + 119 + 95 = 363 (100%)
R 149 of 363 ~ 41.05%
G 119 of 363 ~ 32.78%
B 95 of 363 ~ 26.17%

%41.05
%32.78
%26.17

CMYK color model

#95775F color CMYK value is (0,20,36,42).

  • cyan value is 0.00%
  • magenta value is 20.13%
  • yellow value is 36.24%
  • key color value is 41.57%
CMYK:
(0,20,36,42)
C0M20Y36K42 
(0%,20%,36%,42%)
(0.00/0.20/0.36/0.42)	

CMYK percentages

%0
%20.13
%36.24
%41.57

Codes

Color #95775F in popluar color models

95775F
RGB14911995
HSL27°22.13%47.84%
HSB/HSV27°36.24%58.43%
CMYK0.00%20.13%36.24%
41.57%

Color #95775F in popluar number systems.

HEX95775F
Decimal14911995
Binary1001010111101111011111
Octal225167137

Shades and tints

Shades of #95775F

#95775F
(149,119,95)
#886D57
(136,109,87)
#7B634F
(123,99,79)
#6E5947
(110,89,71)
#614F3F
(97,79,63)
#544537
(84,69,55)
#473B2F
(71,59,47)
#3A3127
(58,49,39)
#2D271F
(45,39,31)
#201D17
(32,29,23)
#13130F
(19,19,15)
#000000
(0,0,0)

Tints of #95775F

#95775F
(149,119,95)
#9E836D
(158,131,109)
#A78F7B
(167,143,123)
#B09B89
(176,155,137)
#B9A797
(185,167,151)
#C2B3A5
(194,179,165)
#CBBFB3
(203,191,179)
#D4CBC1
(212,203,193)
#DDD7CF
(221,215,207)
#E6E3DD
(230,227,221)
#EFEFEB
(239,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95775F; }

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

This text font color is #95775F.


Background Color

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

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

This div background color is #95775F.


Border color

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

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

This div border color is #95775F.


Opacity

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

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

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

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

This text has shadow with #95775F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95775F on black background.


Color preview on white background

This text has color #95775F on white background.



Black color preview on #95775F background

This text has black color on #95775F background.


White color preview on #95775F background

This text has white color on #95775F background.