COLOR #672687

HEX: #672687
RGB: (103,38,135)

Color info

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

RGB color model

#672687 color RGB value is (103,38,135).

  • red value is 103;
  • green value is 38;
  • blue value is 135.
RGB:
(103,38,135)
(40%,15%,53%)

RGB channels and saturation

R 103 of 255 = 40%
G 38 of 255 = 15%
B 135 of 255 = 53%

103
38
135

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

Portions of RGB colors in percentages

R + G + B =
103 + 38 + 135 = 276 (100%)
R 103 of 276 ~ 37.32%
G 38 of 276 ~ 13.77%
B 135 of 276 ~ 48.91%

%37.32
%13.77
%48.91

CMYK color model

#672687 color CMYK value is (24,72,0,47).

  • cyan value is 23.70%
  • magenta value is 71.85%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(24,72,0,47)
C24M72Y0K47 
(24%,72%,0%,47%)
(0.24/0.72/0.00/0.47)	

CMYK percentages

%23.7
%71.85
%0
%47.06

Codes

Color #672687 in popluar color models

672687
RGB10338135
HSL280°56.07%33.92%
HSB/HSV280°71.85%52.94%
CMYK23.70%71.85%0.00%
47.06%

Color #672687 in popluar number systems.

HEX672687
Decimal10338135
Binary110011110011010000111
Octal14746207

Shades and tints

Shades of #672687

#672687
(103,38,135)
#5E237B
(94,35,123)
#55206F
(85,32,111)
#4C1D63
(76,29,99)
#431A57
(67,26,87)
#3A174B
(58,23,75)
#31143F
(49,20,63)
#281133
(40,17,51)
#1F0E27
(31,14,39)
#160B1B
(22,11,27)
#0D080F
(13,8,15)
#000000
(0,0,0)

Tints of #672687

#672687
(103,38,135)
#743991
(116,57,145)
#814C9B
(129,76,155)
#8E5FA5
(142,95,165)
#9B72AF
(155,114,175)
#A885B9
(168,133,185)
#B598C3
(181,152,195)
#C2ABCD
(194,171,205)
#CFBED7
(207,190,215)
#DCD1E1
(220,209,225)
#E9E4EB
(233,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #672687 color. Also use rgb(103,38,135) instead hex code.

Text Font Color

.myTextColor { color: #672687; }

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

This text font color is #672687.


Background Color

.myBgColor { background-color: #672687; }

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

This div background color is #672687.


Border color

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

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

This div border color is #672687.


Opacity

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

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

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

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

This text has shadow with #672687 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #672687 on black background.


Color preview on white background

This text has color #672687 on white background.



Black color preview on #672687 background

This text has black color on #672687 background.


White color preview on #672687 background

This text has white color on #672687 background.