COLOR #672640

HEX: #672640
RGB: (103,38,64)

Color info

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

RGB color model

#672640 color RGB value is (103,38,64).

  • red value is 103;
  • green value is 38;
  • blue value is 64.
RGB:
(103,38,64)
(40%,15%,25%)

RGB channels and saturation

R 103 of 255 = 40%
G 38 of 255 = 15%
B 64 of 255 = 25%

103
38
64

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

Portions of RGB colors in percentages

R + G + B =
103 + 38 + 64 = 205 (100%)
R 103 of 205 ~ 50.24%
G 38 of 205 ~ 18.54%
B 64 of 205 ~ 31.22%

%50.24
%18.54
%31.22

CMYK color model

#672640 color CMYK value is (0,63,38,60).

  • cyan value is 0.00%
  • magenta value is 63.11%
  • yellow value is 37.86%
  • key color value is 59.61%
CMYK:
(0,63,38,60)
C0M63Y38K60 
(0%,63%,38%,60%)
(0.00/0.63/0.38/0.60)	

CMYK percentages

%0
%63.11
%37.86
%59.61

Codes

Color #672640 in popluar color models

672640
RGB1033864
HSL336°46.10%27.65%
HSB/HSV336°63.11%40.39%
CMYK0.00%63.11%37.86%
59.61%

Color #672640 in popluar number systems.

HEX672640
Decimal1033864
Binary11001111001101000000
Octal14746100

Shades and tints

Shades of #672640

#672640
(103,38,64)
#5E233B
(94,35,59)
#552036
(85,32,54)
#4C1D31
(76,29,49)
#431A2C
(67,26,44)
#3A1727
(58,23,39)
#311422
(49,20,34)
#28111D
(40,17,29)
#1F0E18
(31,14,24)
#160B13
(22,11,19)
#0D080E
(13,8,14)
#000000
(0,0,0)

Tints of #672640

#672640
(103,38,64)
#743951
(116,57,81)
#814C62
(129,76,98)
#8E5F73
(142,95,115)
#9B7284
(155,114,132)
#A88595
(168,133,149)
#B598A6
(181,152,166)
#C2ABB7
(194,171,183)
#CFBEC8
(207,190,200)
#DCD1D9
(220,209,217)
#E9E4EA
(233,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #672640 color. Also use rgb(103,38,64) instead hex code.

Text Font Color

.myTextColor { color: #672640; }

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

This text font color is #672640.


Background Color

.myBgColor { background-color: #672640; }

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

This div background color is #672640.


Border color

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

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

This div border color is #672640.


Opacity

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

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

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

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

This text has shadow with #672640 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #672640 on black background.


Color preview on white background

This text has color #672640 on white background.



Black color preview on #672640 background

This text has black color on #672640 background.


White color preview on #672640 background

This text has white color on #672640 background.