COLOR #970F5D

HEX: #970F5D RGB: (151,15,93)

Color info

#970F5D contains mainly red and blue colors. Web safe color of #970F5D is #990066 (or #906).

RGB color model

#970F5D color RGB value is (151,15,93).

RGB: (151,15,93) (59%, 6%, 36%)

RGB channels and saturation

R 151 of 255 = 59%
G 15 of 255 = 6%
B 93 of 255 = 36%

151
15
93

R + G + B ~ 34%. #970F5D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 151 + 15 + 93 = 259 (100%)
R 151 of 259 ~ 58.3%
G 15 of 259 ~ 5.79%
B 93 of 259 ~ 35.91'%

%58.3
%35.91

CMYK color model

#970F5D color CMYK value is (0,90,38,41).

  • cyan value is 0.00%
  • magenta value is 90.07%
  • yellow value is 38.41%
  • key color value is 40.78%

CMYK: (0,90,38,41)
C0M90Y38K41 (0%, 90%, 38%, 41%)
(0.00 / 0.90 / 0.38 / 0.41)

CMYK percentages

%0
%90.07
%38.41
%40.78

Codes

Color #970F5D in popluar color models

97 0F 5D
RGB 151 15 93
HSL 326° 81.93% 32.55%
HSB/HSV 326° 90.07% 59.22%
CMYK 0.00% 90.07% 38.41%
40.78%

Color #970F5D in popluar number systems.

HEX 97 0F 5D
Decimal 151 15 93
Binary 10010111 1111 1011101
Octal 227 17 135

Shades and tints

Shades of #970F5D

#970F5D
(151,15,93)
#8A0E55
(138,14,85)
#7D0D4D
(125,13,77)
#700C45
(112,12,69)
#630B3D
(99,11,61)
#560A35
(86,10,53)
#49092D
(73,9,45)
#3C0825
(60,8,37)
#2F071D
(47,7,29)
#220615
(34,6,21)
#15050D
(21,5,13)
#000000
(0,0,0)

Tints of #970F5D

#970F5D
(151,15,93)
#A0246B
(160,36,107)
#A93979
(169,57,121)
#B24E87
(178,78,135)
#BB6395
(187,99,149)
#C478A3
(196,120,163)
#CD8DB1
(205,141,177)
#D6A2BF
(214,162,191)
#DFB7CD
(223,183,205)
#E8CCDB
(232,204,219)
#F1E1E9
(241,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #970F5D color. Also use rgb(151,15,93) instead hex code.

Text Font Color

.myTextColor { color: #970F5D; }

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

This text font color is #970F5D.

Background Color

.myBgColor { background-color: #970F5D; }

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

This div background color is #970F5D.

Border color

.myBorderColor { border: 1px solid #970F5D; }

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

This div border color is #970F5D.

Opacity

.myOpacity80 { color: #970F5D; opacity: 0.8; }

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

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

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

This text has shadow with #970F5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #970F5D.

Preview

Color preview on black background

This text has color #970F5D on black background.


Color preview on white background

This text has color #970F5D on white background.


Black color preview on #970F5D background

This text has black color on #970F5D background.


White color preview on #970F5D background

This text has white color on #970F5D background.


Related colors

Complementary color

Complementary color for #hex is #68F0A2.


I love getcolorcode.com

Triadic colors

1 #5D970F and #0F5D97 with #970F5D are triadic colors.

2 #5D0F97 and #0F975D with #970F5D are triadic colors.