COLOR #99375A

HEX: #99375A RGB: (153,55,90)

Color info

#99375A contains mainly red color. Web safe color of #99375A is #993366 (or #936).

RGB color model

#99375A color RGB value is (153,55,90).

RGB: (153,55,90) (60%, 22%, 35%)

RGB channels and saturation

R 153 of 255 = 60%
G 55 of 255 = 22%
B 90 of 255 = 35%

153
55
90

R + G + B ~ 39%. #99375A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 153 + 55 + 90 = 298 (100%)
R 153 of 298 ~ 51.34%
G 55 of 298 ~ 18.46%
B 90 of 298 ~ 30.2'%

%51.34
%18.46
%30.2

CMYK color model

#99375A color CMYK value is (0,64,41,40).

  • cyan value is 0.00%
  • magenta value is 64.05%
  • yellow value is 41.18%
  • key color value is 40.00%

CMYK: (0,64,41,40)
C0M64Y41K40 (0%, 64%, 41%, 40%)
(0.00 / 0.64 / 0.41 / 0.40)

CMYK percentages

%0
%64.05
%41.18
%40

Codes

Color #99375A in popluar color models

99 37 5A
RGB 153 55 90
HSL 339° 47.12% 40.78%
HSB/HSV 339° 64.05% 60.00%
CMYK 0.00% 64.05% 41.18%
40.00%

Color #99375A in popluar number systems.

HEX 99 37 5A
Decimal 153 55 90
Binary 10011001 110111 1011010
Octal 231 67 132

Shades and tints

Shades of #99375A

#99375A
(153,55,90)
#8C3252
(140,50,82)
#7F2D4A
(127,45,74)
#722842
(114,40,66)
#65233A
(101,35,58)
#581E32
(88,30,50)
#4B192A
(75,25,42)
#3E1422
(62,20,34)
#310F1A
(49,15,26)
#240A12
(36,10,18)
#17050A
(23,5,10)
#000000
(0,0,0)

Tints of #99375A

#99375A
(153,55,90)
#A24969
(162,73,105)
#AB5B78
(171,91,120)
#B46D87
(180,109,135)
#BD7F96
(189,127,150)
#C691A5
(198,145,165)
#CFA3B4
(207,163,180)
#D8B5C3
(216,181,195)
#E1C7D2
(225,199,210)
#EAD9E1
(234,217,225)
#F3EBF0
(243,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99375A color. Also use rgb(153,55,90) instead hex code.

Text Font Color

.myTextColor { color: #99375A; }

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

This text font color is #99375A.

Background Color

.myBgColor { background-color: #99375A; }

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

This div background color is #99375A.

Border color

.myBorderColor { border: 1px solid #99375A; }

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

This div border color is #99375A.

Opacity

.myOpacity80 { color: #99375A; opacity: 0.8; }

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

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

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

This text has shadow with #99375A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99375A.

Preview

Color preview on black background

This text has color #99375A on black background.


Color preview on white background

This text has color #99375A on white background.


Black color preview on #99375A background

This text has black color on #99375A background.


White color preview on #99375A background

This text has white color on #99375A background.


Related colors

Complementary color

Complementary color for #hex is #66C8A5.


I love getcolorcode.com

Triadic colors

1 #5A9937 and #375A99 with #99375A are triadic colors.

2 #5A3799 and #37995A with #99375A are triadic colors.