COLOR #672941

HEX: #672941
RGB: (103,41,65)

Color info

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

RGB color model

#672941 color RGB value is (103,41,65).

  • red value is 103;
  • green value is 41;
  • blue value is 65.
RGB:
(103,41,65)
(40%,16%,25%)

RGB channels and saturation

R 103 of 255 = 40%
G 41 of 255 = 16%
B 65 of 255 = 25%

103
41
65

R + G + B ~ 27%. #672941 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 41 + 65 = 209 (100%)
R 103 of 209 ~ 49.28%
G 41 of 209 ~ 19.62%
B 65 of 209 ~ 31.1%

%49.28
%19.62
%31.1

CMYK color model

#672941 color CMYK value is (0,60,37,60).

  • cyan value is 0.00%
  • magenta value is 60.19%
  • yellow value is 36.89%
  • key color value is 59.61%
CMYK:
(0,60,37,60)
C0M60Y37K60 
(0%,60%,37%,60%)
(0.00/0.60/0.37/0.60)	

CMYK percentages

%0
%60.19
%36.89
%59.61

Codes

Color #672941 in popluar color models

672941
RGB1034165
HSL337°43.06%28.24%
HSB/HSV337°60.19%40.39%
CMYK0.00%60.19%36.89%
59.61%

Color #672941 in popluar number systems.

HEX672941
Decimal1034165
Binary11001111010011000001
Octal14751101

Shades and tints

Shades of #672941

#672941
(103,41,65)
#5E263C
(94,38,60)
#552337
(85,35,55)
#4C2032
(76,32,50)
#431D2D
(67,29,45)
#3A1A28
(58,26,40)
#311723
(49,23,35)
#28141E
(40,20,30)
#1F1119
(31,17,25)
#160E14
(22,14,20)
#0D0B0F
(13,11,15)
#000000
(0,0,0)

Tints of #672941

#672941
(103,41,65)
#743C52
(116,60,82)
#814F63
(129,79,99)
#8E6274
(142,98,116)
#9B7585
(155,117,133)
#A88896
(168,136,150)
#B59BA7
(181,155,167)
#C2AEB8
(194,174,184)
#CFC1C9
(207,193,201)
#DCD4DA
(220,212,218)
#E9E7EB
(233,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #672941; }

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

This text font color is #672941.


Background Color

.myBgColor { background-color: #672941; }

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

This div background color is #672941.


Border color

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

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

This div border color is #672941.


Opacity

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

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

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

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

This text has shadow with #672941 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #672941 on black background.


Color preview on white background

This text has color #672941 on white background.



Black color preview on #672941 background

This text has black color on #672941 background.


White color preview on #672941 background

This text has white color on #672941 background.