COLOR #672474

HEX: #672474
RGB: (103,36,116)

Color info

#672474 contains mainly red and blue colors. Web safe color of #672474 is #663366 (or #636).

RGB color model

#672474 color RGB value is (103,36,116).

  • red value is 103;
  • green value is 36;
  • blue value is 116.
RGB:
(103,36,116)
(40%,14%,45%)

RGB channels and saturation

R 103 of 255 = 40%
G 36 of 255 = 14%
B 116 of 255 = 45%

103
36
116

R + G + B ~ 33%. #672474 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 36 + 116 = 255 (100%)
R 103 of 255 ~ 40.39%
G 36 of 255 ~ 14.12%
B 116 of 255 ~ 45.49%

%40.39
%14.12
%45.49

CMYK color model

#672474 color CMYK value is (11,69,0,55).

  • cyan value is 11.21%
  • magenta value is 68.97%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(11,69,0,55)
C11M69Y0K55 
(11%,69%,0%,55%)
(0.11/0.69/0.00/0.55)	

CMYK percentages

%11.21
%68.97
%0
%54.51

Codes

Color #672474 in popluar color models

672474
RGB10336116
HSL290°52.63%29.80%
HSB/HSV290°68.97%45.49%
CMYK11.21%68.97%0.00%
54.51%

Color #672474 in popluar number systems.

HEX672474
Decimal10336116
Binary11001111001001110100
Octal14744164

Shades and tints

Shades of #672474

#672474
(103,36,116)
#5E216A
(94,33,106)
#551E60
(85,30,96)
#4C1B56
(76,27,86)
#43184C
(67,24,76)
#3A1542
(58,21,66)
#311238
(49,18,56)
#280F2E
(40,15,46)
#1F0C24
(31,12,36)
#16091A
(22,9,26)
#0D0610
(13,6,16)
#000000
(0,0,0)

Tints of #672474

#672474
(103,36,116)
#743780
(116,55,128)
#814A8C
(129,74,140)
#8E5D98
(142,93,152)
#9B70A4
(155,112,164)
#A883B0
(168,131,176)
#B596BC
(181,150,188)
#C2A9C8
(194,169,200)
#CFBCD4
(207,188,212)
#DCCFE0
(220,207,224)
#E9E2EC
(233,226,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #672474 color. Also use rgb(103,36,116) instead hex code.

Text Font Color

.myTextColor { color: #672474; }

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

This text font color is #672474.


Background Color

.myBgColor { background-color: #672474; }

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

This div background color is #672474.


Border color

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

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

This div border color is #672474.


Opacity

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

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

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

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

This text has shadow with #672474 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #672474 on black background.


Color preview on white background

This text has color #672474 on white background.



Black color preview on #672474 background

This text has black color on #672474 background.


White color preview on #672474 background

This text has white color on #672474 background.