COLOR #996358

HEX: #996358
RGB: (153,99,88)

Color info

#996358 contains mainly red and green colors. Web safe color of #996358 is #996666 (or #966).

RGB color model

#996358 color RGB value is (153,99,88).

  • red value is 153;
  • green value is 99;
  • blue value is 88.
RGB:
(153,99,88)
(60%,39%,35%)

RGB channels and saturation

R 153 of 255 = 60%
G 99 of 255 = 39%
B 88 of 255 = 35%

153
99
88

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

Portions of RGB colors in percentages

R + G + B =
153 + 99 + 88 = 340 (100%)
R 153 of 340 ~ 45%
G 99 of 340 ~ 29.12%
B 88 of 340 ~ 25.88%

%45
%29.12
%25.88

CMYK color model

#996358 color CMYK value is (0,35,42,40).

  • cyan value is 0.00%
  • magenta value is 35.29%
  • yellow value is 42.48%
  • key color value is 40.00%
CMYK:
(0,35,42,40)
C0M35Y42K40 
(0%,35%,42%,40%)
(0.00/0.35/0.42/0.40)	

CMYK percentages

%0
%35.29
%42.48
%40

Codes

Color #996358 in popluar color models

996358
RGB1539988
HSL10°26.97%47.25%
HSB/HSV10°42.48%60.00%
CMYK0.00%35.29%42.48%
40.00%

Color #996358 in popluar number systems.

HEX996358
Decimal1539988
Binary1001100111000111011000
Octal231143130

Shades and tints

Shades of #996358

#996358
(153,99,88)
#8C5A50
(140,90,80)
#7F5148
(127,81,72)
#724840
(114,72,64)
#653F38
(101,63,56)
#583630
(88,54,48)
#4B2D28
(75,45,40)
#3E2420
(62,36,32)
#311B18
(49,27,24)
#241210
(36,18,16)
#170908
(23,9,8)
#000000
(0,0,0)

Tints of #996358

#996358
(153,99,88)
#A27167
(162,113,103)
#AB7F76
(171,127,118)
#B48D85
(180,141,133)
#BD9B94
(189,155,148)
#C6A9A3
(198,169,163)
#CFB7B2
(207,183,178)
#D8C5C1
(216,197,193)
#E1D3D0
(225,211,208)
#EAE1DF
(234,225,223)
#F3EFEE
(243,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #996358 color. Also use rgb(153,99,88) instead hex code.

Text Font Color

.myTextColor { color: #996358; }

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

This text font color is #996358.


Background Color

.myBgColor { background-color: #996358; }

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

This div background color is #996358.


Border color

.myBorderColor { border: 1px solid #996358; }

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

This div border color is #996358.


Opacity

.myOpacity80 { color: #996358; opacity: 0.8; }

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

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

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

This text has shadow with #996358 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996358 on black background.


Color preview on white background

This text has color #996358 on white background.



Black color preview on #996358 background

This text has black color on #996358 background.


White color preview on #996358 background

This text has white color on #996358 background.