COLOR #95855D

HEX: #95855D
RGB: (149,133,93)

Color info

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

RGB color model

#95855D color RGB value is (149,133,93).

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

RGB channels and saturation

R 149 of 255 = 58%
G 133 of 255 = 52%
B 93 of 255 = 36%

149
133
93

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

Portions of RGB colors in percentages

R + G + B =
149 + 133 + 93 = 375 (100%)
R 149 of 375 ~ 39.73%
G 133 of 375 ~ 35.47%
B 93 of 375 ~ 24.8%

%39.73
%35.47
%24.8

CMYK color model

#95855D color CMYK value is (0,11,38,42).

  • cyan value is 0.00%
  • magenta value is 10.74%
  • yellow value is 37.58%
  • key color value is 41.57%
CMYK:
(0,11,38,42)
C0M11Y38K42 
(0%,11%,38%,42%)
(0.00/0.11/0.38/0.42)	

CMYK percentages

%0
%10.74
%37.58
%41.57

Codes

Color #95855D in popluar color models

95855D
RGB14913393
HSL43°23.14%47.45%
HSB/HSV43°37.58%58.43%
CMYK0.00%10.74%37.58%
41.57%

Color #95855D in popluar number systems.

HEX95855D
Decimal14913393
Binary10010101100001011011101
Octal225205135

Shades and tints

Shades of #95855D

#95855D
(149,133,93)
#887955
(136,121,85)
#7B6D4D
(123,109,77)
#6E6145
(110,97,69)
#61553D
(97,85,61)
#544935
(84,73,53)
#473D2D
(71,61,45)
#3A3125
(58,49,37)
#2D251D
(45,37,29)
#201915
(32,25,21)
#130D0D
(19,13,13)
#000000
(0,0,0)

Tints of #95855D

#95855D
(149,133,93)
#9E906B
(158,144,107)
#A79B79
(167,155,121)
#B0A687
(176,166,135)
#B9B195
(185,177,149)
#C2BCA3
(194,188,163)
#CBC7B1
(203,199,177)
#D4D2BF
(212,210,191)
#DDDDCD
(221,221,205)
#E6E8DB
(230,232,219)
#EFF3E9
(239,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95855D; }

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

This text font color is #95855D.


Background Color

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

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

This div background color is #95855D.


Border color

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

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

This div border color is #95855D.


Opacity

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

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

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

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

This text has shadow with #95855D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95855D on black background.


Color preview on white background

This text has color #95855D on white background.



Black color preview on #95855D background

This text has black color on #95855D background.


White color preview on #95855D background

This text has white color on #95855D background.