COLOR #675B7F

HEX: #675B7F
RGB: (103,91,127)

Color info

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

RGB color model

#675B7F color RGB value is (103,91,127).

  • red value is 103;
  • green value is 91;
  • blue value is 127.
RGB:
(103,91,127)
(40%,36%,50%)

RGB channels and saturation

R 103 of 255 = 40%
G 91 of 255 = 36%
B 127 of 255 = 50%

103
91
127

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

Portions of RGB colors in percentages

R + G + B =
103 + 91 + 127 = 321 (100%)
R 103 of 321 ~ 32.09%
G 91 of 321 ~ 28.35%
B 127 of 321 ~ 39.56%

%32.09
%28.35
%39.56

CMYK color model

#675B7F color CMYK value is (19,28,0,50).

  • cyan value is 18.90%
  • magenta value is 28.35%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(19,28,0,50)
C19M28Y0K50 
(19%,28%,0%,50%)
(0.19/0.28/0.00/0.50)	

CMYK percentages

%18.9
%28.35
%0
%50.2

Codes

Color #675B7F in popluar color models

675B7F
RGB10391127
HSL260°16.51%42.75%
HSB/HSV260°28.35%49.80%
CMYK18.90%28.35%0.00%
50.20%

Color #675B7F in popluar number systems.

HEX675B7F
Decimal10391127
Binary110011110110111111111
Octal147133177

Shades and tints

Shades of #675B7F

#675B7F
(103,91,127)
#5E5374
(94,83,116)
#554B69
(85,75,105)
#4C435E
(76,67,94)
#433B53
(67,59,83)
#3A3348
(58,51,72)
#312B3D
(49,43,61)
#282332
(40,35,50)
#1F1B27
(31,27,39)
#16131C
(22,19,28)
#0D0B11
(13,11,17)
#000000
(0,0,0)

Tints of #675B7F

#675B7F
(103,91,127)
#74698A
(116,105,138)
#817795
(129,119,149)
#8E85A0
(142,133,160)
#9B93AB
(155,147,171)
#A8A1B6
(168,161,182)
#B5AFC1
(181,175,193)
#C2BDCC
(194,189,204)
#CFCBD7
(207,203,215)
#DCD9E2
(220,217,226)
#E9E7ED
(233,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #675B7F color. Also use rgb(103,91,127) instead hex code.

Text Font Color

.myTextColor { color: #675B7F; }

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

This text font color is #675B7F.


Background Color

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

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

This div background color is #675B7F.


Border color

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

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

This div border color is #675B7F.


Opacity

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

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

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

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

This text has shadow with #675B7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #675B7F on black background.


Color preview on white background

This text has color #675B7F on white background.



Black color preview on #675B7F background

This text has black color on #675B7F background.


White color preview on #675B7F background

This text has white color on #675B7F background.