COLOR #672E91

HEX: #672E91
RGB: (103,46,145)

Color info

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

RGB color model

#672E91 color RGB value is (103,46,145).

  • red value is 103;
  • green value is 46;
  • blue value is 145.
RGB:
(103,46,145)
(40%,18%,57%)

RGB channels and saturation

R 103 of 255 = 40%
G 46 of 255 = 18%
B 145 of 255 = 57%

103
46
145

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

Portions of RGB colors in percentages

R + G + B =
103 + 46 + 145 = 294 (100%)
R 103 of 294 ~ 35.03%
G 46 of 294 ~ 15.65%
B 145 of 294 ~ 49.32%

%35.03
%15.65
%49.32

CMYK color model

#672E91 color CMYK value is (29,68,0,43).

  • cyan value is 28.97%
  • magenta value is 68.28%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(29,68,0,43)
C29M68Y0K43 
(29%,68%,0%,43%)
(0.29/0.68/0.00/0.43)	

CMYK percentages

%28.97
%68.28
%0
%43.14

Codes

Color #672E91 in popluar color models

672E91
RGB10346145
HSL275°51.83%37.45%
HSB/HSV275°68.28%56.86%
CMYK28.97%68.28%0.00%
43.14%

Color #672E91 in popluar number systems.

HEX672E91
Decimal10346145
Binary110011110111010010001
Octal14756221

Shades and tints

Shades of #672E91

#672E91
(103,46,145)
#5E2A84
(94,42,132)
#552677
(85,38,119)
#4C226A
(76,34,106)
#431E5D
(67,30,93)
#3A1A50
(58,26,80)
#311643
(49,22,67)
#281236
(40,18,54)
#1F0E29
(31,14,41)
#160A1C
(22,10,28)
#0D060F
(13,6,15)
#000000
(0,0,0)

Tints of #672E91

#672E91
(103,46,145)
#74419B
(116,65,155)
#8154A5
(129,84,165)
#8E67AF
(142,103,175)
#9B7AB9
(155,122,185)
#A88DC3
(168,141,195)
#B5A0CD
(181,160,205)
#C2B3D7
(194,179,215)
#CFC6E1
(207,198,225)
#DCD9EB
(220,217,235)
#E9ECF5
(233,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #672E91 color. Also use rgb(103,46,145) instead hex code.

Text Font Color

.myTextColor { color: #672E91; }

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

This text font color is #672E91.


Background Color

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

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

This div background color is #672E91.


Border color

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

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

This div border color is #672E91.


Opacity

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

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

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

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

This text has shadow with #672E91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #672E91 on black background.


Color preview on white background

This text has color #672E91 on white background.



Black color preview on #672E91 background

This text has black color on #672E91 background.


White color preview on #672E91 background

This text has white color on #672E91 background.