COLOR #674464

HEX: #674464
RGB: (103,68,100)

Color info

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

RGB color model

#674464 color RGB value is (103,68,100).

  • red value is 103;
  • green value is 68;
  • blue value is 100.
RGB:
(103,68,100)
(40%,27%,39%)

RGB channels and saturation

R 103 of 255 = 40%
G 68 of 255 = 27%
B 100 of 255 = 39%

103
68
100

R + G + B ~ 35%. #674464 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 68 + 100 = 271 (100%)
R 103 of 271 ~ 38.01%
G 68 of 271 ~ 25.09%
B 100 of 271 ~ 36.9%

%38.01
%25.09
%36.9

CMYK color model

#674464 color CMYK value is (0,34,3,60).

  • cyan value is 0.00%
  • magenta value is 33.98%
  • yellow value is 2.91%
  • key color value is 59.61%
CMYK:
(0,34,3,60)
C0M34Y3K60 
(0%,34%,3%,60%)
(0.00/0.34/0.03/0.60)	

CMYK percentages

%0
%33.98
%2.91
%59.61

Codes

Color #674464 in popluar color models

674464
RGB10368100
HSL305°20.47%33.53%
HSB/HSV305°33.98%40.39%
CMYK0.00%33.98%2.91%
59.61%

Color #674464 in popluar number systems.

HEX674464
Decimal10368100
Binary110011110001001100100
Octal147104144

Shades and tints

Shades of #674464

#674464
(103,68,100)
#5E3E5B
(94,62,91)
#553852
(85,56,82)
#4C3249
(76,50,73)
#432C40
(67,44,64)
#3A2637
(58,38,55)
#31202E
(49,32,46)
#281A25
(40,26,37)
#1F141C
(31,20,28)
#160E13
(22,14,19)
#0D080A
(13,8,10)
#000000
(0,0,0)

Tints of #674464

#674464
(103,68,100)
#745572
(116,85,114)
#816680
(129,102,128)
#8E778E
(142,119,142)
#9B889C
(155,136,156)
#A899AA
(168,153,170)
#B5AAB8
(181,170,184)
#C2BBC6
(194,187,198)
#CFCCD4
(207,204,212)
#DCDDE2
(220,221,226)
#E9EEF0
(233,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #674464 color. Also use rgb(103,68,100) instead hex code.

Text Font Color

.myTextColor { color: #674464; }

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

This text font color is #674464.


Background Color

.myBgColor { background-color: #674464; }

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

This div background color is #674464.


Border color

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

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

This div border color is #674464.


Opacity

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

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

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

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

This text has shadow with #674464 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674464 on black background.


Color preview on white background

This text has color #674464 on white background.



Black color preview on #674464 background

This text has black color on #674464 background.


White color preview on #674464 background

This text has white color on #674464 background.