COLOR #672A41

HEX: #672A41
RGB: (103,42,65)

Color info

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

RGB color model

#672A41 color RGB value is (103,42,65).

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

RGB channels and saturation

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

103
42
65

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

Portions of RGB colors in percentages

R + G + B =
103 + 42 + 65 = 210 (100%)
R 103 of 210 ~ 49.05%
G 42 of 210 ~ 20%
B 65 of 210 ~ 30.95%

%49.05
%20
%30.95

CMYK color model

#672A41 color CMYK value is (0,59,37,60).

  • cyan value is 0.00%
  • magenta value is 59.22%
  • yellow value is 36.89%
  • key color value is 59.61%
CMYK:
(0,59,37,60)
C0M59Y37K60 
(0%,59%,37%,60%)
(0.00/0.59/0.37/0.60)	

CMYK percentages

%0
%59.22
%36.89
%59.61

Codes

Color #672A41 in popluar color models

672A41
RGB1034265
HSL337°42.07%28.43%
HSB/HSV337°59.22%40.39%
CMYK0.00%59.22%36.89%
59.61%

Color #672A41 in popluar number systems.

HEX672A41
Decimal1034265
Binary11001111010101000001
Octal14752101

Shades and tints

Shades of #672A41

#672A41
(103,42,65)
#5E273C
(94,39,60)
#552437
(85,36,55)
#4C2132
(76,33,50)
#431E2D
(67,30,45)
#3A1B28
(58,27,40)
#311823
(49,24,35)
#28151E
(40,21,30)
#1F1219
(31,18,25)
#160F14
(22,15,20)
#0D0C0F
(13,12,15)
#000000
(0,0,0)

Tints of #672A41

#672A41
(103,42,65)
#743D52
(116,61,82)
#815063
(129,80,99)
#8E6374
(142,99,116)
#9B7685
(155,118,133)
#A88996
(168,137,150)
#B59CA7
(181,156,167)
#C2AFB8
(194,175,184)
#CFC2C9
(207,194,201)
#DCD5DA
(220,213,218)
#E9E8EB
(233,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #672A41; }

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

This text font color is #672A41.


Background Color

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

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

This div background color is #672A41.


Border color

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

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

This div border color is #672A41.


Opacity

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

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

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

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

This text has shadow with #672A41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #672A41 on black background.


Color preview on white background

This text has color #672A41 on white background.



Black color preview on #672A41 background

This text has black color on #672A41 background.


White color preview on #672A41 background

This text has white color on #672A41 background.