COLOR #672C4E

HEX: #672C4E
RGB: (103,44,78)

Color info

#672C4E contains red, green and blue colors in about the same proportion. Web safe color of #672C4E is #663366 (or #636).

RGB color model

#672C4E color RGB value is (103,44,78).

  • red value is 103;
  • green value is 44;
  • blue value is 78.
RGB:
(103,44,78)
(40%,17%,31%)

RGB channels and saturation

R 103 of 255 = 40%
G 44 of 255 = 17%
B 78 of 255 = 31%

103
44
78

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

Portions of RGB colors in percentages

R + G + B =
103 + 44 + 78 = 225 (100%)
R 103 of 225 ~ 45.78%
G 44 of 225 ~ 19.56%
B 78 of 225 ~ 34.67%

%45.78
%19.56
%34.67

CMYK color model

#672C4E color CMYK value is (0,57,24,60).

  • cyan value is 0.00%
  • magenta value is 57.28%
  • yellow value is 24.27%
  • key color value is 59.61%
CMYK:
(0,57,24,60)
C0M57Y24K60 
(0%,57%,24%,60%)
(0.00/0.57/0.24/0.60)	

CMYK percentages

%0
%57.28
%24.27
%59.61

Codes

Color #672C4E in popluar color models

672C4E
RGB1034478
HSL325°40.14%28.82%
HSB/HSV325°57.28%40.39%
CMYK0.00%57.28%24.27%
59.61%

Color #672C4E in popluar number systems.

HEX672C4E
Decimal1034478
Binary11001111011001001110
Octal14754116

Shades and tints

Shades of #672C4E

#672C4E
(103,44,78)
#5E2847
(94,40,71)
#552440
(85,36,64)
#4C2039
(76,32,57)
#431C32
(67,28,50)
#3A182B
(58,24,43)
#311424
(49,20,36)
#28101D
(40,16,29)
#1F0C16
(31,12,22)
#16080F
(22,8,15)
#0D0408
(13,4,8)
#000000
(0,0,0)

Tints of #672C4E

#672C4E
(103,44,78)
#743F5E
(116,63,94)
#81526E
(129,82,110)
#8E657E
(142,101,126)
#9B788E
(155,120,142)
#A88B9E
(168,139,158)
#B59EAE
(181,158,174)
#C2B1BE
(194,177,190)
#CFC4CE
(207,196,206)
#DCD7DE
(220,215,222)
#E9EAEE
(233,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #672C4E color. Also use rgb(103,44,78) instead hex code.

Text Font Color

.myTextColor { color: #672C4E; }

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

This text font color is #672C4E.


Background Color

.myBgColor { background-color: #672C4E; }

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

This div background color is #672C4E.


Border color

.myBorderColor { border: 1px solid #672C4E; }

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

This div border color is #672C4E.


Opacity

.myOpacity80 { color: #672C4E; opacity: 0.8; }

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

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

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

This text has shadow with #672C4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #672C4E on black background.


Color preview on white background

This text has color #672C4E on white background.



Black color preview on #672C4E background

This text has black color on #672C4E background.


White color preview on #672C4E background

This text has white color on #672C4E background.