COLOR #675970

HEX: #675970
RGB: (103,89,112)

Color info

#675970 contains red, green and blue colors in about the same proportion. Web safe color of #675970 is #666666 (or #666).

RGB color model

#675970 color RGB value is (103,89,112).

  • red value is 103;
  • green value is 89;
  • blue value is 112.
RGB:
(103,89,112)
(40%,35%,44%)

RGB channels and saturation

R 103 of 255 = 40%
G 89 of 255 = 35%
B 112 of 255 = 44%

103
89
112

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

Portions of RGB colors in percentages

R + G + B =
103 + 89 + 112 = 304 (100%)
R 103 of 304 ~ 33.88%
G 89 of 304 ~ 29.28%
B 112 of 304 ~ 36.84%

%33.88
%29.28
%36.84

CMYK color model

#675970 color CMYK value is (8,21,0,56).

  • cyan value is 8.04%
  • magenta value is 20.54%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(8,21,0,56)
C8M21Y0K56 
(8%,21%,0%,56%)
(0.08/0.21/0.00/0.56)	

CMYK percentages

%8.04
%20.54
%0
%56.08

Codes

Color #675970 in popluar color models

675970
RGB10389112
HSL277°11.44%39.41%
HSB/HSV277°20.54%43.92%
CMYK8.04%20.54%0.00%
56.08%

Color #675970 in popluar number systems.

HEX675970
Decimal10389112
Binary110011110110011110000
Octal147131160

Shades and tints

Shades of #675970

#675970
(103,89,112)
#5E5166
(94,81,102)
#55495C
(85,73,92)
#4C4152
(76,65,82)
#433948
(67,57,72)
#3A313E
(58,49,62)
#312934
(49,41,52)
#28212A
(40,33,42)
#1F1920
(31,25,32)
#161116
(22,17,22)
#0D090C
(13,9,12)
#000000
(0,0,0)

Tints of #675970

#675970
(103,89,112)
#74687D
(116,104,125)
#81778A
(129,119,138)
#8E8697
(142,134,151)
#9B95A4
(155,149,164)
#A8A4B1
(168,164,177)
#B5B3BE
(181,179,190)
#C2C2CB
(194,194,203)
#CFD1D8
(207,209,216)
#DCE0E5
(220,224,229)
#E9EFF2
(233,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #675970; }

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

This text font color is #675970.


Background Color

.myBgColor { background-color: #675970; }

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

This div background color is #675970.


Border color

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

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

This div border color is #675970.


Opacity

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

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

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

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

This text has shadow with #675970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #675970 on black background.


Color preview on white background

This text has color #675970 on white background.



Black color preview on #675970 background

This text has black color on #675970 background.


White color preview on #675970 background

This text has white color on #675970 background.