COLOR #672B2B

HEX: #672B2B
RGB: (103,43,43)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

103
43
43

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

Portions of RGB colors in percentages

R + G + B =
103 + 43 + 43 = 189 (100%)
R 103 of 189 ~ 54.5%
G 43 of 189 ~ 22.75%
B 43 of 189 ~ 22.75%

%54.5
%22.75
%22.75

CMYK color model

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

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

CMYK percentages

%0
%58.25
%58.25
%59.61

Codes

Color #672B2B in popluar color models

672B2B
RGB1034343
HSL41.10%28.63%
HSB/HSV58.25%40.39%
CMYK0.00%58.25%58.25%
59.61%

Color #672B2B in popluar number systems.

HEX672B2B
Decimal1034343
Binary1100111101011101011
Octal1475353

Shades and tints

Shades of #672B2B

#672B2B
(103,43,43)
#5E2828
(94,40,40)
#552525
(85,37,37)
#4C2222
(76,34,34)
#431F1F
(67,31,31)
#3A1C1C
(58,28,28)
#311919
(49,25,25)
#281616
(40,22,22)
#1F1313
(31,19,19)
#161010
(22,16,16)
#0D0D0D
(13,13,13)
#000000
(0,0,0)

Tints of #672B2B

#672B2B
(103,43,43)
#743E3E
(116,62,62)
#815151
(129,81,81)
#8E6464
(142,100,100)
#9B7777
(155,119,119)
#A88A8A
(168,138,138)
#B59D9D
(181,157,157)
#C2B0B0
(194,176,176)
#CFC3C3
(207,195,195)
#DCD6D6
(220,214,214)
#E9E9E9
(233,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #672B2B; }

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

This text font color is #672B2B.


Background Color

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

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

This div background color is #672B2B.


Border color

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

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

This div border color is #672B2B.


Opacity

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

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

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

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

This text has shadow with #672B2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #672B2B on black background.


Color preview on white background

This text has color #672B2B on white background.



Black color preview on #672B2B background

This text has black color on #672B2B background.


White color preview on #672B2B background

This text has white color on #672B2B background.