COLOR #675A56

HEX: #675A56
RGB: (103,90,86)

Color info

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

RGB color model

#675A56 color RGB value is (103,90,86).

  • red value is 103;
  • green value is 90;
  • blue value is 86.
RGB:
(103,90,86)
(40%,35%,34%)

RGB channels and saturation

R 103 of 255 = 40%
G 90 of 255 = 35%
B 86 of 255 = 34%

103
90
86

R + G + B ~ 36%. #675A56 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 90 + 86 = 279 (100%)
R 103 of 279 ~ 36.92%
G 90 of 279 ~ 32.26%
B 86 of 279 ~ 30.82%

%36.92
%32.26
%30.82

CMYK color model

#675A56 color CMYK value is (0,13,17,60).

  • cyan value is 0.00%
  • magenta value is 12.62%
  • yellow value is 16.50%
  • key color value is 59.61%
CMYK:
(0,13,17,60)
C0M13Y17K60 
(0%,13%,17%,60%)
(0.00/0.13/0.17/0.60)	

CMYK percentages

%0
%12.62
%16.5
%59.61

Codes

Color #675A56 in popluar color models

675A56
RGB1039086
HSL14°8.99%37.06%
HSB/HSV14°16.50%40.39%
CMYK0.00%12.62%16.50%
59.61%

Color #675A56 in popluar number systems.

HEX675A56
Decimal1039086
Binary110011110110101010110
Octal147132126

Shades and tints

Shades of #675A56

#675A56
(103,90,86)
#5E524F
(94,82,79)
#554A48
(85,74,72)
#4C4241
(76,66,65)
#433A3A
(67,58,58)
#3A3233
(58,50,51)
#312A2C
(49,42,44)
#282225
(40,34,37)
#1F1A1E
(31,26,30)
#161217
(22,18,23)
#0D0A10
(13,10,16)
#000000
(0,0,0)

Tints of #675A56

#675A56
(103,90,86)
#746965
(116,105,101)
#817874
(129,120,116)
#8E8783
(142,135,131)
#9B9692
(155,150,146)
#A8A5A1
(168,165,161)
#B5B4B0
(181,180,176)
#C2C3BF
(194,195,191)
#CFD2CE
(207,210,206)
#DCE1DD
(220,225,221)
#E9F0EC
(233,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #675A56 color. Also use rgb(103,90,86) instead hex code.

Text Font Color

.myTextColor { color: #675A56; }

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

This text font color is #675A56.


Background Color

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

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

This div background color is #675A56.


Border color

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

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

This div border color is #675A56.


Opacity

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

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

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

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

This text has shadow with #675A56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #675A56 on black background.


Color preview on white background

This text has color #675A56 on white background.



Black color preview on #675A56 background

This text has black color on #675A56 background.


White color preview on #675A56 background

This text has white color on #675A56 background.