COLOR #674672

HEX: #674672
RGB: (103,70,114)

Color info

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

RGB color model

#674672 color RGB value is (103,70,114).

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

RGB channels and saturation

R 103 of 255 = 40%
G 70 of 255 = 27%
B 114 of 255 = 45%

103
70
114

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

Portions of RGB colors in percentages

R + G + B =
103 + 70 + 114 = 287 (100%)
R 103 of 287 ~ 35.89%
G 70 of 287 ~ 24.39%
B 114 of 287 ~ 39.72%

%35.89
%24.39
%39.72

CMYK color model

#674672 color CMYK value is (10,39,0,55).

  • cyan value is 9.65%
  • magenta value is 38.60%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(10,39,0,55)
C10M39Y0K55 
(10%,39%,0%,55%)
(0.10/0.39/0.00/0.55)	

CMYK percentages

%9.65
%38.6
%0
%55.29

Codes

Color #674672 in popluar color models

674672
RGB10370114
HSL285°23.91%36.08%
HSB/HSV285°38.60%44.71%
CMYK9.65%38.60%0.00%
55.29%

Color #674672 in popluar number systems.

HEX674672
Decimal10370114
Binary110011110001101110010
Octal147106162

Shades and tints

Shades of #674672

#674672
(103,70,114)
#5E4068
(94,64,104)
#553A5E
(85,58,94)
#4C3454
(76,52,84)
#432E4A
(67,46,74)
#3A2840
(58,40,64)
#312236
(49,34,54)
#281C2C
(40,28,44)
#1F1622
(31,22,34)
#161018
(22,16,24)
#0D0A0E
(13,10,14)
#000000
(0,0,0)

Tints of #674672

#674672
(103,70,114)
#74567E
(116,86,126)
#81668A
(129,102,138)
#8E7696
(142,118,150)
#9B86A2
(155,134,162)
#A896AE
(168,150,174)
#B5A6BA
(181,166,186)
#C2B6C6
(194,182,198)
#CFC6D2
(207,198,210)
#DCD6DE
(220,214,222)
#E9E6EA
(233,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #674672; }

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

This text font color is #674672.


Background Color

.myBgColor { background-color: #674672; }

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

This div background color is #674672.


Border color

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

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

This div border color is #674672.


Opacity

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

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

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

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

This text has shadow with #674672 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674672 on black background.


Color preview on white background

This text has color #674672 on white background.



Black color preview on #674672 background

This text has black color on #674672 background.


White color preview on #674672 background

This text has white color on #674672 background.