COLOR #672821

HEX: #672821
RGB: (103,40,33)

Color info

#672821 contains mainly red color. Web safe color of #672821 is #663333 (or #633).

RGB color model

#672821 color RGB value is (103,40,33).

  • red value is 103;
  • green value is 40;
  • blue value is 33.
RGB:
(103,40,33)
(40%,16%,13%)

RGB channels and saturation

R 103 of 255 = 40%
G 40 of 255 = 16%
B 33 of 255 = 13%

103
40
33

R + G + B ~ 23%. #672821 is dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 40 + 33 = 176 (100%)
R 103 of 176 ~ 58.52%
G 40 of 176 ~ 22.73%
B 33 of 176 ~ 18.75%

%58.52
%22.73
%18.75

CMYK color model

#672821 color CMYK value is (0,61,68,60).

  • cyan value is 0.00%
  • magenta value is 61.17%
  • yellow value is 67.96%
  • key color value is 59.61%
CMYK:
(0,61,68,60)
C0M61Y68K60 
(0%,61%,68%,60%)
(0.00/0.61/0.68/0.60)	

CMYK percentages

%0
%61.17
%67.96
%59.61

Codes

Color #672821 in popluar color models

672821
RGB1034033
HSL51.47%26.67%
HSB/HSV67.96%40.39%
CMYK0.00%61.17%67.96%
59.61%

Color #672821 in popluar number systems.

HEX672821
Decimal1034033
Binary1100111101000100001
Octal1475041

Shades and tints

Shades of #672821

#672821
(103,40,33)
#5E251E
(94,37,30)
#55221B
(85,34,27)
#4C1F18
(76,31,24)
#431C15
(67,28,21)
#3A1912
(58,25,18)
#31160F
(49,22,15)
#28130C
(40,19,12)
#1F1009
(31,16,9)
#160D06
(22,13,6)
#0D0A03
(13,10,3)
#000000
(0,0,0)

Tints of #672821

#672821
(103,40,33)
#743B35
(116,59,53)
#814E49
(129,78,73)
#8E615D
(142,97,93)
#9B7471
(155,116,113)
#A88785
(168,135,133)
#B59A99
(181,154,153)
#C2ADAD
(194,173,173)
#CFC0C1
(207,192,193)
#DCD3D5
(220,211,213)
#E9E6E9
(233,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #672821 color. Also use rgb(103,40,33) instead hex code.

Text Font Color

.myTextColor { color: #672821; }

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

This text font color is #672821.


Background Color

.myBgColor { background-color: #672821; }

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

This div background color is #672821.


Border color

.myBorderColor { border: 1px solid #672821; }

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

This div border color is #672821.


Opacity

.myOpacity80 { color: #672821; opacity: 0.8; }

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

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

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

This text has shadow with #672821 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #672821 on black background.


Color preview on white background

This text has color #672821 on white background.



Black color preview on #672821 background

This text has black color on #672821 background.


White color preview on #672821 background

This text has white color on #672821 background.