COLOR #675756

HEX: #675756
RGB: (103,87,86)

Color info

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

RGB color model

#675756 color RGB value is (103,87,86).

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

RGB channels and saturation

R 103 of 255 = 40%
G 87 of 255 = 34%
B 86 of 255 = 34%

103
87
86

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

Portions of RGB colors in percentages

R + G + B =
103 + 87 + 86 = 276 (100%)
R 103 of 276 ~ 37.32%
G 87 of 276 ~ 31.52%
B 86 of 276 ~ 31.16%

%37.32
%31.52
%31.16

CMYK color model

#675756 color CMYK value is (0,16,17,60).

  • cyan value is 0.00%
  • magenta value is 15.53%
  • yellow value is 16.50%
  • key color value is 59.61%
CMYK:
(0,16,17,60)
C0M16Y17K60 
(0%,16%,17%,60%)
(0.00/0.16/0.17/0.60)	

CMYK percentages

%0
%15.53
%16.5
%59.61

Codes

Color #675756 in popluar color models

675756
RGB1038786
HSL8.99%37.06%
HSB/HSV16.50%40.39%
CMYK0.00%15.53%16.50%
59.61%

Color #675756 in popluar number systems.

HEX675756
Decimal1038786
Binary110011110101111010110
Octal147127126

Shades and tints

Shades of #675756

#675756
(103,87,86)
#5E504F
(94,80,79)
#554948
(85,73,72)
#4C4241
(76,66,65)
#433B3A
(67,59,58)
#3A3433
(58,52,51)
#312D2C
(49,45,44)
#282625
(40,38,37)
#1F1F1E
(31,31,30)
#161817
(22,24,23)
#0D1110
(13,17,16)
#000000
(0,0,0)

Tints of #675756

#675756
(103,87,86)
#746665
(116,102,101)
#817574
(129,117,116)
#8E8483
(142,132,131)
#9B9392
(155,147,146)
#A8A2A1
(168,162,161)
#B5B1B0
(181,177,176)
#C2C0BF
(194,192,191)
#CFCFCE
(207,207,206)
#DCDEDD
(220,222,221)
#E9EDEC
(233,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #675756; }

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

This text font color is #675756.


Background Color

.myBgColor { background-color: #675756; }

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

This div background color is #675756.


Border color

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

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

This div border color is #675756.


Opacity

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

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

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

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

This text has shadow with #675756 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #675756 on black background.


Color preview on white background

This text has color #675756 on white background.



Black color preview on #675756 background

This text has black color on #675756 background.


White color preview on #675756 background

This text has white color on #675756 background.