COLOR #672148

HEX: #672148
RGB: (103,33,72)

Color info

#672148 contains mainly red and blue colors. Web safe color of #672148 is #663333 (or #633).

RGB color model

#672148 color RGB value is (103,33,72).

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

RGB channels and saturation

R 103 of 255 = 40%
G 33 of 255 = 13%
B 72 of 255 = 28%

103
33
72

R + G + B ~ 27%. #672148 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 33 + 72 = 208 (100%)
R 103 of 208 ~ 49.52%
G 33 of 208 ~ 15.87%
B 72 of 208 ~ 34.62%

%49.52
%15.87
%34.62

CMYK color model

#672148 color CMYK value is (0,68,30,60).

  • cyan value is 0.00%
  • magenta value is 67.96%
  • yellow value is 30.10%
  • key color value is 59.61%
CMYK:
(0,68,30,60)
C0M68Y30K60 
(0%,68%,30%,60%)
(0.00/0.68/0.30/0.60)	

CMYK percentages

%0
%67.96
%30.1
%59.61

Codes

Color #672148 in popluar color models

672148
RGB1033372
HSL327°51.47%26.67%
HSB/HSV327°67.96%40.39%
CMYK0.00%67.96%30.10%
59.61%

Color #672148 in popluar number systems.

HEX672148
Decimal1033372
Binary11001111000011001000
Octal14741110

Shades and tints

Shades of #672148

#672148
(103,33,72)
#5E1E42
(94,30,66)
#551B3C
(85,27,60)
#4C1836
(76,24,54)
#431530
(67,21,48)
#3A122A
(58,18,42)
#310F24
(49,15,36)
#280C1E
(40,12,30)
#1F0918
(31,9,24)
#160612
(22,6,18)
#0D030C
(13,3,12)
#000000
(0,0,0)

Tints of #672148

#672148
(103,33,72)
#743558
(116,53,88)
#814968
(129,73,104)
#8E5D78
(142,93,120)
#9B7188
(155,113,136)
#A88598
(168,133,152)
#B599A8
(181,153,168)
#C2ADB8
(194,173,184)
#CFC1C8
(207,193,200)
#DCD5D8
(220,213,216)
#E9E9E8
(233,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #672148; }

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

This text font color is #672148.


Background Color

.myBgColor { background-color: #672148; }

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

This div background color is #672148.


Border color

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

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

This div border color is #672148.


Opacity

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

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

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

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

This text has shadow with #672148 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #672148 on black background.


Color preview on white background

This text has color #672148 on white background.



Black color preview on #672148 background

This text has black color on #672148 background.


White color preview on #672148 background

This text has white color on #672148 background.