COLOR #955A58

HEX: #955A58 RGB: (149,90,88)

Color info

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

RGB color model

#955A58 color RGB value is (149,90,88).

RGB: (149,90,88) (58%, 35%, 35%)

RGB channels and saturation

R 149 of 255 = 58%
G 90 of 255 = 35%
B 88 of 255 = 35%

149
90
88

R + G + B ~ 43%. #955A58 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 149 + 90 + 88 = 327 (100%)
R 149 of 327 ~ 45.57%
G 90 of 327 ~ 27.52%
B 88 of 327 ~ 26.91'%

%45.57
%27.52
%26.91

CMYK color model

#955A58 color CMYK value is (0,40,41,42).

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

CMYK: (0,40,41,42)
C0M40Y41K42 (0%, 40%, 41%, 42%)
(0.00 / 0.40 / 0.41 / 0.42)

CMYK percentages

%0
%39.6
%40.94
%41.57

Codes

Color #955A58 in popluar color models

95 5A 58
RGB 149 90 88
HSL 25.74% 46.47%
HSB/HSV 40.94% 58.43%
CMYK 0.00% 39.60% 40.94%
41.57%

Color #955A58 in popluar number systems.

HEX 95 5A 58
Decimal 149 90 88
Binary 10010101 1011010 1011000
Octal 225 132 130

Shades and tints

Shades of #955A58

#955A58
(149,90,88)
#885250
(136,82,80)
#7B4A48
(123,74,72)
#6E4240
(110,66,64)
#613A38
(97,58,56)
#543230
(84,50,48)
#472A28
(71,42,40)
#3A2220
(58,34,32)
#2D1A18
(45,26,24)
#201210
(32,18,16)
#130A08
(19,10,8)
#000000
(0,0,0)

Tints of #955A58

#955A58
(149,90,88)
#9E6967
(158,105,103)
#A77876
(167,120,118)
#B08785
(176,135,133)
#B99694
(185,150,148)
#C2A5A3
(194,165,163)
#CBB4B2
(203,180,178)
#D4C3C1
(212,195,193)
#DDD2D0
(221,210,208)
#E6E1DF
(230,225,223)
#EFF0EE
(239,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #955A58 color. Also use rgb(149,90,88) instead hex code.

Text Font Color

.myTextColor { color: #955A58; }

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

This text font color is #955A58.

Background Color

.myBgColor { background-color: #955A58; }

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

This div background color is #955A58.

Border color

.myBorderColor { border: 1px solid #955A58; }

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

This div border color is #955A58.

Opacity

.myOpacity80 { color: #955A58; opacity: 0.8; }

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

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

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

This text has shadow with #955A58 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #955A58.

Preview

Color preview on black background

This text has color #955A58 on black background.


Color preview on white background

This text has color #955A58 on white background.


Black color preview on #955A58 background

This text has black color on #955A58 background.


White color preview on #955A58 background

This text has white color on #955A58 background.


Related colors

Complementary color

Complementary color for #hex is #6AA5A7.


I love getcolorcode.com

Triadic colors

1 #58955A and #5A5895 with #955A58 are triadic colors.

2 #585A95 and #5A9558 with #955A58 are triadic colors.