COLOR #675D61

HEX: #675D61
RGB: (103,93,97)

Color info

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

RGB color model

#675D61 color RGB value is (103,93,97).

  • red value is 103;
  • green value is 93;
  • blue value is 97.
RGB:
(103,93,97)
(40%,36%,38%)

RGB channels and saturation

R 103 of 255 = 40%
G 93 of 255 = 36%
B 97 of 255 = 38%

103
93
97

R + G + B ~ 38%. #675D61 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 93 + 97 = 293 (100%)
R 103 of 293 ~ 35.15%
G 93 of 293 ~ 31.74%
B 97 of 293 ~ 33.11%

%35.15
%31.74
%33.11

CMYK color model

#675D61 color CMYK value is (0,10,6,60).

  • cyan value is 0.00%
  • magenta value is 9.71%
  • yellow value is 5.83%
  • key color value is 59.61%
CMYK:
(0,10,6,60)
C0M10Y6K60 
(0%,10%,6%,60%)
(0.00/0.10/0.06/0.60)	

CMYK percentages

%0
%9.71
%5.83
%59.61

Codes

Color #675D61 in popluar color models

675D61
RGB1039397
HSL336°5.10%38.43%
HSB/HSV336°9.71%40.39%
CMYK0.00%9.71%5.83%
59.61%

Color #675D61 in popluar number systems.

HEX675D61
Decimal1039397
Binary110011110111011100001
Octal147135141

Shades and tints

Shades of #675D61

#675D61
(103,93,97)
#5E5559
(94,85,89)
#554D51
(85,77,81)
#4C4549
(76,69,73)
#433D41
(67,61,65)
#3A3539
(58,53,57)
#312D31
(49,45,49)
#282529
(40,37,41)
#1F1D21
(31,29,33)
#161519
(22,21,25)
#0D0D11
(13,13,17)
#000000
(0,0,0)

Tints of #675D61

#675D61
(103,93,97)
#746B6F
(116,107,111)
#81797D
(129,121,125)
#8E878B
(142,135,139)
#9B9599
(155,149,153)
#A8A3A7
(168,163,167)
#B5B1B5
(181,177,181)
#C2BFC3
(194,191,195)
#CFCDD1
(207,205,209)
#DCDBDF
(220,219,223)
#E9E9ED
(233,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #675D61 color. Also use rgb(103,93,97) instead hex code.

Text Font Color

.myTextColor { color: #675D61; }

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

This text font color is #675D61.


Background Color

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

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

This div background color is #675D61.


Border color

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

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

This div border color is #675D61.


Opacity

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

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

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

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

This text has shadow with #675D61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #675D61 on black background.


Color preview on white background

This text has color #675D61 on white background.



Black color preview on #675D61 background

This text has black color on #675D61 background.


White color preview on #675D61 background

This text has white color on #675D61 background.