COLOR #672A36

HEX: #672A36
RGB: (103,42,54)

Color info

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

RGB color model

#672A36 color RGB value is (103,42,54).

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

RGB channels and saturation

R 103 of 255 = 40%
G 42 of 255 = 16%
B 54 of 255 = 21%

103
42
54

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

Portions of RGB colors in percentages

R + G + B =
103 + 42 + 54 = 199 (100%)
R 103 of 199 ~ 51.76%
G 42 of 199 ~ 21.11%
B 54 of 199 ~ 27.14%

%51.76
%21.11
%27.14

CMYK color model

#672A36 color CMYK value is (0,59,48,60).

  • cyan value is 0.00%
  • magenta value is 59.22%
  • yellow value is 47.57%
  • key color value is 59.61%
CMYK:
(0,59,48,60)
C0M59Y48K60 
(0%,59%,48%,60%)
(0.00/0.59/0.48/0.60)	

CMYK percentages

%0
%59.22
%47.57
%59.61

Codes

Color #672A36 in popluar color models

672A36
RGB1034254
HSL348°42.07%28.43%
HSB/HSV348°59.22%40.39%
CMYK0.00%59.22%47.57%
59.61%

Color #672A36 in popluar number systems.

HEX672A36
Decimal1034254
Binary1100111101010110110
Octal1475266

Shades and tints

Shades of #672A36

#672A36
(103,42,54)
#5E2732
(94,39,50)
#55242E
(85,36,46)
#4C212A
(76,33,42)
#431E26
(67,30,38)
#3A1B22
(58,27,34)
#31181E
(49,24,30)
#28151A
(40,21,26)
#1F1216
(31,18,22)
#160F12
(22,15,18)
#0D0C0E
(13,12,14)
#000000
(0,0,0)

Tints of #672A36

#672A36
(103,42,54)
#743D48
(116,61,72)
#81505A
(129,80,90)
#8E636C
(142,99,108)
#9B767E
(155,118,126)
#A88990
(168,137,144)
#B59CA2
(181,156,162)
#C2AFB4
(194,175,180)
#CFC2C6
(207,194,198)
#DCD5D8
(220,213,216)
#E9E8EA
(233,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #672A36; }

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

This text font color is #672A36.


Background Color

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

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

This div background color is #672A36.


Border color

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

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

This div border color is #672A36.


Opacity

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

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

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

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

This text has shadow with #672A36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #672A36 on black background.


Color preview on white background

This text has color #672A36 on white background.



Black color preview on #672A36 background

This text has black color on #672A36 background.


White color preview on #672A36 background

This text has white color on #672A36 background.