COLOR #672B2D

HEX: #672B2D
RGB: (103,43,45)

Color info

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

RGB color model

#672B2D color RGB value is (103,43,45).

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

RGB channels and saturation

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

103
43
45

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

Portions of RGB colors in percentages

R + G + B =
103 + 43 + 45 = 191 (100%)
R 103 of 191 ~ 53.93%
G 43 of 191 ~ 22.51%
B 45 of 191 ~ 23.56%

%53.93
%22.51
%23.56

CMYK color model

#672B2D color CMYK value is (0,58,56,60).

  • cyan value is 0.00%
  • magenta value is 58.25%
  • yellow value is 56.31%
  • key color value is 59.61%
CMYK:
(0,58,56,60)
C0M58Y56K60 
(0%,58%,56%,60%)
(0.00/0.58/0.56/0.60)	

CMYK percentages

%0
%58.25
%56.31
%59.61

Codes

Color #672B2D in popluar color models

672B2D
RGB1034345
HSL358°41.10%28.63%
HSB/HSV358°58.25%40.39%
CMYK0.00%58.25%56.31%
59.61%

Color #672B2D in popluar number systems.

HEX672B2D
Decimal1034345
Binary1100111101011101101
Octal1475355

Shades and tints

Shades of #672B2D

#672B2D
(103,43,45)
#5E2829
(94,40,41)
#552525
(85,37,37)
#4C2221
(76,34,33)
#431F1D
(67,31,29)
#3A1C19
(58,28,25)
#311915
(49,25,21)
#281611
(40,22,17)
#1F130D
(31,19,13)
#161009
(22,16,9)
#0D0D05
(13,13,5)
#000000
(0,0,0)

Tints of #672B2D

#672B2D
(103,43,45)
#743E40
(116,62,64)
#815153
(129,81,83)
#8E6466
(142,100,102)
#9B7779
(155,119,121)
#A88A8C
(168,138,140)
#B59D9F
(181,157,159)
#C2B0B2
(194,176,178)
#CFC3C5
(207,195,197)
#DCD6D8
(220,214,216)
#E9E9EB
(233,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #672B2D; }

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

This text font color is #672B2D.


Background Color

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

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

This div background color is #672B2D.


Border color

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

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

This div border color is #672B2D.


Opacity

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

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

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

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

This text has shadow with #672B2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #672B2D on black background.


Color preview on white background

This text has color #672B2D on white background.



Black color preview on #672B2D background

This text has black color on #672B2D background.


White color preview on #672B2D background

This text has white color on #672B2D background.