COLOR #975A67

HEX: #975A67
RGB: (151,90,103)

Color info

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

RGB color model

#975A67 color RGB value is (151,90,103).

  • red value is 151;
  • green value is 90;
  • blue value is 103.
RGB:
(151,90,103)
(59%,35%,40%)

RGB channels and saturation

R 151 of 255 = 59%
G 90 of 255 = 35%
B 103 of 255 = 40%

151
90
103

R + G + B ~ 45%. #975A67 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
151 + 90 + 103 = 344 (100%)
R 151 of 344 ~ 43.9%
G 90 of 344 ~ 26.16%
B 103 of 344 ~ 29.94%

%43.9
%26.16
%29.94

CMYK color model

#975A67 color CMYK value is (0,40,32,41).

  • cyan value is 0.00%
  • magenta value is 40.40%
  • yellow value is 31.79%
  • key color value is 40.78%
CMYK:
(0,40,32,41)
C0M40Y32K41 
(0%,40%,32%,41%)
(0.00/0.40/0.32/0.41)	

CMYK percentages

%0
%40.4
%31.79
%40.78

Codes

Color #975A67 in popluar color models

975A67
RGB15190103
HSL347°25.31%47.25%
HSB/HSV347°40.40%59.22%
CMYK0.00%40.40%31.79%
40.78%

Color #975A67 in popluar number systems.

HEX975A67
Decimal15190103
Binary1001011110110101100111
Octal227132147

Shades and tints

Shades of #975A67

#975A67
(151,90,103)
#8A525E
(138,82,94)
#7D4A55
(125,74,85)
#70424C
(112,66,76)
#633A43
(99,58,67)
#56323A
(86,50,58)
#492A31
(73,42,49)
#3C2228
(60,34,40)
#2F1A1F
(47,26,31)
#221216
(34,18,22)
#150A0D
(21,10,13)
#000000
(0,0,0)

Tints of #975A67

#975A67
(151,90,103)
#A06974
(160,105,116)
#A97881
(169,120,129)
#B2878E
(178,135,142)
#BB969B
(187,150,155)
#C4A5A8
(196,165,168)
#CDB4B5
(205,180,181)
#D6C3C2
(214,195,194)
#DFD2CF
(223,210,207)
#E8E1DC
(232,225,220)
#F1F0E9
(241,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #975A67 color. Also use rgb(151,90,103) instead hex code.

Text Font Color

.myTextColor { color: #975A67; }

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

This text font color is #975A67.


Background Color

.myBgColor { background-color: #975A67; }

<div style="background-color:#975A67">Inner text</div>

This div background color is #975A67.


Border color

.myBorderColor { border: 1px solid #975A67; }

<div style="border:3px solid #975A67">Div</div>

This div border color is #975A67.


Opacity

.myOpacity80 { color: #975A67; opacity: 0.8; }

<p style="color:#975A67;opacity:0.8;">80%</p>

Text with #975A67 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 #975A67;}

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

This text has shadow with #975A67 color.

.textShadow {text-shadow: 3px 3px 1px #975A67, 3px 3px 1px red;}

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

This text has shadow with #975A67 primary color and red secondary color.


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

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

This text has shadow with #975A67 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #975A67;
-webkit-box-shadow: 1px 1px 3px 2px #975A67;
box-shadow:1px 1px 3px 2px #975A67;">
Div content here</div>
This div box has shadow with color #975A67.

Preview

Color preview on black background

This text has color #975A67 on black background.


Color preview on white background

This text has color #975A67 on white background.



Black color preview on #975A67 background

This text has black color on #975A67 background.


White color preview on #975A67 background

This text has white color on #975A67 background.