COLOR #675A73

HEX: #675A73
RGB: (103,90,115)

Color info

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

RGB color model

#675A73 color RGB value is (103,90,115).

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

RGB channels and saturation

R 103 of 255 = 40%
G 90 of 255 = 35%
B 115 of 255 = 45%

103
90
115

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

Portions of RGB colors in percentages

R + G + B =
103 + 90 + 115 = 308 (100%)
R 103 of 308 ~ 33.44%
G 90 of 308 ~ 29.22%
B 115 of 308 ~ 37.34%

%33.44
%29.22
%37.34

CMYK color model

#675A73 color CMYK value is (10,22,0,55).

  • cyan value is 10.43%
  • magenta value is 21.74%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(10,22,0,55)
C10M22Y0K55 
(10%,22%,0%,55%)
(0.10/0.22/0.00/0.55)	

CMYK percentages

%10.43
%21.74
%0
%54.9

Codes

Color #675A73 in popluar color models

675A73
RGB10390115
HSL271°12.20%40.20%
HSB/HSV271°21.74%45.10%
CMYK10.43%21.74%0.00%
54.90%

Color #675A73 in popluar number systems.

HEX675A73
Decimal10390115
Binary110011110110101110011
Octal147132163

Shades and tints

Shades of #675A73

#675A73
(103,90,115)
#5E5269
(94,82,105)
#554A5F
(85,74,95)
#4C4255
(76,66,85)
#433A4B
(67,58,75)
#3A3241
(58,50,65)
#312A37
(49,42,55)
#28222D
(40,34,45)
#1F1A23
(31,26,35)
#161219
(22,18,25)
#0D0A0F
(13,10,15)
#000000
(0,0,0)

Tints of #675A73

#675A73
(103,90,115)
#74697F
(116,105,127)
#81788B
(129,120,139)
#8E8797
(142,135,151)
#9B96A3
(155,150,163)
#A8A5AF
(168,165,175)
#B5B4BB
(181,180,187)
#C2C3C7
(194,195,199)
#CFD2D3
(207,210,211)
#DCE1DF
(220,225,223)
#E9F0EB
(233,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #675A73 color. Also use rgb(103,90,115) instead hex code.

Text Font Color

.myTextColor { color: #675A73; }

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

This text font color is #675A73.


Background Color

.myBgColor { background-color: #675A73; }

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

This div background color is #675A73.


Border color

.myBorderColor { border: 1px solid #675A73; }

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

This div border color is #675A73.


Opacity

.myOpacity80 { color: #675A73; opacity: 0.8; }

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

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

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

This text has shadow with #675A73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #675A73 on black background.


Color preview on white background

This text has color #675A73 on white background.



Black color preview on #675A73 background

This text has black color on #675A73 background.


White color preview on #675A73 background

This text has white color on #675A73 background.