COLOR #674D76

HEX: #674D76
RGB: (103,77,118)

Color info

#674D76 contains red, green and blue colors in about the same proportion. Web safe color of #674D76 is #663366 (or #636).

RGB color model

#674D76 color RGB value is (103,77,118).

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

RGB channels and saturation

R 103 of 255 = 40%
G 77 of 255 = 30%
B 118 of 255 = 46%

103
77
118

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

Portions of RGB colors in percentages

R + G + B =
103 + 77 + 118 = 298 (100%)
R 103 of 298 ~ 34.56%
G 77 of 298 ~ 25.84%
B 118 of 298 ~ 39.6%

%34.56
%25.84
%39.6

CMYK color model

#674D76 color CMYK value is (13,35,0,54).

  • cyan value is 12.71%
  • magenta value is 34.75%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(13,35,0,54)
C13M35Y0K54 
(13%,35%,0%,54%)
(0.13/0.35/0.00/0.54)	

CMYK percentages

%12.71
%34.75
%0
%53.73

Codes

Color #674D76 in popluar color models

674D76
RGB10377118
HSL278°21.03%38.24%
HSB/HSV278°34.75%46.27%
CMYK12.71%34.75%0.00%
53.73%

Color #674D76 in popluar number systems.

HEX674D76
Decimal10377118
Binary110011110011011110110
Octal147115166

Shades and tints

Shades of #674D76

#674D76
(103,77,118)
#5E466C
(94,70,108)
#553F62
(85,63,98)
#4C3858
(76,56,88)
#43314E
(67,49,78)
#3A2A44
(58,42,68)
#31233A
(49,35,58)
#281C30
(40,28,48)
#1F1526
(31,21,38)
#160E1C
(22,14,28)
#0D0712
(13,7,18)
#000000
(0,0,0)

Tints of #674D76

#674D76
(103,77,118)
#745D82
(116,93,130)
#816D8E
(129,109,142)
#8E7D9A
(142,125,154)
#9B8DA6
(155,141,166)
#A89DB2
(168,157,178)
#B5ADBE
(181,173,190)
#C2BDCA
(194,189,202)
#CFCDD6
(207,205,214)
#DCDDE2
(220,221,226)
#E9EDEE
(233,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #674D76; }

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

This text font color is #674D76.


Background Color

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

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

This div background color is #674D76.


Border color

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

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

This div border color is #674D76.


Opacity

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

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

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

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

This text has shadow with #674D76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674D76 on black background.


Color preview on white background

This text has color #674D76 on white background.



Black color preview on #674D76 background

This text has black color on #674D76 background.


White color preview on #674D76 background

This text has white color on #674D76 background.