COLOR #675461

HEX: #675461
RGB: (103,84,97)

Color info

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

RGB color model

#675461 color RGB value is (103,84,97).

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

RGB channels and saturation

R 103 of 255 = 40%
G 84 of 255 = 33%
B 97 of 255 = 38%

103
84
97

R + G + B ~ 37%. #675461 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 84 + 97 = 284 (100%)
R 103 of 284 ~ 36.27%
G 84 of 284 ~ 29.58%
B 97 of 284 ~ 34.15%

%36.27
%29.58
%34.15

CMYK color model

#675461 color CMYK value is (0,18,6,60).

  • cyan value is 0.00%
  • magenta value is 18.45%
  • yellow value is 5.83%
  • key color value is 59.61%
CMYK:
(0,18,6,60)
C0M18Y6K60 
(0%,18%,6%,60%)
(0.00/0.18/0.06/0.60)	

CMYK percentages

%0
%18.45
%5.83
%59.61

Codes

Color #675461 in popluar color models

675461
RGB1038497
HSL319°10.16%36.67%
HSB/HSV319°18.45%40.39%
CMYK0.00%18.45%5.83%
59.61%

Color #675461 in popluar number systems.

HEX675461
Decimal1038497
Binary110011110101001100001
Octal147124141

Shades and tints

Shades of #675461

#675461
(103,84,97)
#5E4D59
(94,77,89)
#554651
(85,70,81)
#4C3F49
(76,63,73)
#433841
(67,56,65)
#3A3139
(58,49,57)
#312A31
(49,42,49)
#282329
(40,35,41)
#1F1C21
(31,28,33)
#161519
(22,21,25)
#0D0E11
(13,14,17)
#000000
(0,0,0)

Tints of #675461

#675461
(103,84,97)
#74636F
(116,99,111)
#81727D
(129,114,125)
#8E818B
(142,129,139)
#9B9099
(155,144,153)
#A89FA7
(168,159,167)
#B5AEB5
(181,174,181)
#C2BDC3
(194,189,195)
#CFCCD1
(207,204,209)
#DCDBDF
(220,219,223)
#E9EAED
(233,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #675461; }

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

This text font color is #675461.


Background Color

.myBgColor { background-color: #675461; }

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

This div background color is #675461.


Border color

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

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

This div border color is #675461.


Opacity

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

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

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

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

This text has shadow with #675461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #675461 on black background.


Color preview on white background

This text has color #675461 on white background.



Black color preview on #675461 background

This text has black color on #675461 background.


White color preview on #675461 background

This text has white color on #675461 background.