COLOR #676675

HEX: #676675
RGB: (103,102,117)

Color info

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

RGB color model

#676675 color RGB value is (103,102,117).

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

RGB channels and saturation

R 103 of 255 = 40%
G 102 of 255 = 40%
B 117 of 255 = 46%

103
102
117

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

Portions of RGB colors in percentages

R + G + B =
103 + 102 + 117 = 322 (100%)
R 103 of 322 ~ 31.99%
G 102 of 322 ~ 31.68%
B 117 of 322 ~ 36.34%

%31.99
%31.68
%36.34

CMYK color model

#676675 color CMYK value is (12,13,0,54).

  • cyan value is 11.97%
  • magenta value is 12.82%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(12,13,0,54)
C12M13Y0K54 
(12%,13%,0%,54%)
(0.12/0.13/0.00/0.54)	

CMYK percentages

%11.97
%12.82
%0
%54.12

Codes

Color #676675 in popluar color models

676675
RGB103102117
HSL244°6.85%42.94%
HSB/HSV244°12.82%45.88%
CMYK11.97%12.82%0.00%
54.12%

Color #676675 in popluar number systems.

HEX676675
Decimal103102117
Binary110011111001101110101
Octal147146165

Shades and tints

Shades of #676675

#676675
(103,102,117)
#5E5D6B
(94,93,107)
#555461
(85,84,97)
#4C4B57
(76,75,87)
#43424D
(67,66,77)
#3A3943
(58,57,67)
#313039
(49,48,57)
#28272F
(40,39,47)
#1F1E25
(31,30,37)
#16151B
(22,21,27)
#0D0C11
(13,12,17)
#000000
(0,0,0)

Tints of #676675

#676675
(103,102,117)
#747381
(116,115,129)
#81808D
(129,128,141)
#8E8D99
(142,141,153)
#9B9AA5
(155,154,165)
#A8A7B1
(168,167,177)
#B5B4BD
(181,180,189)
#C2C1C9
(194,193,201)
#CFCED5
(207,206,213)
#DCDBE1
(220,219,225)
#E9E8ED
(233,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676675; }

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

This text font color is #676675.


Background Color

.myBgColor { background-color: #676675; }

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

This div background color is #676675.


Border color

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

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

This div border color is #676675.


Opacity

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

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

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

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

This text has shadow with #676675 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676675 on black background.


Color preview on white background

This text has color #676675 on white background.



Black color preview on #676675 background

This text has black color on #676675 background.


White color preview on #676675 background

This text has white color on #676675 background.