COLOR #674978

HEX: #674978
RGB: (103,73,120)

Color info

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

RGB color model

#674978 color RGB value is (103,73,120).

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

RGB channels and saturation

R 103 of 255 = 40%
G 73 of 255 = 29%
B 120 of 255 = 47%

103
73
120

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

Portions of RGB colors in percentages

R + G + B =
103 + 73 + 120 = 296 (100%)
R 103 of 296 ~ 34.8%
G 73 of 296 ~ 24.66%
B 120 of 296 ~ 40.54%

%34.8
%24.66
%40.54

CMYK color model

#674978 color CMYK value is (14,39,0,53).

  • cyan value is 14.17%
  • magenta value is 39.17%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(14,39,0,53)
C14M39Y0K53 
(14%,39%,0%,53%)
(0.14/0.39/0.00/0.53)	

CMYK percentages

%14.17
%39.17
%0
%52.94

Codes

Color #674978 in popluar color models

674978
RGB10373120
HSL278°24.35%37.84%
HSB/HSV278°39.17%47.06%
CMYK14.17%39.17%0.00%
52.94%

Color #674978 in popluar number systems.

HEX674978
Decimal10373120
Binary110011110010011111000
Octal147111170

Shades and tints

Shades of #674978

#674978
(103,73,120)
#5E436E
(94,67,110)
#553D64
(85,61,100)
#4C375A
(76,55,90)
#433150
(67,49,80)
#3A2B46
(58,43,70)
#31253C
(49,37,60)
#281F32
(40,31,50)
#1F1928
(31,25,40)
#16131E
(22,19,30)
#0D0D14
(13,13,20)
#000000
(0,0,0)

Tints of #674978

#674978
(103,73,120)
#745984
(116,89,132)
#816990
(129,105,144)
#8E799C
(142,121,156)
#9B89A8
(155,137,168)
#A899B4
(168,153,180)
#B5A9C0
(181,169,192)
#C2B9CC
(194,185,204)
#CFC9D8
(207,201,216)
#DCD9E4
(220,217,228)
#E9E9F0
(233,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #674978; }

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

This text font color is #674978.


Background Color

.myBgColor { background-color: #674978; }

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

This div background color is #674978.


Border color

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

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

This div border color is #674978.


Opacity

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

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

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

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

This text has shadow with #674978 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674978 on black background.


Color preview on white background

This text has color #674978 on white background.



Black color preview on #674978 background

This text has black color on #674978 background.


White color preview on #674978 background

This text has white color on #674978 background.