COLOR #672E7D

HEX: #672E7D
RGB: (103,46,125)

Color info

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

RGB color model

#672E7D color RGB value is (103,46,125).

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

RGB channels and saturation

R 103 of 255 = 40%
G 46 of 255 = 18%
B 125 of 255 = 49%

103
46
125

R + G + B ~ 36%. #672E7D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 46 + 125 = 274 (100%)
R 103 of 274 ~ 37.59%
G 46 of 274 ~ 16.79%
B 125 of 274 ~ 45.62%

%37.59
%16.79
%45.62

CMYK color model

#672E7D color CMYK value is (18,63,0,51).

  • cyan value is 17.60%
  • magenta value is 63.20%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(18,63,0,51)
C18M63Y0K51 
(18%,63%,0%,51%)
(0.18/0.63/0.00/0.51)	

CMYK percentages

%17.6
%63.2
%0
%50.98

Codes

Color #672E7D in popluar color models

672E7D
RGB10346125
HSL283°46.20%33.53%
HSB/HSV283°63.20%49.02%
CMYK17.60%63.20%0.00%
50.98%

Color #672E7D in popluar number systems.

HEX672E7D
Decimal10346125
Binary11001111011101111101
Octal14756175

Shades and tints

Shades of #672E7D

#672E7D
(103,46,125)
#5E2A72
(94,42,114)
#552667
(85,38,103)
#4C225C
(76,34,92)
#431E51
(67,30,81)
#3A1A46
(58,26,70)
#31163B
(49,22,59)
#281230
(40,18,48)
#1F0E25
(31,14,37)
#160A1A
(22,10,26)
#0D060F
(13,6,15)
#000000
(0,0,0)

Tints of #672E7D

#672E7D
(103,46,125)
#744188
(116,65,136)
#815493
(129,84,147)
#8E679E
(142,103,158)
#9B7AA9
(155,122,169)
#A88DB4
(168,141,180)
#B5A0BF
(181,160,191)
#C2B3CA
(194,179,202)
#CFC6D5
(207,198,213)
#DCD9E0
(220,217,224)
#E9ECEB
(233,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #672E7D; }

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

This text font color is #672E7D.


Background Color

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

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

This div background color is #672E7D.


Border color

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

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

This div border color is #672E7D.


Opacity

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

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

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

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

This text has shadow with #672E7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #672E7D on black background.


Color preview on white background

This text has color #672E7D on white background.



Black color preview on #672E7D background

This text has black color on #672E7D background.


White color preview on #672E7D background

This text has white color on #672E7D background.