COLOR #672155

HEX: #672155
RGB: (103,33,85)

Color info

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

RGB color model

#672155 color RGB value is (103,33,85).

  • red value is 103;
  • green value is 33;
  • blue value is 85.
RGB:
(103,33,85)
(40%,13%,33%)

RGB channels and saturation

R 103 of 255 = 40%
G 33 of 255 = 13%
B 85 of 255 = 33%

103
33
85

R + G + B ~ 29%. #672155 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 33 + 85 = 221 (100%)
R 103 of 221 ~ 46.61%
G 33 of 221 ~ 14.93%
B 85 of 221 ~ 38.46%

%46.61
%14.93
%38.46

CMYK color model

#672155 color CMYK value is (0,68,17,60).

  • cyan value is 0.00%
  • magenta value is 67.96%
  • yellow value is 17.48%
  • key color value is 59.61%
CMYK:
(0,68,17,60)
C0M68Y17K60 
(0%,68%,17%,60%)
(0.00/0.68/0.17/0.60)	

CMYK percentages

%0
%67.96
%17.48
%59.61

Codes

Color #672155 in popluar color models

672155
RGB1033385
HSL315°51.47%26.67%
HSB/HSV315°67.96%40.39%
CMYK0.00%67.96%17.48%
59.61%

Color #672155 in popluar number systems.

HEX672155
Decimal1033385
Binary11001111000011010101
Octal14741125

Shades and tints

Shades of #672155

#672155
(103,33,85)
#5E1E4E
(94,30,78)
#551B47
(85,27,71)
#4C1840
(76,24,64)
#431539
(67,21,57)
#3A1232
(58,18,50)
#310F2B
(49,15,43)
#280C24
(40,12,36)
#1F091D
(31,9,29)
#160616
(22,6,22)
#0D030F
(13,3,15)
#000000
(0,0,0)

Tints of #672155

#672155
(103,33,85)
#743564
(116,53,100)
#814973
(129,73,115)
#8E5D82
(142,93,130)
#9B7191
(155,113,145)
#A885A0
(168,133,160)
#B599AF
(181,153,175)
#C2ADBE
(194,173,190)
#CFC1CD
(207,193,205)
#DCD5DC
(220,213,220)
#E9E9EB
(233,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #672155 color. Also use rgb(103,33,85) instead hex code.

Text Font Color

.myTextColor { color: #672155; }

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

This text font color is #672155.


Background Color

.myBgColor { background-color: #672155; }

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

This div background color is #672155.


Border color

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

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

This div border color is #672155.


Opacity

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

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

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

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

This text has shadow with #672155 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #672155 on black background.


Color preview on white background

This text has color #672155 on white background.



Black color preview on #672155 background

This text has black color on #672155 background.


White color preview on #672155 background

This text has white color on #672155 background.