COLOR #675F76

HEX: #675F76
RGB: (103,95,118)

Color info

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

RGB color model

#675F76 color RGB value is (103,95,118).

  • red value is 103;
  • green value is 95;
  • blue value is 118.
RGB:
(103,95,118)
(40%,37%,46%)

RGB channels and saturation

R 103 of 255 = 40%
G 95 of 255 = 37%
B 118 of 255 = 46%

103
95
118

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

Portions of RGB colors in percentages

R + G + B =
103 + 95 + 118 = 316 (100%)
R 103 of 316 ~ 32.59%
G 95 of 316 ~ 30.06%
B 118 of 316 ~ 37.34%

%32.59
%30.06
%37.34

CMYK color model

#675F76 color CMYK value is (13,19,0,54).

  • cyan value is 12.71%
  • magenta value is 19.49%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(13,19,0,54)
C13M19Y0K54 
(13%,19%,0%,54%)
(0.13/0.19/0.00/0.54)	

CMYK percentages

%12.71
%19.49
%0
%53.73

Codes

Color #675F76 in popluar color models

675F76
RGB10395118
HSL261°10.80%41.76%
HSB/HSV261°19.49%46.27%
CMYK12.71%19.49%0.00%
53.73%

Color #675F76 in popluar number systems.

HEX675F76
Decimal10395118
Binary110011110111111110110
Octal147137166

Shades and tints

Shades of #675F76

#675F76
(103,95,118)
#5E576C
(94,87,108)
#554F62
(85,79,98)
#4C4758
(76,71,88)
#433F4E
(67,63,78)
#3A3744
(58,55,68)
#312F3A
(49,47,58)
#282730
(40,39,48)
#1F1F26
(31,31,38)
#16171C
(22,23,28)
#0D0F12
(13,15,18)
#000000
(0,0,0)

Tints of #675F76

#675F76
(103,95,118)
#746D82
(116,109,130)
#817B8E
(129,123,142)
#8E899A
(142,137,154)
#9B97A6
(155,151,166)
#A8A5B2
(168,165,178)
#B5B3BE
(181,179,190)
#C2C1CA
(194,193,202)
#CFCFD6
(207,207,214)
#DCDDE2
(220,221,226)
#E9EBEE
(233,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #675F76 color. Also use rgb(103,95,118) instead hex code.

Text Font Color

.myTextColor { color: #675F76; }

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

This text font color is #675F76.


Background Color

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

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

This div background color is #675F76.


Border color

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

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

This div border color is #675F76.


Opacity

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

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

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

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

This text has shadow with #675F76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #675F76 on black background.


Color preview on white background

This text has color #675F76 on white background.



Black color preview on #675F76 background

This text has black color on #675F76 background.


White color preview on #675F76 background

This text has white color on #675F76 background.