COLOR #672674

HEX: #672674
RGB: (103,38,116)

Color info

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

RGB color model

#672674 color RGB value is (103,38,116).

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

RGB channels and saturation

R 103 of 255 = 40%
G 38 of 255 = 15%
B 116 of 255 = 45%

103
38
116

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

Portions of RGB colors in percentages

R + G + B =
103 + 38 + 116 = 257 (100%)
R 103 of 257 ~ 40.08%
G 38 of 257 ~ 14.79%
B 116 of 257 ~ 45.14%

%40.08
%14.79
%45.14

CMYK color model

#672674 color CMYK value is (11,67,0,55).

  • cyan value is 11.21%
  • magenta value is 67.24%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(11,67,0,55)
C11M67Y0K55 
(11%,67%,0%,55%)
(0.11/0.67/0.00/0.55)	

CMYK percentages

%11.21
%67.24
%0
%54.51

Codes

Color #672674 in popluar color models

672674
RGB10338116
HSL290°50.65%30.20%
HSB/HSV290°67.24%45.49%
CMYK11.21%67.24%0.00%
54.51%

Color #672674 in popluar number systems.

HEX672674
Decimal10338116
Binary11001111001101110100
Octal14746164

Shades and tints

Shades of #672674

#672674
(103,38,116)
#5E236A
(94,35,106)
#552060
(85,32,96)
#4C1D56
(76,29,86)
#431A4C
(67,26,76)
#3A1742
(58,23,66)
#311438
(49,20,56)
#28112E
(40,17,46)
#1F0E24
(31,14,36)
#160B1A
(22,11,26)
#0D0810
(13,8,16)
#000000
(0,0,0)

Tints of #672674

#672674
(103,38,116)
#743980
(116,57,128)
#814C8C
(129,76,140)
#8E5F98
(142,95,152)
#9B72A4
(155,114,164)
#A885B0
(168,133,176)
#B598BC
(181,152,188)
#C2ABC8
(194,171,200)
#CFBED4
(207,190,212)
#DCD1E0
(220,209,224)
#E9E4EC
(233,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #672674; }

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

This text font color is #672674.


Background Color

.myBgColor { background-color: #672674; }

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

This div background color is #672674.


Border color

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

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

This div border color is #672674.


Opacity

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

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

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

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

This text has shadow with #672674 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #672674 on black background.


Color preview on white background

This text has color #672674 on white background.



Black color preview on #672674 background

This text has black color on #672674 background.


White color preview on #672674 background

This text has white color on #672674 background.