COLOR #95796D

HEX: #95796D
RGB: (149,121,109)

Color info

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

RGB color model

#95796D color RGB value is (149,121,109).

  • red value is 149;
  • green value is 121;
  • blue value is 109.
RGB:
(149,121,109)
(58%,47%,43%)

RGB channels and saturation

R 149 of 255 = 58%
G 121 of 255 = 47%
B 109 of 255 = 43%

149
121
109

R + G + B ~ 49%. #95796D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 121 + 109 = 379 (100%)
R 149 of 379 ~ 39.31%
G 121 of 379 ~ 31.93%
B 109 of 379 ~ 28.76%

%39.31
%31.93
%28.76

CMYK color model

#95796D color CMYK value is (0,19,27,42).

  • cyan value is 0.00%
  • magenta value is 18.79%
  • yellow value is 26.85%
  • key color value is 41.57%
CMYK:
(0,19,27,42)
C0M19Y27K42 
(0%,19%,27%,42%)
(0.00/0.19/0.27/0.42)	

CMYK percentages

%0
%18.79
%26.85
%41.57

Codes

Color #95796D in popluar color models

95796D
RGB149121109
HSL18°15.87%50.59%
HSB/HSV18°26.85%58.43%
CMYK0.00%18.79%26.85%
41.57%

Color #95796D in popluar number systems.

HEX95796D
Decimal149121109
Binary1001010111110011101101
Octal225171155

Shades and tints

Shades of #95796D

#95796D
(149,121,109)
#886E64
(136,110,100)
#7B635B
(123,99,91)
#6E5852
(110,88,82)
#614D49
(97,77,73)
#544240
(84,66,64)
#473737
(71,55,55)
#3A2C2E
(58,44,46)
#2D2125
(45,33,37)
#20161C
(32,22,28)
#130B13
(19,11,19)
#000000
(0,0,0)

Tints of #95796D

#95796D
(149,121,109)
#9E857A
(158,133,122)
#A79187
(167,145,135)
#B09D94
(176,157,148)
#B9A9A1
(185,169,161)
#C2B5AE
(194,181,174)
#CBC1BB
(203,193,187)
#D4CDC8
(212,205,200)
#DDD9D5
(221,217,213)
#E6E5E2
(230,229,226)
#EFF1EF
(239,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95796D color. Also use rgb(149,121,109) instead hex code.

Text Font Color

.myTextColor { color: #95796D; }

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

This text font color is #95796D.


Background Color

.myBgColor { background-color: #95796D; }

<div style="background-color:#95796D">Inner text</div>

This div background color is #95796D.


Border color

.myBorderColor { border: 1px solid #95796D; }

<div style="border:3px solid #95796D">Div</div>

This div border color is #95796D.


Opacity

.myOpacity80 { color: #95796D; opacity: 0.8; }

<p style="color:#95796D;opacity:0.8;">80%</p>

Text with #95796D 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 #95796D;}

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

This text has shadow with #95796D color.

.textShadow {text-shadow: 3px 3px 1px #95796D, 3px 3px 1px red;}

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

This text has shadow with #95796D primary color and red secondary color.


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

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

This text has shadow with #95796D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95796D on black background.


Color preview on white background

This text has color #95796D on white background.



Black color preview on #95796D background

This text has black color on #95796D background.


White color preview on #95796D background

This text has white color on #95796D background.