COLOR #672C8E

HEX: #672C8E
RGB: (103,44,142)

Color info

#672C8E contains mainly red and blue colors. Web safe color of #672C8E is #663399 (or #639).

RGB color model

#672C8E color RGB value is (103,44,142).

  • red value is 103;
  • green value is 44;
  • blue value is 142.
RGB:
(103,44,142)
(40%,17%,56%)

RGB channels and saturation

R 103 of 255 = 40%
G 44 of 255 = 17%
B 142 of 255 = 56%

103
44
142

R + G + B ~ 38%. #672C8E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 44 + 142 = 289 (100%)
R 103 of 289 ~ 35.64%
G 44 of 289 ~ 15.22%
B 142 of 289 ~ 49.13%

%35.64
%15.22
%49.13

CMYK color model

#672C8E color CMYK value is (27,69,0,44).

  • cyan value is 27.46%
  • magenta value is 69.01%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(27,69,0,44)
C27M69Y0K44 
(27%,69%,0%,44%)
(0.27/0.69/0.00/0.44)	

CMYK percentages

%27.46
%69.01
%0
%44.31

Codes

Color #672C8E in popluar color models

672C8E
RGB10344142
HSL276°52.69%36.47%
HSB/HSV276°69.01%55.69%
CMYK27.46%69.01%0.00%
44.31%

Color #672C8E in popluar number systems.

HEX672C8E
Decimal10344142
Binary110011110110010001110
Octal14754216

Shades and tints

Shades of #672C8E

#672C8E
(103,44,142)
#5E2882
(94,40,130)
#552476
(85,36,118)
#4C206A
(76,32,106)
#431C5E
(67,28,94)
#3A1852
(58,24,82)
#311446
(49,20,70)
#28103A
(40,16,58)
#1F0C2E
(31,12,46)
#160822
(22,8,34)
#0D0416
(13,4,22)
#000000
(0,0,0)

Tints of #672C8E

#672C8E
(103,44,142)
#743F98
(116,63,152)
#8152A2
(129,82,162)
#8E65AC
(142,101,172)
#9B78B6
(155,120,182)
#A88BC0
(168,139,192)
#B59ECA
(181,158,202)
#C2B1D4
(194,177,212)
#CFC4DE
(207,196,222)
#DCD7E8
(220,215,232)
#E9EAF2
(233,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #672C8E color. Also use rgb(103,44,142) instead hex code.

Text Font Color

.myTextColor { color: #672C8E; }

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

This text font color is #672C8E.


Background Color

.myBgColor { background-color: #672C8E; }

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

This div background color is #672C8E.


Border color

.myBorderColor { border: 1px solid #672C8E; }

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

This div border color is #672C8E.


Opacity

.myOpacity80 { color: #672C8E; opacity: 0.8; }

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

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

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

This text has shadow with #672C8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #672C8E on black background.


Color preview on white background

This text has color #672C8E on white background.



Black color preview on #672C8E background

This text has black color on #672C8E background.


White color preview on #672C8E background

This text has white color on #672C8E background.