COLOR #672C40

HEX: #672C40 RGB: (103,44,64)

Color info

#672C40 contains red, green and blue colors in about the same proportion. Web safe color of #672C40 is #663333 (or #633).

RGB color model

#672C40 color RGB value is (103,44,64).

RGB: (103,44,64) (40%, 17%, 25%)

RGB channels and saturation

R 103 of 255 = 40%
G 44 of 255 = 17%
B 64 of 255 = 25%

103
44
64

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

Portions of RGB colors in percentages

R + G + B = 103 + 44 + 64 = 211 (100%)
R 103 of 211 ~ 48.82%
G 44 of 211 ~ 20.85%
B 64 of 211 ~ 30.33'%

%48.82
%20.85
%30.33

CMYK color model

#672C40 color CMYK value is (0,57,38,60).

  • cyan value is 0.00%
  • magenta value is 57.28%
  • yellow value is 37.86%
  • key color value is 59.61%
CMYK: (0,57,38,60) C0M57Y38K60 (0%,57%,38%,60%) (0.00/0.57/0.38/0.60) 

CMYK percentages

%0
%57.28
%37.86
%59.61

Codes

Color #672C40 in popluar color models

67 2C 40
RGB 103 44 64
HSL 340° 40.14% 28.82%
HSB/HSV 340° 57.28% 40.39%
CMYK 0.00% 57.28% 37.86%
59.61%

Color #672C40 in popluar number systems.

HEX 67 2C 40
Decimal 103 44 64
Binary 1100111 101100 1000000
Octal 147 54 100

Shades and tints

Shades of #672C40

#672C40
(103,44,64)
#5E283B
(94,40,59)
#552436
(85,36,54)
#4C2031
(76,32,49)
#431C2C
(67,28,44)
#3A1827
(58,24,39)
#311422
(49,20,34)
#28101D
(40,16,29)
#1F0C18
(31,12,24)
#160813
(22,8,19)
#0D040E
(13,4,14)
#000000
(0,0,0)

Tints of #672C40

#672C40
(103,44,64)
#743F51
(116,63,81)
#815262
(129,82,98)
#8E6573
(142,101,115)
#9B7884
(155,120,132)
#A88B95
(168,139,149)
#B59EA6
(181,158,166)
#C2B1B7
(194,177,183)
#CFC4C8
(207,196,200)
#DCD7D9
(220,215,217)
#E9EAEA
(233,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #672C40; }

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

This text font color is #672C40.

Background Color

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

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

This div background color is #672C40.

Border color

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

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

This div border color is #672C40.

Opacity

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

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

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

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

This text has shadow with #672C40 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #672C40.

Preview

Color preview on black background

This text has color #672C40 on black background.


Color preview on white background

This text has color #672C40 on white background.


Black color preview on #672C40 background

This text has black color on #672C40 background.


White color preview on #672C40 background

This text has white color on #672C40 background.


Related colors

Complementary color

Complementary color for #hex is #98D3BF.


I love getcolorcode.com

Triadic colors

1 #40672C and #2C4067 with #672C40 are triadic colors.

2 #402C67 and #2C6740 with #672C40 are triadic colors.