COLOR #672C23

HEX: #672C23
RGB: (103,44,35)

Color info

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

RGB color model

#672C23 color RGB value is (103,44,35).

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

RGB channels and saturation

R 103 of 255 = 40%
G 44 of 255 = 17%
B 35 of 255 = 14%

103
44
35

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

Portions of RGB colors in percentages

R + G + B =
103 + 44 + 35 = 182 (100%)
R 103 of 182 ~ 56.59%
G 44 of 182 ~ 24.18%
B 35 of 182 ~ 19.23%

%56.59
%24.18
%19.23

CMYK color model

#672C23 color CMYK value is (0,57,66,60).

  • cyan value is 0.00%
  • magenta value is 57.28%
  • yellow value is 66.02%
  • key color value is 59.61%
CMYK:
(0,57,66,60)
C0M57Y66K60 
(0%,57%,66%,60%)
(0.00/0.57/0.66/0.60)	

CMYK percentages

%0
%57.28
%66.02
%59.61

Codes

Color #672C23 in popluar color models

672C23
RGB1034435
HSL49.28%27.06%
HSB/HSV66.02%40.39%
CMYK0.00%57.28%66.02%
59.61%

Color #672C23 in popluar number systems.

HEX672C23
Decimal1034435
Binary1100111101100100011
Octal1475443

Shades and tints

Shades of #672C23

#672C23
(103,44,35)
#5E2820
(94,40,32)
#55241D
(85,36,29)
#4C201A
(76,32,26)
#431C17
(67,28,23)
#3A1814
(58,24,20)
#311411
(49,20,17)
#28100E
(40,16,14)
#1F0C0B
(31,12,11)
#160808
(22,8,8)
#0D0405
(13,4,5)
#000000
(0,0,0)

Tints of #672C23

#672C23
(103,44,35)
#743F37
(116,63,55)
#81524B
(129,82,75)
#8E655F
(142,101,95)
#9B7873
(155,120,115)
#A88B87
(168,139,135)
#B59E9B
(181,158,155)
#C2B1AF
(194,177,175)
#CFC4C3
(207,196,195)
#DCD7D7
(220,215,215)
#E9EAEB
(233,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #672C23; }

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

This text font color is #672C23.


Background Color

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

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

This div background color is #672C23.


Border color

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

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

This div border color is #672C23.


Opacity

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

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

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

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

This text has shadow with #672C23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #672C23 on black background.


Color preview on white background

This text has color #672C23 on white background.



Black color preview on #672C23 background

This text has black color on #672C23 background.


White color preview on #672C23 background

This text has white color on #672C23 background.