COLOR #674F78

HEX: #674F78 RGB: (103,79,120)

Color info

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

RGB color model

#674F78 color RGB value is (103,79,120).

RGB: (103,79,120) (40%, 31%, 47%)

RGB channels and saturation

R 103 of 255 = 40%
G 79 of 255 = 31%
B 120 of 255 = 47%

103
79
120

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

Portions of RGB colors in percentages

R + G + B = 103 + 79 + 120 = 302 (100%)
R 103 of 302 ~ 34.11%
G 79 of 302 ~ 26.16%
B 120 of 302 ~ 39.74'%

%34.11
%26.16
%39.74

CMYK color model

#674F78 color CMYK value is (14,34,0,53).

  • cyan value is 14.17%
  • magenta value is 34.17%
  • yellow value is 0.00%
  • key color value is 52.94%

CMYK: (14,34,0,53)
C14M34Y0K53 (14%, 34%, 0%, 53%)
(0.14 / 0.34 / 0.00 / 0.53)

CMYK percentages

%14.17
%34.17
%0
%52.94

Codes

Color #674F78 in popluar color models

67 4F 78
RGB 103 79 120
HSL 275° 20.60% 39.02%
HSB/HSV 275° 34.17% 47.06%
CMYK 14.17% 34.17% 0.00%
52.94%

Color #674F78 in popluar number systems.

HEX 67 4F 78
Decimal 103 79 120
Binary 1100111 1001111 1111000
Octal 147 117 170

Shades and tints

Shades of #674F78

#674F78
(103,79,120)
#5E486E
(94,72,110)
#554164
(85,65,100)
#4C3A5A
(76,58,90)
#433350
(67,51,80)
#3A2C46
(58,44,70)
#31253C
(49,37,60)
#281E32
(40,30,50)
#1F1728
(31,23,40)
#16101E
(22,16,30)
#0D0914
(13,9,20)
#000000
(0,0,0)

Tints of #674F78

#674F78
(103,79,120)
#745F84
(116,95,132)
#816F90
(129,111,144)
#8E7F9C
(142,127,156)
#9B8FA8
(155,143,168)
#A89FB4
(168,159,180)
#B5AFC0
(181,175,192)
#C2BFCC
(194,191,204)
#CFCFD8
(207,207,216)
#DCDFE4
(220,223,228)
#E9EFF0
(233,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #674F78; }

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

This text font color is #674F78.

Background Color

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

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

This div background color is #674F78.

Border color

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

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

This div border color is #674F78.

Opacity

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

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

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

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

This text has shadow with #674F78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #674F78.

Preview

Color preview on black background

This text has color #674F78 on black background.


Color preview on white background

This text has color #674F78 on white background.


Black color preview on #674F78 background

This text has black color on #674F78 background.


White color preview on #674F78 background

This text has white color on #674F78 background.


Related colors

Complementary color

Complementary color for #hex is #98B087.


I love getcolorcode.com

Triadic colors

1 #78674F and #4F7867 with #674F78 are triadic colors.

2 #784F67 and #4F6778 with #674F78 are triadic colors.