COLOR #975265

HEX: #975265
RGB: (151,82,101)

Color info

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

RGB color model

#975265 color RGB value is (151,82,101).

  • red value is 151;
  • green value is 82;
  • blue value is 101.
RGB:
(151,82,101)
(59%,32%,40%)

RGB channels and saturation

R 151 of 255 = 59%
G 82 of 255 = 32%
B 101 of 255 = 40%

151
82
101

R + G + B ~ 44%. #975265 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
151 + 82 + 101 = 334 (100%)
R 151 of 334 ~ 45.21%
G 82 of 334 ~ 24.55%
B 101 of 334 ~ 30.24%

%45.21
%24.55
%30.24

CMYK color model

#975265 color CMYK value is (0,46,33,41).

  • cyan value is 0.00%
  • magenta value is 45.70%
  • yellow value is 33.11%
  • key color value is 40.78%
CMYK:
(0,46,33,41)
C0M46Y33K41 
(0%,46%,33%,41%)
(0.00/0.46/0.33/0.41)	

CMYK percentages

%0
%45.7
%33.11
%40.78

Codes

Color #975265 in popluar color models

975265
RGB15182101
HSL343°29.61%45.69%
HSB/HSV343°45.70%59.22%
CMYK0.00%45.70%33.11%
40.78%

Color #975265 in popluar number systems.

HEX975265
Decimal15182101
Binary1001011110100101100101
Octal227122145

Shades and tints

Shades of #975265

#975265
(151,82,101)
#8A4B5C
(138,75,92)
#7D4453
(125,68,83)
#703D4A
(112,61,74)
#633641
(99,54,65)
#562F38
(86,47,56)
#49282F
(73,40,47)
#3C2126
(60,33,38)
#2F1A1D
(47,26,29)
#221314
(34,19,20)
#150C0B
(21,12,11)
#000000
(0,0,0)

Tints of #975265

#975265
(151,82,101)
#A06173
(160,97,115)
#A97081
(169,112,129)
#B27F8F
(178,127,143)
#BB8E9D
(187,142,157)
#C49DAB
(196,157,171)
#CDACB9
(205,172,185)
#D6BBC7
(214,187,199)
#DFCAD5
(223,202,213)
#E8D9E3
(232,217,227)
#F1E8F1
(241,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #975265 color. Also use rgb(151,82,101) instead hex code.

Text Font Color

.myTextColor { color: #975265; }

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

This text font color is #975265.


Background Color

.myBgColor { background-color: #975265; }

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

This div background color is #975265.


Border color

.myBorderColor { border: 1px solid #975265; }

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

This div border color is #975265.


Opacity

.myOpacity80 { color: #975265; opacity: 0.8; }

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

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

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

This text has shadow with #975265 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #975265 on black background.


Color preview on white background

This text has color #975265 on white background.



Black color preview on #975265 background

This text has black color on #975265 background.


White color preview on #975265 background

This text has white color on #975265 background.