COLOR #95535A

HEX: #95535A RGB: (149,83,90)

Color info

#95535A contains mainly red and blue colors. Web safe color of #95535A is #996666 (or #966).

RGB color model

#95535A color RGB value is (149,83,90).

RGB: (149,83,90) (58%, 33%, 35%)

RGB channels and saturation

R 149 of 255 = 58%
G 83 of 255 = 33%
B 90 of 255 = 35%

149
83
90

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

Portions of RGB colors in percentages

R + G + B = 149 + 83 + 90 = 322 (100%)
R 149 of 322 ~ 46.27%
G 83 of 322 ~ 25.78%
B 90 of 322 ~ 27.95'%

%46.27
%25.78
%27.95

CMYK color model

#95535A color CMYK value is (0,44,40,42).

  • cyan value is 0.00%
  • magenta value is 44.30%
  • yellow value is 39.60%
  • key color value is 41.57%

CMYK: (0,44,40,42)
C0M44Y40K42 (0%, 44%, 40%, 42%)
(0.00 / 0.44 / 0.40 / 0.42)

CMYK percentages

%0
%44.3
%39.6
%41.57

Codes

Color #95535A in popluar color models

95 53 5A
RGB 149 83 90
HSL 354° 28.45% 45.49%
HSB/HSV 354° 44.30% 58.43%
CMYK 0.00% 44.30% 39.60%
41.57%

Color #95535A in popluar number systems.

HEX 95 53 5A
Decimal 149 83 90
Binary 10010101 1010011 1011010
Octal 225 123 132

Shades and tints

Shades of #95535A

#95535A
(149,83,90)
#884C52
(136,76,82)
#7B454A
(123,69,74)
#6E3E42
(110,62,66)
#61373A
(97,55,58)
#543032
(84,48,50)
#47292A
(71,41,42)
#3A2222
(58,34,34)
#2D1B1A
(45,27,26)
#201412
(32,20,18)
#130D0A
(19,13,10)
#000000
(0,0,0)

Tints of #95535A

#95535A
(149,83,90)
#9E6269
(158,98,105)
#A77178
(167,113,120)
#B08087
(176,128,135)
#B98F96
(185,143,150)
#C29EA5
(194,158,165)
#CBADB4
(203,173,180)
#D4BCC3
(212,188,195)
#DDCBD2
(221,203,210)
#E6DAE1
(230,218,225)
#EFE9F0
(239,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95535A color. Also use rgb(149,83,90) instead hex code.

Text Font Color

.myTextColor { color: #95535A; }

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

This text font color is #95535A.

Background Color

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

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

This div background color is #95535A.

Border color

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

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

This div border color is #95535A.

Opacity

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

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

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

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

This text has shadow with #95535A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95535A.

Preview

Color preview on black background

This text has color #95535A on black background.


Color preview on white background

This text has color #95535A on white background.


Black color preview on #95535A background

This text has black color on #95535A background.


White color preview on #95535A background

This text has white color on #95535A background.


Related colors

Complementary color

Complementary color for #hex is #6AACA5.


I love getcolorcode.com

Triadic colors

1 #5A9553 and #535A95 with #95535A are triadic colors.

2 #5A5395 and #53955A with #95535A are triadic colors.