COLOR #676175

HEX: #676175
RGB: (103,97,117)

Color info

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

RGB color model

#676175 color RGB value is (103,97,117).

  • red value is 103;
  • green value is 97;
  • blue value is 117.
RGB:
(103,97,117)
(40%,38%,46%)

RGB channels and saturation

R 103 of 255 = 40%
G 97 of 255 = 38%
B 117 of 255 = 46%

103
97
117

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

Portions of RGB colors in percentages

R + G + B =
103 + 97 + 117 = 317 (100%)
R 103 of 317 ~ 32.49%
G 97 of 317 ~ 30.6%
B 117 of 317 ~ 36.91%

%32.49
%30.6
%36.91

CMYK color model

#676175 color CMYK value is (12,17,0,54).

  • cyan value is 11.97%
  • magenta value is 17.09%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(12,17,0,54)
C12M17Y0K54 
(12%,17%,0%,54%)
(0.12/0.17/0.00/0.54)	

CMYK percentages

%11.97
%17.09
%0
%54.12

Codes

Color #676175 in popluar color models

676175
RGB10397117
HSL258°9.35%41.96%
HSB/HSV258°17.09%45.88%
CMYK11.97%17.09%0.00%
54.12%

Color #676175 in popluar number systems.

HEX676175
Decimal10397117
Binary110011111000011110101
Octal147141165

Shades and tints

Shades of #676175

#676175
(103,97,117)
#5E596B
(94,89,107)
#555161
(85,81,97)
#4C4957
(76,73,87)
#43414D
(67,65,77)
#3A3943
(58,57,67)
#313139
(49,49,57)
#28292F
(40,41,47)
#1F2125
(31,33,37)
#16191B
(22,25,27)
#0D1111
(13,17,17)
#000000
(0,0,0)

Tints of #676175

#676175
(103,97,117)
#746F81
(116,111,129)
#817D8D
(129,125,141)
#8E8B99
(142,139,153)
#9B99A5
(155,153,165)
#A8A7B1
(168,167,177)
#B5B5BD
(181,181,189)
#C2C3C9
(194,195,201)
#CFD1D5
(207,209,213)
#DCDFE1
(220,223,225)
#E9EDED
(233,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #676175 color. Also use rgb(103,97,117) instead hex code.

Text Font Color

.myTextColor { color: #676175; }

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

This text font color is #676175.


Background Color

.myBgColor { background-color: #676175; }

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

This div background color is #676175.


Border color

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

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

This div border color is #676175.


Opacity

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

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

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

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

This text has shadow with #676175 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676175 on black background.


Color preview on white background

This text has color #676175 on white background.



Black color preview on #676175 background

This text has black color on #676175 background.


White color preview on #676175 background

This text has white color on #676175 background.