COLOR #675464

HEX: #675464
RGB: (103,84,100)

Color info

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

RGB color model

#675464 color RGB value is (103,84,100).

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

RGB channels and saturation

R 103 of 255 = 40%
G 84 of 255 = 33%
B 100 of 255 = 39%

103
84
100

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

Portions of RGB colors in percentages

R + G + B =
103 + 84 + 100 = 287 (100%)
R 103 of 287 ~ 35.89%
G 84 of 287 ~ 29.27%
B 100 of 287 ~ 34.84%

%35.89
%29.27
%34.84

CMYK color model

#675464 color CMYK value is (0,18,3,60).

  • cyan value is 0.00%
  • magenta value is 18.45%
  • yellow value is 2.91%
  • key color value is 59.61%
CMYK:
(0,18,3,60)
C0M18Y3K60 
(0%,18%,3%,60%)
(0.00/0.18/0.03/0.60)	

CMYK percentages

%0
%18.45
%2.91
%59.61

Codes

Color #675464 in popluar color models

675464
RGB10384100
HSL309°10.16%36.67%
HSB/HSV309°18.45%40.39%
CMYK0.00%18.45%2.91%
59.61%

Color #675464 in popluar number systems.

HEX675464
Decimal10384100
Binary110011110101001100100
Octal147124144

Shades and tints

Shades of #675464

#675464
(103,84,100)
#5E4D5B
(94,77,91)
#554652
(85,70,82)
#4C3F49
(76,63,73)
#433840
(67,56,64)
#3A3137
(58,49,55)
#312A2E
(49,42,46)
#282325
(40,35,37)
#1F1C1C
(31,28,28)
#161513
(22,21,19)
#0D0E0A
(13,14,10)
#000000
(0,0,0)

Tints of #675464

#675464
(103,84,100)
#746372
(116,99,114)
#817280
(129,114,128)
#8E818E
(142,129,142)
#9B909C
(155,144,156)
#A89FAA
(168,159,170)
#B5AEB8
(181,174,184)
#C2BDC6
(194,189,198)
#CFCCD4
(207,204,212)
#DCDBE2
(220,219,226)
#E9EAF0
(233,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #675464; }

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

This text font color is #675464.


Background Color

.myBgColor { background-color: #675464; }

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

This div background color is #675464.


Border color

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

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

This div border color is #675464.


Opacity

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

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

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

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

This text has shadow with #675464 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #675464 on black background.


Color preview on white background

This text has color #675464 on white background.



Black color preview on #675464 background

This text has black color on #675464 background.


White color preview on #675464 background

This text has white color on #675464 background.