COLOR #95675E

HEX: #95675E
RGB: (149,103,94)

Color info

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

RGB color model

#95675E color RGB value is (149,103,94).

  • red value is 149;
  • green value is 103;
  • blue value is 94.
RGB:
(149,103,94)
(58%,40%,37%)

RGB channels and saturation

R 149 of 255 = 58%
G 103 of 255 = 40%
B 94 of 255 = 37%

149
103
94

R + G + B ~ 45%. #95675E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 103 + 94 = 346 (100%)
R 149 of 346 ~ 43.06%
G 103 of 346 ~ 29.77%
B 94 of 346 ~ 27.17%

%43.06
%29.77
%27.17

CMYK color model

#95675E color CMYK value is (0,31,37,42).

  • cyan value is 0.00%
  • magenta value is 30.87%
  • yellow value is 36.91%
  • key color value is 41.57%
CMYK:
(0,31,37,42)
C0M31Y37K42 
(0%,31%,37%,42%)
(0.00/0.31/0.37/0.42)	

CMYK percentages

%0
%30.87
%36.91
%41.57

Codes

Color #95675E in popluar color models

95675E
RGB14910394
HSL10°22.63%47.65%
HSB/HSV10°36.91%58.43%
CMYK0.00%30.87%36.91%
41.57%

Color #95675E in popluar number systems.

HEX95675E
Decimal14910394
Binary1001010111001111011110
Octal225147136

Shades and tints

Shades of #95675E

#95675E
(149,103,94)
#885E56
(136,94,86)
#7B554E
(123,85,78)
#6E4C46
(110,76,70)
#61433E
(97,67,62)
#543A36
(84,58,54)
#47312E
(71,49,46)
#3A2826
(58,40,38)
#2D1F1E
(45,31,30)
#201616
(32,22,22)
#130D0E
(19,13,14)
#000000
(0,0,0)

Tints of #95675E

#95675E
(149,103,94)
#9E746C
(158,116,108)
#A7817A
(167,129,122)
#B08E88
(176,142,136)
#B99B96
(185,155,150)
#C2A8A4
(194,168,164)
#CBB5B2
(203,181,178)
#D4C2C0
(212,194,192)
#DDCFCE
(221,207,206)
#E6DCDC
(230,220,220)
#EFE9EA
(239,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95675E color. Also use rgb(149,103,94) instead hex code.

Text Font Color

.myTextColor { color: #95675E; }

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

This text font color is #95675E.


Background Color

.myBgColor { background-color: #95675E; }

<div style="background-color:#95675E">Inner text</div>

This div background color is #95675E.


Border color

.myBorderColor { border: 1px solid #95675E; }

<div style="border:3px solid #95675E">Div</div>

This div border color is #95675E.


Opacity

.myOpacity80 { color: #95675E; opacity: 0.8; }

<p style="color:#95675E;opacity:0.8;">80%</p>

Text with #95675E 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 #95675E;}

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

This text has shadow with #95675E color.

.textShadow {text-shadow: 3px 3px 1px #95675E, 3px 3px 1px red;}

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

This text has shadow with #95675E primary color and red secondary color.


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

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

This text has shadow with #95675E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95675E on black background.


Color preview on white background

This text has color #95675E on white background.



Black color preview on #95675E background

This text has black color on #95675E background.


White color preview on #95675E background

This text has white color on #95675E background.