COLOR #957A63

HEX: #957A63 RGB: (149,122,99)

Color info

#957A63 contains red, green and blue colors in about the same proportion. Web safe color of #957A63 is #996666 (or #966).

RGB color model

#957A63 color RGB value is (149,122,99).

RGB: (149,122,99) (58%, 48%, 39%)

RGB channels and saturation

R 149 of 255 = 58%
G 122 of 255 = 48%
B 99 of 255 = 39%

149
122
99

R + G + B ~ 48%. #957A63 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 149 + 122 + 99 = 370 (100%)
R 149 of 370 ~ 40.27%
G 122 of 370 ~ 32.97%
B 99 of 370 ~ 26.76'%

%40.27
%32.97
%26.76

CMYK color model

#957A63 color CMYK value is (0,18,34,42).

  • cyan value is 0.00%
  • magenta value is 18.12%
  • yellow value is 33.56%
  • key color value is 41.57%

CMYK: (0,18,34,42)
C0M18Y34K42 (0%, 18%, 34%, 42%)
(0.00 / 0.18 / 0.34 / 0.42)

CMYK percentages

%0
%18.12
%33.56
%41.57

Codes

Color #957A63 in popluar color models

95 7A 63
RGB 149 122 99
HSL 28° 20.16% 48.63%
HSB/HSV 28° 33.56% 58.43%
CMYK 0.00% 18.12% 33.56%
41.57%

Color #957A63 in popluar number systems.

HEX 95 7A 63
Decimal 149 122 99
Binary 10010101 1111010 1100011
Octal 225 172 143

Shades and tints

Shades of #957A63

#957A63
(149,122,99)
#886F5A
(136,111,90)
#7B6451
(123,100,81)
#6E5948
(110,89,72)
#614E3F
(97,78,63)
#544336
(84,67,54)
#47382D
(71,56,45)
#3A2D24
(58,45,36)
#2D221B
(45,34,27)
#201712
(32,23,18)
#130C09
(19,12,9)
#000000
(0,0,0)

Tints of #957A63

#957A63
(149,122,99)
#9E8671
(158,134,113)
#A7927F
(167,146,127)
#B09E8D
(176,158,141)
#B9AA9B
(185,170,155)
#C2B6A9
(194,182,169)
#CBC2B7
(203,194,183)
#D4CEC5
(212,206,197)
#DDDAD3
(221,218,211)
#E6E6E1
(230,230,225)
#EFF2EF
(239,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #957A63 color. Also use rgb(149,122,99) instead hex code.

Text Font Color

.myTextColor { color: #957A63; }

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

This text font color is #957A63.

Background Color

.myBgColor { background-color: #957A63; }

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

This div background color is #957A63.

Border color

.myBorderColor { border: 1px solid #957A63; }

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

This div border color is #957A63.

Opacity

.myOpacity80 { color: #957A63; opacity: 0.8; }

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

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

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

This text has shadow with #957A63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #957A63.

Preview

Color preview on black background

This text has color #957A63 on black background.


Color preview on white background

This text has color #957A63 on white background.


Black color preview on #957A63 background

This text has black color on #957A63 background.


White color preview on #957A63 background

This text has white color on #957A63 background.


Related colors

Complementary color

Complementary color for #hex is #6A859C.


I love getcolorcode.com

Triadic colors

1 #63957A and #7A6395 with #957A63 are triadic colors.

2 #637A95 and #7A9563 with #957A63 are triadic colors.