COLOR #672D2C

HEX: #672D2C
RGB: (103,45,44)

Color info

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

RGB color model

#672D2C color RGB value is (103,45,44).

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

RGB channels and saturation

R 103 of 255 = 40%
G 45 of 255 = 18%
B 44 of 255 = 17%

103
45
44

R + G + B ~ 25%. #672D2C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 45 + 44 = 192 (100%)
R 103 of 192 ~ 53.65%
G 45 of 192 ~ 23.44%
B 44 of 192 ~ 22.92%

%53.65
%23.44
%22.92

CMYK color model

#672D2C color CMYK value is (0,56,57,60).

  • cyan value is 0.00%
  • magenta value is 56.31%
  • yellow value is 57.28%
  • key color value is 59.61%
CMYK:
(0,56,57,60)
C0M56Y57K60 
(0%,56%,57%,60%)
(0.00/0.56/0.57/0.60)	

CMYK percentages

%0
%56.31
%57.28
%59.61

Codes

Color #672D2C in popluar color models

672D2C
RGB1034544
HSL40.14%28.82%
HSB/HSV57.28%40.39%
CMYK0.00%56.31%57.28%
59.61%

Color #672D2C in popluar number systems.

HEX672D2C
Decimal1034544
Binary1100111101101101100
Octal1475554

Shades and tints

Shades of #672D2C

#672D2C
(103,45,44)
#5E2928
(94,41,40)
#552524
(85,37,36)
#4C2120
(76,33,32)
#431D1C
(67,29,28)
#3A1918
(58,25,24)
#311514
(49,21,20)
#281110
(40,17,16)
#1F0D0C
(31,13,12)
#160908
(22,9,8)
#0D0504
(13,5,4)
#000000
(0,0,0)

Tints of #672D2C

#672D2C
(103,45,44)
#74403F
(116,64,63)
#815352
(129,83,82)
#8E6665
(142,102,101)
#9B7978
(155,121,120)
#A88C8B
(168,140,139)
#B59F9E
(181,159,158)
#C2B2B1
(194,178,177)
#CFC5C4
(207,197,196)
#DCD8D7
(220,216,215)
#E9EBEA
(233,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #672D2C; }

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

This text font color is #672D2C.


Background Color

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

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

This div background color is #672D2C.


Border color

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

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

This div border color is #672D2C.


Opacity

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

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

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

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

This text has shadow with #672D2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #672D2C on black background.


Color preview on white background

This text has color #672D2C on white background.



Black color preview on #672D2C background

This text has black color on #672D2C background.


White color preview on #672D2C background

This text has white color on #672D2C background.