COLOR #672626

HEX: #672626
RGB: (103,38,38)

Color info

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

RGB color model

#672626 color RGB value is (103,38,38).

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

RGB channels and saturation

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

103
38
38

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

Portions of RGB colors in percentages

R + G + B =
103 + 38 + 38 = 179 (100%)
R 103 of 179 ~ 57.54%
G 38 of 179 ~ 21.23%
B 38 of 179 ~ 21.23%

%57.54
%21.23
%21.23

CMYK color model

#672626 color CMYK value is (0,63,63,60).

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

CMYK percentages

%0
%63.11
%63.11
%59.61

Codes

Color #672626 in popluar color models

672626
RGB1033838
HSL46.10%27.65%
HSB/HSV63.11%40.39%
CMYK0.00%63.11%63.11%
59.61%

Color #672626 in popluar number systems.

HEX672626
Decimal1033838
Binary1100111100110100110
Octal1474646

Shades and tints

Shades of #672626

#672626
(103,38,38)
#5E2323
(94,35,35)
#552020
(85,32,32)
#4C1D1D
(76,29,29)
#431A1A
(67,26,26)
#3A1717
(58,23,23)
#311414
(49,20,20)
#281111
(40,17,17)
#1F0E0E
(31,14,14)
#160B0B
(22,11,11)
#0D0808
(13,8,8)
#000000
(0,0,0)

Tints of #672626

#672626
(103,38,38)
#743939
(116,57,57)
#814C4C
(129,76,76)
#8E5F5F
(142,95,95)
#9B7272
(155,114,114)
#A88585
(168,133,133)
#B59898
(181,152,152)
#C2ABAB
(194,171,171)
#CFBEBE
(207,190,190)
#DCD1D1
(220,209,209)
#E9E4E4
(233,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #672626; }

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

This text font color is #672626.


Background Color

.myBgColor { background-color: #672626; }

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

This div background color is #672626.


Border color

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

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

This div border color is #672626.


Opacity

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

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

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

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

This text has shadow with #672626 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #672626 on black background.


Color preview on white background

This text has color #672626 on white background.



Black color preview on #672626 background

This text has black color on #672626 background.


White color preview on #672626 background

This text has white color on #672626 background.