COLOR #674F76

HEX: #674F76
RGB: (103,79,118)

Color info

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

RGB color model

#674F76 color RGB value is (103,79,118).

  • red value is 103;
  • green value is 79;
  • blue value is 118.
RGB:
(103,79,118)
(40%,31%,46%)

RGB channels and saturation

R 103 of 255 = 40%
G 79 of 255 = 31%
B 118 of 255 = 46%

103
79
118

R + G + B ~ 39%. #674F76 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 79 + 118 = 300 (100%)
R 103 of 300 ~ 34.33%
G 79 of 300 ~ 26.33%
B 118 of 300 ~ 39.33%

%34.33
%26.33
%39.33

CMYK color model

#674F76 color CMYK value is (13,33,0,54).

  • cyan value is 12.71%
  • magenta value is 33.05%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(13,33,0,54)
C13M33Y0K54 
(13%,33%,0%,54%)
(0.13/0.33/0.00/0.54)	

CMYK percentages

%12.71
%33.05
%0
%53.73

Codes

Color #674F76 in popluar color models

674F76
RGB10379118
HSL277°19.80%38.63%
HSB/HSV277°33.05%46.27%
CMYK12.71%33.05%0.00%
53.73%

Color #674F76 in popluar number systems.

HEX674F76
Decimal10379118
Binary110011110011111110110
Octal147117166

Shades and tints

Shades of #674F76

#674F76
(103,79,118)
#5E486C
(94,72,108)
#554162
(85,65,98)
#4C3A58
(76,58,88)
#43334E
(67,51,78)
#3A2C44
(58,44,68)
#31253A
(49,37,58)
#281E30
(40,30,48)
#1F1726
(31,23,38)
#16101C
(22,16,28)
#0D0912
(13,9,18)
#000000
(0,0,0)

Tints of #674F76

#674F76
(103,79,118)
#745F82
(116,95,130)
#816F8E
(129,111,142)
#8E7F9A
(142,127,154)
#9B8FA6
(155,143,166)
#A89FB2
(168,159,178)
#B5AFBE
(181,175,190)
#C2BFCA
(194,191,202)
#CFCFD6
(207,207,214)
#DCDFE2
(220,223,226)
#E9EFEE
(233,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #674F76 color. Also use rgb(103,79,118) instead hex code.

Text Font Color

.myTextColor { color: #674F76; }

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

This text font color is #674F76.


Background Color

.myBgColor { background-color: #674F76; }

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

This div background color is #674F76.


Border color

.myBorderColor { border: 1px solid #674F76; }

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

This div border color is #674F76.


Opacity

.myOpacity80 { color: #674F76; opacity: 0.8; }

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

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

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

This text has shadow with #674F76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674F76 on black background.


Color preview on white background

This text has color #674F76 on white background.



Black color preview on #674F76 background

This text has black color on #674F76 background.


White color preview on #674F76 background

This text has white color on #674F76 background.