COLOR #673975

HEX: #673975
RGB: (103,57,117)

Color info

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

RGB color model

#673975 color RGB value is (103,57,117).

  • red value is 103;
  • green value is 57;
  • blue value is 117.
RGB:
(103,57,117)
(40%,22%,46%)

RGB channels and saturation

R 103 of 255 = 40%
G 57 of 255 = 22%
B 117 of 255 = 46%

103
57
117

R + G + B ~ 36%. #673975 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 57 + 117 = 277 (100%)
R 103 of 277 ~ 37.18%
G 57 of 277 ~ 20.58%
B 117 of 277 ~ 42.24%

%37.18
%20.58
%42.24

CMYK color model

#673975 color CMYK value is (12,51,0,54).

  • cyan value is 11.97%
  • magenta value is 51.28%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(12,51,0,54)
C12M51Y0K54 
(12%,51%,0%,54%)
(0.12/0.51/0.00/0.54)	

CMYK percentages

%11.97
%51.28
%0
%54.12

Codes

Color #673975 in popluar color models

673975
RGB10357117
HSL286°34.48%34.12%
HSB/HSV286°51.28%45.88%
CMYK11.97%51.28%0.00%
54.12%

Color #673975 in popluar number systems.

HEX673975
Decimal10357117
Binary11001111110011110101
Octal14771165

Shades and tints

Shades of #673975

#673975
(103,57,117)
#5E346B
(94,52,107)
#552F61
(85,47,97)
#4C2A57
(76,42,87)
#43254D
(67,37,77)
#3A2043
(58,32,67)
#311B39
(49,27,57)
#28162F
(40,22,47)
#1F1125
(31,17,37)
#160C1B
(22,12,27)
#0D0711
(13,7,17)
#000000
(0,0,0)

Tints of #673975

#673975
(103,57,117)
#744B81
(116,75,129)
#815D8D
(129,93,141)
#8E6F99
(142,111,153)
#9B81A5
(155,129,165)
#A893B1
(168,147,177)
#B5A5BD
(181,165,189)
#C2B7C9
(194,183,201)
#CFC9D5
(207,201,213)
#DCDBE1
(220,219,225)
#E9EDED
(233,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #673975 color. Also use rgb(103,57,117) instead hex code.

Text Font Color

.myTextColor { color: #673975; }

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

This text font color is #673975.


Background Color

.myBgColor { background-color: #673975; }

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

This div background color is #673975.


Border color

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

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

This div border color is #673975.


Opacity

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

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

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

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

This text has shadow with #673975 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #673975 on black background.


Color preview on white background

This text has color #673975 on white background.



Black color preview on #673975 background

This text has black color on #673975 background.


White color preview on #673975 background

This text has white color on #673975 background.