COLOR #674A70

HEX: #674A70
RGB: (103,74,112)

Color info

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

RGB color model

#674A70 color RGB value is (103,74,112).

  • red value is 103;
  • green value is 74;
  • blue value is 112.
RGB:
(103,74,112)
(40%,29%,44%)

RGB channels and saturation

R 103 of 255 = 40%
G 74 of 255 = 29%
B 112 of 255 = 44%

103
74
112

R + G + B ~ 38%. #674A70 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 74 + 112 = 289 (100%)
R 103 of 289 ~ 35.64%
G 74 of 289 ~ 25.61%
B 112 of 289 ~ 38.75%

%35.64
%25.61
%38.75

CMYK color model

#674A70 color CMYK value is (8,34,0,56).

  • cyan value is 8.04%
  • magenta value is 33.93%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(8,34,0,56)
C8M34Y0K56 
(8%,34%,0%,56%)
(0.08/0.34/0.00/0.56)	

CMYK percentages

%8.04
%33.93
%0
%56.08

Codes

Color #674A70 in popluar color models

674A70
RGB10374112
HSL286°20.43%36.47%
HSB/HSV286°33.93%43.92%
CMYK8.04%33.93%0.00%
56.08%

Color #674A70 in popluar number systems.

HEX674A70
Decimal10374112
Binary110011110010101110000
Octal147112160

Shades and tints

Shades of #674A70

#674A70
(103,74,112)
#5E4466
(94,68,102)
#553E5C
(85,62,92)
#4C3852
(76,56,82)
#433248
(67,50,72)
#3A2C3E
(58,44,62)
#312634
(49,38,52)
#28202A
(40,32,42)
#1F1A20
(31,26,32)
#161416
(22,20,22)
#0D0E0C
(13,14,12)
#000000
(0,0,0)

Tints of #674A70

#674A70
(103,74,112)
#745A7D
(116,90,125)
#816A8A
(129,106,138)
#8E7A97
(142,122,151)
#9B8AA4
(155,138,164)
#A89AB1
(168,154,177)
#B5AABE
(181,170,190)
#C2BACB
(194,186,203)
#CFCAD8
(207,202,216)
#DCDAE5
(220,218,229)
#E9EAF2
(233,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #674A70 color. Also use rgb(103,74,112) instead hex code.

Text Font Color

.myTextColor { color: #674A70; }

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

This text font color is #674A70.


Background Color

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

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

This div background color is #674A70.


Border color

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

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

This div border color is #674A70.


Opacity

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

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

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

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

This text has shadow with #674A70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674A70 on black background.


Color preview on white background

This text has color #674A70 on white background.



Black color preview on #674A70 background

This text has black color on #674A70 background.


White color preview on #674A70 background

This text has white color on #674A70 background.