COLOR #995A4F

HEX: #995A4F
RGB: (153,90,79)

Color info

#995A4F contains mainly red color. Web safe color of #995A4F is #996666 (or #966).

RGB color model

#995A4F color RGB value is (153,90,79).

  • red value is 153;
  • green value is 90;
  • blue value is 79.
RGB:
(153,90,79)
(60%,35%,31%)

RGB channels and saturation

R 153 of 255 = 60%
G 90 of 255 = 35%
B 79 of 255 = 31%

153
90
79

R + G + B ~ 42%. #995A4F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 90 + 79 = 322 (100%)
R 153 of 322 ~ 47.52%
G 90 of 322 ~ 27.95%
B 79 of 322 ~ 24.53%

%47.52
%27.95
%24.53

CMYK color model

#995A4F color CMYK value is (0,41,48,40).

  • cyan value is 0.00%
  • magenta value is 41.18%
  • yellow value is 48.37%
  • key color value is 40.00%
CMYK:
(0,41,48,40)
C0M41Y48K40 
(0%,41%,48%,40%)
(0.00/0.41/0.48/0.40)	

CMYK percentages

%0
%41.18
%48.37
%40

Codes

Color #995A4F in popluar color models

995A4F
RGB1539079
HSL31.90%45.49%
HSB/HSV48.37%60.00%
CMYK0.00%41.18%48.37%
40.00%

Color #995A4F in popluar number systems.

HEX995A4F
Decimal1539079
Binary1001100110110101001111
Octal231132117

Shades and tints

Shades of #995A4F

#995A4F
(153,90,79)
#8C5248
(140,82,72)
#7F4A41
(127,74,65)
#72423A
(114,66,58)
#653A33
(101,58,51)
#58322C
(88,50,44)
#4B2A25
(75,42,37)
#3E221E
(62,34,30)
#311A17
(49,26,23)
#241210
(36,18,16)
#170A09
(23,10,9)
#000000
(0,0,0)

Tints of #995A4F

#995A4F
(153,90,79)
#A2695F
(162,105,95)
#AB786F
(171,120,111)
#B4877F
(180,135,127)
#BD968F
(189,150,143)
#C6A59F
(198,165,159)
#CFB4AF
(207,180,175)
#D8C3BF
(216,195,191)
#E1D2CF
(225,210,207)
#EAE1DF
(234,225,223)
#F3F0EF
(243,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #995A4F color. Also use rgb(153,90,79) instead hex code.

Text Font Color

.myTextColor { color: #995A4F; }

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

This text font color is #995A4F.


Background Color

.myBgColor { background-color: #995A4F; }

<div style="background-color:#995A4F">Inner text</div>

This div background color is #995A4F.


Border color

.myBorderColor { border: 1px solid #995A4F; }

<div style="border:3px solid #995A4F">Div</div>

This div border color is #995A4F.


Opacity

.myOpacity80 { color: #995A4F; opacity: 0.8; }

<p style="color:#995A4F;opacity:0.8;">80%</p>

Text with #995A4F 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 #995A4F;}

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

This text has shadow with #995A4F color.

.textShadow {text-shadow: 3px 3px 1px #995A4F, 3px 3px 1px red;}

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

This text has shadow with #995A4F primary color and red secondary color.


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

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

This text has shadow with #995A4F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #995A4F on black background.


Color preview on white background

This text has color #995A4F on white background.



Black color preview on #995A4F background

This text has black color on #995A4F background.


White color preview on #995A4F background

This text has white color on #995A4F background.