COLOR #672350

HEX: #672350
RGB: (103,35,80)

Color info

#672350 contains mainly red and blue colors. Web safe color of #672350 is #663366 (or #636).

RGB color model

#672350 color RGB value is (103,35,80).

  • red value is 103;
  • green value is 35;
  • blue value is 80.
RGB:
(103,35,80)
(40%,14%,31%)

RGB channels and saturation

R 103 of 255 = 40%
G 35 of 255 = 14%
B 80 of 255 = 31%

103
35
80

R + G + B ~ 28%. #672350 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 35 + 80 = 218 (100%)
R 103 of 218 ~ 47.25%
G 35 of 218 ~ 16.06%
B 80 of 218 ~ 36.7%

%47.25
%16.06
%36.7

CMYK color model

#672350 color CMYK value is (0,66,22,60).

  • cyan value is 0.00%
  • magenta value is 66.02%
  • yellow value is 22.33%
  • key color value is 59.61%
CMYK:
(0,66,22,60)
C0M66Y22K60 
(0%,66%,22%,60%)
(0.00/0.66/0.22/0.60)	

CMYK percentages

%0
%66.02
%22.33
%59.61

Codes

Color #672350 in popluar color models

672350
RGB1033580
HSL320°49.28%27.06%
HSB/HSV320°66.02%40.39%
CMYK0.00%66.02%22.33%
59.61%

Color #672350 in popluar number systems.

HEX672350
Decimal1033580
Binary11001111000111010000
Octal14743120

Shades and tints

Shades of #672350

#672350
(103,35,80)
#5E2049
(94,32,73)
#551D42
(85,29,66)
#4C1A3B
(76,26,59)
#431734
(67,23,52)
#3A142D
(58,20,45)
#311126
(49,17,38)
#280E1F
(40,14,31)
#1F0B18
(31,11,24)
#160811
(22,8,17)
#0D050A
(13,5,10)
#000000
(0,0,0)

Tints of #672350

#672350
(103,35,80)
#74375F
(116,55,95)
#814B6E
(129,75,110)
#8E5F7D
(142,95,125)
#9B738C
(155,115,140)
#A8879B
(168,135,155)
#B59BAA
(181,155,170)
#C2AFB9
(194,175,185)
#CFC3C8
(207,195,200)
#DCD7D7
(220,215,215)
#E9EBE6
(233,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #672350 color. Also use rgb(103,35,80) instead hex code.

Text Font Color

.myTextColor { color: #672350; }

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

This text font color is #672350.


Background Color

.myBgColor { background-color: #672350; }

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

This div background color is #672350.


Border color

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

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

This div border color is #672350.


Opacity

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

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

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

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

This text has shadow with #672350 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #672350 on black background.


Color preview on white background

This text has color #672350 on white background.



Black color preview on #672350 background

This text has black color on #672350 background.


White color preview on #672350 background

This text has white color on #672350 background.