COLOR #675B6B

HEX: #675B6B
RGB: (103,91,107)

Color info

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

RGB color model

#675B6B color RGB value is (103,91,107).

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

RGB channels and saturation

R 103 of 255 = 40%
G 91 of 255 = 36%
B 107 of 255 = 42%

103
91
107

R + G + B ~ 39%. #675B6B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 91 + 107 = 301 (100%)
R 103 of 301 ~ 34.22%
G 91 of 301 ~ 30.23%
B 107 of 301 ~ 35.55%

%34.22
%30.23
%35.55

CMYK color model

#675B6B color CMYK value is (4,15,0,58).

  • cyan value is 3.74%
  • magenta value is 14.95%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(4,15,0,58)
C4M15Y0K58 
(4%,15%,0%,58%)
(0.04/0.15/0.00/0.58)	

CMYK percentages

%3.74
%14.95
%0
%58.04

Codes

Color #675B6B in popluar color models

675B6B
RGB10391107
HSL285°8.08%38.82%
HSB/HSV285°14.95%41.96%
CMYK3.74%14.95%0.00%
58.04%

Color #675B6B in popluar number systems.

HEX675B6B
Decimal10391107
Binary110011110110111101011
Octal147133153

Shades and tints

Shades of #675B6B

#675B6B
(103,91,107)
#5E5362
(94,83,98)
#554B59
(85,75,89)
#4C4350
(76,67,80)
#433B47
(67,59,71)
#3A333E
(58,51,62)
#312B35
(49,43,53)
#28232C
(40,35,44)
#1F1B23
(31,27,35)
#16131A
(22,19,26)
#0D0B11
(13,11,17)
#000000
(0,0,0)

Tints of #675B6B

#675B6B
(103,91,107)
#746978
(116,105,120)
#817785
(129,119,133)
#8E8592
(142,133,146)
#9B939F
(155,147,159)
#A8A1AC
(168,161,172)
#B5AFB9
(181,175,185)
#C2BDC6
(194,189,198)
#CFCBD3
(207,203,211)
#DCD9E0
(220,217,224)
#E9E7ED
(233,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #675B6B; }

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

This text font color is #675B6B.


Background Color

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

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

This div background color is #675B6B.


Border color

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

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

This div border color is #675B6B.


Opacity

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

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

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

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

This text has shadow with #675B6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #675B6B on black background.


Color preview on white background

This text has color #675B6B on white background.



Black color preview on #675B6B background

This text has black color on #675B6B background.


White color preview on #675B6B background

This text has white color on #675B6B background.