COLOR #967070

HEX: #967070
RGB: (150,112,112)

Color info

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

RGB color model

#967070 color RGB value is (150,112,112).

  • red value is 150;
  • green value is 112;
  • blue value is 112.
RGB:
(150,112,112)
(59%,44%,44%)

RGB channels and saturation

R 150 of 255 = 59%
G 112 of 255 = 44%
B 112 of 255 = 44%

150
112
112

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

Portions of RGB colors in percentages

R + G + B =
150 + 112 + 112 = 374 (100%)
R 150 of 374 ~ 40.11%
G 112 of 374 ~ 29.95%
B 112 of 374 ~ 29.95%

%40.11
%29.95
%29.95

CMYK color model

#967070 color CMYK value is (0,25,25,41).

  • cyan value is 0.00%
  • magenta value is 25.33%
  • yellow value is 25.33%
  • key color value is 41.18%
CMYK:
(0,25,25,41)
C0M25Y25K41 
(0%,25%,25%,41%)
(0.00/0.25/0.25/0.41)	

CMYK percentages

%0
%25.33
%25.33
%41.18

Codes

Color #967070 in popluar color models

967070
RGB150112112
HSL15.32%51.37%
HSB/HSV25.33%58.82%
CMYK0.00%25.33%25.33%
41.18%

Color #967070 in popluar number systems.

HEX967070
Decimal150112112
Binary1001011011100001110000
Octal226160160

Shades and tints

Shades of #967070

#967070
(150,112,112)
#896666
(137,102,102)
#7C5C5C
(124,92,92)
#6F5252
(111,82,82)
#624848
(98,72,72)
#553E3E
(85,62,62)
#483434
(72,52,52)
#3B2A2A
(59,42,42)
#2E2020
(46,32,32)
#211616
(33,22,22)
#140C0C
(20,12,12)
#000000
(0,0,0)

Tints of #967070

#967070
(150,112,112)
#9F7D7D
(159,125,125)
#A88A8A
(168,138,138)
#B19797
(177,151,151)
#BAA4A4
(186,164,164)
#C3B1B1
(195,177,177)
#CCBEBE
(204,190,190)
#D5CBCB
(213,203,203)
#DED8D8
(222,216,216)
#E7E5E5
(231,229,229)
#F0F2F2
(240,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #967070 color. Also use rgb(150,112,112) instead hex code.

Text Font Color

.myTextColor { color: #967070; }

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

This text font color is #967070.


Background Color

.myBgColor { background-color: #967070; }

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

This div background color is #967070.


Border color

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

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

This div border color is #967070.


Opacity

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

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

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

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

This text has shadow with #967070 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #967070 on black background.


Color preview on white background

This text has color #967070 on white background.



Black color preview on #967070 background

This text has black color on #967070 background.


White color preview on #967070 background

This text has white color on #967070 background.