COLOR #672A3B

HEX: #672A3B
RGB: (103,42,59)

Color info

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

RGB color model

#672A3B color RGB value is (103,42,59).

  • red value is 103;
  • green value is 42;
  • blue value is 59.
RGB:
(103,42,59)
(40%,16%,23%)

RGB channels and saturation

R 103 of 255 = 40%
G 42 of 255 = 16%
B 59 of 255 = 23%

103
42
59

R + G + B ~ 26%. #672A3B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 42 + 59 = 204 (100%)
R 103 of 204 ~ 50.49%
G 42 of 204 ~ 20.59%
B 59 of 204 ~ 28.92%

%50.49
%20.59
%28.92

CMYK color model

#672A3B color CMYK value is (0,59,43,60).

  • cyan value is 0.00%
  • magenta value is 59.22%
  • yellow value is 42.72%
  • key color value is 59.61%
CMYK:
(0,59,43,60)
C0M59Y43K60 
(0%,59%,43%,60%)
(0.00/0.59/0.43/0.60)	

CMYK percentages

%0
%59.22
%42.72
%59.61

Codes

Color #672A3B in popluar color models

672A3B
RGB1034259
HSL343°42.07%28.43%
HSB/HSV343°59.22%40.39%
CMYK0.00%59.22%42.72%
59.61%

Color #672A3B in popluar number systems.

HEX672A3B
Decimal1034259
Binary1100111101010111011
Octal1475273

Shades and tints

Shades of #672A3B

#672A3B
(103,42,59)
#5E2736
(94,39,54)
#552431
(85,36,49)
#4C212C
(76,33,44)
#431E27
(67,30,39)
#3A1B22
(58,27,34)
#31181D
(49,24,29)
#281518
(40,21,24)
#1F1213
(31,18,19)
#160F0E
(22,15,14)
#0D0C09
(13,12,9)
#000000
(0,0,0)

Tints of #672A3B

#672A3B
(103,42,59)
#743D4C
(116,61,76)
#81505D
(129,80,93)
#8E636E
(142,99,110)
#9B767F
(155,118,127)
#A88990
(168,137,144)
#B59CA1
(181,156,161)
#C2AFB2
(194,175,178)
#CFC2C3
(207,194,195)
#DCD5D4
(220,213,212)
#E9E8E5
(233,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #672A3B; }

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

This text font color is #672A3B.


Background Color

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

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

This div background color is #672A3B.


Border color

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

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

This div border color is #672A3B.


Opacity

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

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

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

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

This text has shadow with #672A3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #672A3B on black background.


Color preview on white background

This text has color #672A3B on white background.



Black color preview on #672A3B background

This text has black color on #672A3B background.


White color preview on #672A3B background

This text has white color on #672A3B background.