COLOR #675F78

HEX: #675F78
RGB: (103,95,120)

Color info

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

RGB color model

#675F78 color RGB value is (103,95,120).

  • red value is 103;
  • green value is 95;
  • blue value is 120.
RGB:
(103,95,120)
(40%,37%,47%)

RGB channels and saturation

R 103 of 255 = 40%
G 95 of 255 = 37%
B 120 of 255 = 47%

103
95
120

R + G + B ~ 41%. #675F78 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
103 + 95 + 120 = 318 (100%)
R 103 of 318 ~ 32.39%
G 95 of 318 ~ 29.87%
B 120 of 318 ~ 37.74%

%32.39
%29.87
%37.74

CMYK color model

#675F78 color CMYK value is (14,21,0,53).

  • cyan value is 14.17%
  • magenta value is 20.83%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(14,21,0,53)
C14M21Y0K53 
(14%,21%,0%,53%)
(0.14/0.21/0.00/0.53)	

CMYK percentages

%14.17
%20.83
%0
%52.94

Codes

Color #675F78 in popluar color models

675F78
RGB10395120
HSL259°11.63%42.16%
HSB/HSV259°20.83%47.06%
CMYK14.17%20.83%0.00%
52.94%

Color #675F78 in popluar number systems.

HEX675F78
Decimal10395120
Binary110011110111111111000
Octal147137170

Shades and tints

Shades of #675F78

#675F78
(103,95,120)
#5E576E
(94,87,110)
#554F64
(85,79,100)
#4C475A
(76,71,90)
#433F50
(67,63,80)
#3A3746
(58,55,70)
#312F3C
(49,47,60)
#282732
(40,39,50)
#1F1F28
(31,31,40)
#16171E
(22,23,30)
#0D0F14
(13,15,20)
#000000
(0,0,0)

Tints of #675F78

#675F78
(103,95,120)
#746D84
(116,109,132)
#817B90
(129,123,144)
#8E899C
(142,137,156)
#9B97A8
(155,151,168)
#A8A5B4
(168,165,180)
#B5B3C0
(181,179,192)
#C2C1CC
(194,193,204)
#CFCFD8
(207,207,216)
#DCDDE4
(220,221,228)
#E9EBF0
(233,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #675F78 color. Also use rgb(103,95,120) instead hex code.

Text Font Color

.myTextColor { color: #675F78; }

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

This text font color is #675F78.


Background Color

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

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

This div background color is #675F78.


Border color

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

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

This div border color is #675F78.


Opacity

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

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

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

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

This text has shadow with #675F78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #675F78 on black background.


Color preview on white background

This text has color #675F78 on white background.



Black color preview on #675F78 background

This text has black color on #675F78 background.


White color preview on #675F78 background

This text has white color on #675F78 background.