COLOR #675E6D

HEX: #675E6D
RGB: (103,94,109)

Color info

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

RGB color model

#675E6D color RGB value is (103,94,109).

  • red value is 103;
  • green value is 94;
  • blue value is 109.
RGB:
(103,94,109)
(40%,37%,43%)

RGB channels and saturation

R 103 of 255 = 40%
G 94 of 255 = 37%
B 109 of 255 = 43%

103
94
109

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

Portions of RGB colors in percentages

R + G + B =
103 + 94 + 109 = 306 (100%)
R 103 of 306 ~ 33.66%
G 94 of 306 ~ 30.72%
B 109 of 306 ~ 35.62%

%33.66
%30.72
%35.62

CMYK color model

#675E6D color CMYK value is (6,14,0,57).

  • cyan value is 5.50%
  • magenta value is 13.76%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(6,14,0,57)
C6M14Y0K57 
(6%,14%,0%,57%)
(0.06/0.14/0.00/0.57)	

CMYK percentages

%5.5
%13.76
%0
%57.25

Codes

Color #675E6D in popluar color models

675E6D
RGB10394109
HSL276°7.39%39.80%
HSB/HSV276°13.76%42.75%
CMYK5.50%13.76%0.00%
57.25%

Color #675E6D in popluar number systems.

HEX675E6D
Decimal10394109
Binary110011110111101101101
Octal147136155

Shades and tints

Shades of #675E6D

#675E6D
(103,94,109)
#5E5664
(94,86,100)
#554E5B
(85,78,91)
#4C4652
(76,70,82)
#433E49
(67,62,73)
#3A3640
(58,54,64)
#312E37
(49,46,55)
#28262E
(40,38,46)
#1F1E25
(31,30,37)
#16161C
(22,22,28)
#0D0E13
(13,14,19)
#000000
(0,0,0)

Tints of #675E6D

#675E6D
(103,94,109)
#746C7A
(116,108,122)
#817A87
(129,122,135)
#8E8894
(142,136,148)
#9B96A1
(155,150,161)
#A8A4AE
(168,164,174)
#B5B2BB
(181,178,187)
#C2C0C8
(194,192,200)
#CFCED5
(207,206,213)
#DCDCE2
(220,220,226)
#E9EAEF
(233,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #675E6D color. Also use rgb(103,94,109) instead hex code.

Text Font Color

.myTextColor { color: #675E6D; }

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

This text font color is #675E6D.


Background Color

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

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

This div background color is #675E6D.


Border color

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

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

This div border color is #675E6D.


Opacity

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

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

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

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

This text has shadow with #675E6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #675E6D on black background.


Color preview on white background

This text has color #675E6D on white background.



Black color preview on #675E6D background

This text has black color on #675E6D background.


White color preview on #675E6D background

This text has white color on #675E6D background.