COLOR #672C26

HEX: #672C26
RGB: (103,44,38)

Color info

#672C26 contains mainly red and green colors. Web safe color of #672C26 is #663333 (or #633).

RGB color model

#672C26 color RGB value is (103,44,38).

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

RGB channels and saturation

R 103 of 255 = 40%
G 44 of 255 = 17%
B 38 of 255 = 15%

103
44
38

R + G + B ~ 24%. #672C26 is dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 44 + 38 = 185 (100%)
R 103 of 185 ~ 55.68%
G 44 of 185 ~ 23.78%
B 38 of 185 ~ 20.54%

%55.68
%23.78
%20.54

CMYK color model

#672C26 color CMYK value is (0,57,63,60).

  • cyan value is 0.00%
  • magenta value is 57.28%
  • yellow value is 63.11%
  • key color value is 59.61%
CMYK:
(0,57,63,60)
C0M57Y63K60 
(0%,57%,63%,60%)
(0.00/0.57/0.63/0.60)	

CMYK percentages

%0
%57.28
%63.11
%59.61

Codes

Color #672C26 in popluar color models

672C26
RGB1034438
HSL46.10%27.65%
HSB/HSV63.11%40.39%
CMYK0.00%57.28%63.11%
59.61%

Color #672C26 in popluar number systems.

HEX672C26
Decimal1034438
Binary1100111101100100110
Octal1475446

Shades and tints

Shades of #672C26

#672C26
(103,44,38)
#5E2823
(94,40,35)
#552420
(85,36,32)
#4C201D
(76,32,29)
#431C1A
(67,28,26)
#3A1817
(58,24,23)
#311414
(49,20,20)
#281011
(40,16,17)
#1F0C0E
(31,12,14)
#16080B
(22,8,11)
#0D0408
(13,4,8)
#000000
(0,0,0)

Tints of #672C26

#672C26
(103,44,38)
#743F39
(116,63,57)
#81524C
(129,82,76)
#8E655F
(142,101,95)
#9B7872
(155,120,114)
#A88B85
(168,139,133)
#B59E98
(181,158,152)
#C2B1AB
(194,177,171)
#CFC4BE
(207,196,190)
#DCD7D1
(220,215,209)
#E9EAE4
(233,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #672C26; }

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

This text font color is #672C26.


Background Color

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

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

This div background color is #672C26.


Border color

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

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

This div border color is #672C26.


Opacity

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

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

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

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

This text has shadow with #672C26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #672C26 on black background.


Color preview on white background

This text has color #672C26 on white background.



Black color preview on #672C26 background

This text has black color on #672C26 background.


White color preview on #672C26 background

This text has white color on #672C26 background.