COLOR #674461

HEX: #674461
RGB: (103,68,97)

Color info

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

RGB color model

#674461 color RGB value is (103,68,97).

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

RGB channels and saturation

R 103 of 255 = 40%
G 68 of 255 = 27%
B 97 of 255 = 38%

103
68
97

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

Portions of RGB colors in percentages

R + G + B =
103 + 68 + 97 = 268 (100%)
R 103 of 268 ~ 38.43%
G 68 of 268 ~ 25.37%
B 97 of 268 ~ 36.19%

%38.43
%25.37
%36.19

CMYK color model

#674461 color CMYK value is (0,34,6,60).

  • cyan value is 0.00%
  • magenta value is 33.98%
  • yellow value is 5.83%
  • key color value is 59.61%
CMYK:
(0,34,6,60)
C0M34Y6K60 
(0%,34%,6%,60%)
(0.00/0.34/0.06/0.60)	

CMYK percentages

%0
%33.98
%5.83
%59.61

Codes

Color #674461 in popluar color models

674461
RGB1036897
HSL310°20.47%33.53%
HSB/HSV310°33.98%40.39%
CMYK0.00%33.98%5.83%
59.61%

Color #674461 in popluar number systems.

HEX674461
Decimal1036897
Binary110011110001001100001
Octal147104141

Shades and tints

Shades of #674461

#674461
(103,68,97)
#5E3E59
(94,62,89)
#553851
(85,56,81)
#4C3249
(76,50,73)
#432C41
(67,44,65)
#3A2639
(58,38,57)
#312031
(49,32,49)
#281A29
(40,26,41)
#1F1421
(31,20,33)
#160E19
(22,14,25)
#0D0811
(13,8,17)
#000000
(0,0,0)

Tints of #674461

#674461
(103,68,97)
#74556F
(116,85,111)
#81667D
(129,102,125)
#8E778B
(142,119,139)
#9B8899
(155,136,153)
#A899A7
(168,153,167)
#B5AAB5
(181,170,181)
#C2BBC3
(194,187,195)
#CFCCD1
(207,204,209)
#DCDDDF
(220,221,223)
#E9EEED
(233,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #674461; }

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

This text font color is #674461.


Background Color

.myBgColor { background-color: #674461; }

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

This div background color is #674461.


Border color

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

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

This div border color is #674461.


Opacity

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

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

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

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

This text has shadow with #674461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674461 on black background.


Color preview on white background

This text has color #674461 on white background.



Black color preview on #674461 background

This text has black color on #674461 background.


White color preview on #674461 background

This text has white color on #674461 background.