COLOR #996058

HEX: #996058
RGB: (153,96,88)

Color info

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

RGB color model

#996058 color RGB value is (153,96,88).

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

RGB channels and saturation

R 153 of 255 = 60%
G 96 of 255 = 38%
B 88 of 255 = 35%

153
96
88

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

Portions of RGB colors in percentages

R + G + B =
153 + 96 + 88 = 337 (100%)
R 153 of 337 ~ 45.4%
G 96 of 337 ~ 28.49%
B 88 of 337 ~ 26.11%

%45.4
%28.49
%26.11

CMYK color model

#996058 color CMYK value is (0,37,42,40).

  • cyan value is 0.00%
  • magenta value is 37.25%
  • yellow value is 42.48%
  • key color value is 40.00%
CMYK:
(0,37,42,40)
C0M37Y42K40 
(0%,37%,42%,40%)
(0.00/0.37/0.42/0.40)	

CMYK percentages

%0
%37.25
%42.48
%40

Codes

Color #996058 in popluar color models

996058
RGB1539688
HSL26.97%47.25%
HSB/HSV42.48%60.00%
CMYK0.00%37.25%42.48%
40.00%

Color #996058 in popluar number systems.

HEX996058
Decimal1539688
Binary1001100111000001011000
Octal231140130

Shades and tints

Shades of #996058

#996058
(153,96,88)
#8C5850
(140,88,80)
#7F5048
(127,80,72)
#724840
(114,72,64)
#654038
(101,64,56)
#583830
(88,56,48)
#4B3028
(75,48,40)
#3E2820
(62,40,32)
#312018
(49,32,24)
#241810
(36,24,16)
#171008
(23,16,8)
#000000
(0,0,0)

Tints of #996058

#996058
(153,96,88)
#A26E67
(162,110,103)
#AB7C76
(171,124,118)
#B48A85
(180,138,133)
#BD9894
(189,152,148)
#C6A6A3
(198,166,163)
#CFB4B2
(207,180,178)
#D8C2C1
(216,194,193)
#E1D0D0
(225,208,208)
#EADEDF
(234,222,223)
#F3ECEE
(243,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #996058; }

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

This text font color is #996058.


Background Color

.myBgColor { background-color: #996058; }

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

This div background color is #996058.


Border color

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

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

This div border color is #996058.


Opacity

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

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

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

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

This text has shadow with #996058 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996058 on black background.


Color preview on white background

This text has color #996058 on white background.



Black color preview on #996058 background

This text has black color on #996058 background.


White color preview on #996058 background

This text has white color on #996058 background.