COLOR #99585D

HEX: #99585D RGB: (153,88,93)

Color info

#99585D contains mainly red color. Web safe color of #99585D is #996666 (or #966).

RGB color model

#99585D color RGB value is (153,88,93).

RGB: (153,88,93) (60%, 35%, 36%)

RGB channels and saturation

R 153 of 255 = 60%
G 88 of 255 = 35%
B 93 of 255 = 36%

153
88
93

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

Portions of RGB colors in percentages

R + G + B = 153 + 88 + 93 = 334 (100%)
R 153 of 334 ~ 45.81%
G 88 of 334 ~ 26.35%
B 93 of 334 ~ 27.84'%

%45.81
%26.35
%27.84

CMYK color model

#99585D color CMYK value is (0,42,39,40).

  • cyan value is 0.00%
  • magenta value is 42.48%
  • yellow value is 39.22%
  • key color value is 40.00%

CMYK: (0,42,39,40)
C0M42Y39K40 (0%, 42%, 39%, 40%)
(0.00 / 0.42 / 0.39 / 0.40)

CMYK percentages

%0
%42.48
%39.22
%40

Codes

Color #99585D in popluar color models

99 58 5D
RGB 153 88 93
HSL 355° 26.97% 47.25%
HSB/HSV 355° 42.48% 60.00%
CMYK 0.00% 42.48% 39.22%
40.00%

Color #99585D in popluar number systems.

HEX 99 58 5D
Decimal 153 88 93
Binary 10011001 1011000 1011101
Octal 231 130 135

Shades and tints

Shades of #99585D

#99585D
(153,88,93)
#8C5055
(140,80,85)
#7F484D
(127,72,77)
#724045
(114,64,69)
#65383D
(101,56,61)
#583035
(88,48,53)
#4B282D
(75,40,45)
#3E2025
(62,32,37)
#31181D
(49,24,29)
#241015
(36,16,21)
#17080D
(23,8,13)
#000000
(0,0,0)

Tints of #99585D

#99585D
(153,88,93)
#A2676B
(162,103,107)
#AB7679
(171,118,121)
#B48587
(180,133,135)
#BD9495
(189,148,149)
#C6A3A3
(198,163,163)
#CFB2B1
(207,178,177)
#D8C1BF
(216,193,191)
#E1D0CD
(225,208,205)
#EADFDB
(234,223,219)
#F3EEE9
(243,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99585D; }

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

This text font color is #99585D.

Background Color

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

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

This div background color is #99585D.

Border color

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

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

This div border color is #99585D.

Opacity

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

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

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

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

This text has shadow with #99585D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99585D.

Preview

Color preview on black background

This text has color #99585D on black background.


Color preview on white background

This text has color #99585D on white background.


Black color preview on #99585D background

This text has black color on #99585D background.


White color preview on #99585D background

This text has white color on #99585D background.


Related colors

Complementary color

Complementary color for #hex is #66A7A2.


I love getcolorcode.com

Triadic colors

1 #5D9958 and #585D99 with #99585D are triadic colors.

2 #5D5899 and #58995D with #99585D are triadic colors.