COLOR #673457

HEX: #673457
RGB: (103,52,87)

Color info

#673457 contains red, green and blue colors in about the same proportion. Web safe color of #673457 is #663366 (or #636).

RGB color model

#673457 color RGB value is (103,52,87).

  • red value is 103;
  • green value is 52;
  • blue value is 87.
RGB:
(103,52,87)
(40%,20%,34%)

RGB channels and saturation

R 103 of 255 = 40%
G 52 of 255 = 20%
B 87 of 255 = 34%

103
52
87

R + G + B ~ 31%. #673457 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 52 + 87 = 242 (100%)
R 103 of 242 ~ 42.56%
G 52 of 242 ~ 21.49%
B 87 of 242 ~ 35.95%

%42.56
%21.49
%35.95

CMYK color model

#673457 color CMYK value is (0,50,16,60).

  • cyan value is 0.00%
  • magenta value is 49.51%
  • yellow value is 15.53%
  • key color value is 59.61%
CMYK:
(0,50,16,60)
C0M50Y16K60 
(0%,50%,16%,60%)
(0.00/0.50/0.16/0.60)	

CMYK percentages

%0
%49.51
%15.53
%59.61

Codes

Color #673457 in popluar color models

673457
RGB1035287
HSL319°32.90%30.39%
HSB/HSV319°49.51%40.39%
CMYK0.00%49.51%15.53%
59.61%

Color #673457 in popluar number systems.

HEX673457
Decimal1035287
Binary11001111101001010111
Octal14764127

Shades and tints

Shades of #673457

#673457
(103,52,87)
#5E3050
(94,48,80)
#552C49
(85,44,73)
#4C2842
(76,40,66)
#43243B
(67,36,59)
#3A2034
(58,32,52)
#311C2D
(49,28,45)
#281826
(40,24,38)
#1F141F
(31,20,31)
#161018
(22,16,24)
#0D0C11
(13,12,17)
#000000
(0,0,0)

Tints of #673457

#673457
(103,52,87)
#744666
(116,70,102)
#815875
(129,88,117)
#8E6A84
(142,106,132)
#9B7C93
(155,124,147)
#A88EA2
(168,142,162)
#B5A0B1
(181,160,177)
#C2B2C0
(194,178,192)
#CFC4CF
(207,196,207)
#DCD6DE
(220,214,222)
#E9E8ED
(233,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #673457 color. Also use rgb(103,52,87) instead hex code.

Text Font Color

.myTextColor { color: #673457; }

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

This text font color is #673457.


Background Color

.myBgColor { background-color: #673457; }

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

This div background color is #673457.


Border color

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

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

This div border color is #673457.


Opacity

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

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

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

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

This text has shadow with #673457 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #673457 on black background.


Color preview on white background

This text has color #673457 on white background.



Black color preview on #673457 background

This text has black color on #673457 background.


White color preview on #673457 background

This text has white color on #673457 background.