COLOR #672877

HEX: #672877
RGB: (103,40,119)

Color info

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

RGB color model

#672877 color RGB value is (103,40,119).

  • red value is 103;
  • green value is 40;
  • blue value is 119.
RGB:
(103,40,119)
(40%,16%,47%)

RGB channels and saturation

R 103 of 255 = 40%
G 40 of 255 = 16%
B 119 of 255 = 47%

103
40
119

R + G + B ~ 34%. #672877 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 40 + 119 = 262 (100%)
R 103 of 262 ~ 39.31%
G 40 of 262 ~ 15.27%
B 119 of 262 ~ 45.42%

%39.31
%15.27
%45.42

CMYK color model

#672877 color CMYK value is (13,66,0,53).

  • cyan value is 13.45%
  • magenta value is 66.39%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(13,66,0,53)
C13M66Y0K53 
(13%,66%,0%,53%)
(0.13/0.66/0.00/0.53)	

CMYK percentages

%13.45
%66.39
%0
%53.33

Codes

Color #672877 in popluar color models

672877
RGB10340119
HSL288°49.69%31.18%
HSB/HSV288°66.39%46.67%
CMYK13.45%66.39%0.00%
53.33%

Color #672877 in popluar number systems.

HEX672877
Decimal10340119
Binary11001111010001110111
Octal14750167

Shades and tints

Shades of #672877

#672877
(103,40,119)
#5E256D
(94,37,109)
#552263
(85,34,99)
#4C1F59
(76,31,89)
#431C4F
(67,28,79)
#3A1945
(58,25,69)
#31163B
(49,22,59)
#281331
(40,19,49)
#1F1027
(31,16,39)
#160D1D
(22,13,29)
#0D0A13
(13,10,19)
#000000
(0,0,0)

Tints of #672877

#672877
(103,40,119)
#743B83
(116,59,131)
#814E8F
(129,78,143)
#8E619B
(142,97,155)
#9B74A7
(155,116,167)
#A887B3
(168,135,179)
#B59ABF
(181,154,191)
#C2ADCB
(194,173,203)
#CFC0D7
(207,192,215)
#DCD3E3
(220,211,227)
#E9E6EF
(233,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #672877 color. Also use rgb(103,40,119) instead hex code.

Text Font Color

.myTextColor { color: #672877; }

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

This text font color is #672877.


Background Color

.myBgColor { background-color: #672877; }

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

This div background color is #672877.


Border color

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

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

This div border color is #672877.


Opacity

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

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

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

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

This text has shadow with #672877 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #672877 on black background.


Color preview on white background

This text has color #672877 on white background.



Black color preview on #672877 background

This text has black color on #672877 background.


White color preview on #672877 background

This text has white color on #672877 background.