COLOR #674671

HEX: #674671
RGB: (103,70,113)

Color info

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

RGB color model

#674671 color RGB value is (103,70,113).

  • red value is 103;
  • green value is 70;
  • blue value is 113.
RGB:
(103,70,113)
(40%,27%,44%)

RGB channels and saturation

R 103 of 255 = 40%
G 70 of 255 = 27%
B 113 of 255 = 44%

103
70
113

R + G + B ~ 37%. #674671 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 70 + 113 = 286 (100%)
R 103 of 286 ~ 36.01%
G 70 of 286 ~ 24.48%
B 113 of 286 ~ 39.51%

%36.01
%24.48
%39.51

CMYK color model

#674671 color CMYK value is (9,38,0,56).

  • cyan value is 8.85%
  • magenta value is 38.05%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(9,38,0,56)
C9M38Y0K56 
(9%,38%,0%,56%)
(0.09/0.38/0.00/0.56)	

CMYK percentages

%8.85
%38.05
%0
%55.69

Codes

Color #674671 in popluar color models

674671
RGB10370113
HSL286°23.50%35.88%
HSB/HSV286°38.05%44.31%
CMYK8.85%38.05%0.00%
55.69%

Color #674671 in popluar number systems.

HEX674671
Decimal10370113
Binary110011110001101110001
Octal147106161

Shades and tints

Shades of #674671

#674671
(103,70,113)
#5E4067
(94,64,103)
#553A5D
(85,58,93)
#4C3453
(76,52,83)
#432E49
(67,46,73)
#3A283F
(58,40,63)
#312235
(49,34,53)
#281C2B
(40,28,43)
#1F1621
(31,22,33)
#161017
(22,16,23)
#0D0A0D
(13,10,13)
#000000
(0,0,0)

Tints of #674671

#674671
(103,70,113)
#74567D
(116,86,125)
#816689
(129,102,137)
#8E7695
(142,118,149)
#9B86A1
(155,134,161)
#A896AD
(168,150,173)
#B5A6B9
(181,166,185)
#C2B6C5
(194,182,197)
#CFC6D1
(207,198,209)
#DCD6DD
(220,214,221)
#E9E6E9
(233,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #674671 color. Also use rgb(103,70,113) instead hex code.

Text Font Color

.myTextColor { color: #674671; }

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

This text font color is #674671.


Background Color

.myBgColor { background-color: #674671; }

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

This div background color is #674671.


Border color

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

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

This div border color is #674671.


Opacity

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

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

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

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

This text has shadow with #674671 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674671 on black background.


Color preview on white background

This text has color #674671 on white background.



Black color preview on #674671 background

This text has black color on #674671 background.


White color preview on #674671 background

This text has white color on #674671 background.