COLOR #95865D

HEX: #95865D
RGB: (149,134,93)

Color info

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

RGB color model

#95865D color RGB value is (149,134,93).

  • red value is 149;
  • green value is 134;
  • blue value is 93.
RGB:
(149,134,93)
(58%,53%,36%)

RGB channels and saturation

R 149 of 255 = 58%
G 134 of 255 = 53%
B 93 of 255 = 36%

149
134
93

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

Portions of RGB colors in percentages

R + G + B =
149 + 134 + 93 = 376 (100%)
R 149 of 376 ~ 39.63%
G 134 of 376 ~ 35.64%
B 93 of 376 ~ 24.73%

%39.63
%35.64
%24.73

CMYK color model

#95865D color CMYK value is (0,10,38,42).

  • cyan value is 0.00%
  • magenta value is 10.07%
  • yellow value is 37.58%
  • key color value is 41.57%
CMYK:
(0,10,38,42)
C0M10Y38K42 
(0%,10%,38%,42%)
(0.00/0.10/0.38/0.42)	

CMYK percentages

%0
%10.07
%37.58
%41.57

Codes

Color #95865D in popluar color models

95865D
RGB14913493
HSL44°23.14%47.45%
HSB/HSV44°37.58%58.43%
CMYK0.00%10.07%37.58%
41.57%

Color #95865D in popluar number systems.

HEX95865D
Decimal14913493
Binary10010101100001101011101
Octal225206135

Shades and tints

Shades of #95865D

#95865D
(149,134,93)
#887A55
(136,122,85)
#7B6E4D
(123,110,77)
#6E6245
(110,98,69)
#61563D
(97,86,61)
#544A35
(84,74,53)
#473E2D
(71,62,45)
#3A3225
(58,50,37)
#2D261D
(45,38,29)
#201A15
(32,26,21)
#130E0D
(19,14,13)
#000000
(0,0,0)

Tints of #95865D

#95865D
(149,134,93)
#9E916B
(158,145,107)
#A79C79
(167,156,121)
#B0A787
(176,167,135)
#B9B295
(185,178,149)
#C2BDA3
(194,189,163)
#CBC8B1
(203,200,177)
#D4D3BF
(212,211,191)
#DDDECD
(221,222,205)
#E6E9DB
(230,233,219)
#EFF4E9
(239,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95865D color. Also use rgb(149,134,93) instead hex code.

Text Font Color

.myTextColor { color: #95865D; }

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

This text font color is #95865D.


Background Color

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

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

This div background color is #95865D.


Border color

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

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

This div border color is #95865D.


Opacity

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

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

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

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

This text has shadow with #95865D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95865D on black background.


Color preview on white background

This text has color #95865D on white background.



Black color preview on #95865D background

This text has black color on #95865D background.


White color preview on #95865D background

This text has white color on #95865D background.