COLOR #673F6E

HEX: #673F6E
RGB: (103,63,110)

Color info

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

RGB color model

#673F6E color RGB value is (103,63,110).

  • red value is 103;
  • green value is 63;
  • blue value is 110.
RGB:
(103,63,110)
(40%,25%,43%)

RGB channels and saturation

R 103 of 255 = 40%
G 63 of 255 = 25%
B 110 of 255 = 43%

103
63
110

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

Portions of RGB colors in percentages

R + G + B =
103 + 63 + 110 = 276 (100%)
R 103 of 276 ~ 37.32%
G 63 of 276 ~ 22.83%
B 110 of 276 ~ 39.86%

%37.32
%22.83
%39.86

CMYK color model

#673F6E color CMYK value is (6,43,0,57).

  • cyan value is 6.36%
  • magenta value is 42.73%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(6,43,0,57)
C6M43Y0K57 
(6%,43%,0%,57%)
(0.06/0.43/0.00/0.57)	

CMYK percentages

%6.36
%42.73
%0
%56.86

Codes

Color #673F6E in popluar color models

673F6E
RGB10363110
HSL291°27.17%33.92%
HSB/HSV291°42.73%43.14%
CMYK6.36%42.73%0.00%
56.86%

Color #673F6E in popluar number systems.

HEX673F6E
Decimal10363110
Binary11001111111111101110
Octal14777156

Shades and tints

Shades of #673F6E

#673F6E
(103,63,110)
#5E3A64
(94,58,100)
#55355A
(85,53,90)
#4C3050
(76,48,80)
#432B46
(67,43,70)
#3A263C
(58,38,60)
#312132
(49,33,50)
#281C28
(40,28,40)
#1F171E
(31,23,30)
#161214
(22,18,20)
#0D0D0A
(13,13,10)
#000000
(0,0,0)

Tints of #673F6E

#673F6E
(103,63,110)
#74507B
(116,80,123)
#816188
(129,97,136)
#8E7295
(142,114,149)
#9B83A2
(155,131,162)
#A894AF
(168,148,175)
#B5A5BC
(181,165,188)
#C2B6C9
(194,182,201)
#CFC7D6
(207,199,214)
#DCD8E3
(220,216,227)
#E9E9F0
(233,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #673F6E color. Also use rgb(103,63,110) instead hex code.

Text Font Color

.myTextColor { color: #673F6E; }

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

This text font color is #673F6E.


Background Color

.myBgColor { background-color: #673F6E; }

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

This div background color is #673F6E.


Border color

.myBorderColor { border: 1px solid #673F6E; }

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

This div border color is #673F6E.


Opacity

.myOpacity80 { color: #673F6E; opacity: 0.8; }

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

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

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

This text has shadow with #673F6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #673F6E on black background.


Color preview on white background

This text has color #673F6E on white background.



Black color preview on #673F6E background

This text has black color on #673F6E background.


White color preview on #673F6E background

This text has white color on #673F6E background.