COLOR #674373

HEX: #674373
RGB: (103,67,115)

Color info

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

RGB color model

#674373 color RGB value is (103,67,115).

  • red value is 103;
  • green value is 67;
  • blue value is 115.
RGB:
(103,67,115)
(40%,26%,45%)

RGB channels and saturation

R 103 of 255 = 40%
G 67 of 255 = 26%
B 115 of 255 = 45%

103
67
115

R + G + B ~ 37%. #674373 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 67 + 115 = 285 (100%)
R 103 of 285 ~ 36.14%
G 67 of 285 ~ 23.51%
B 115 of 285 ~ 40.35%

%36.14
%23.51
%40.35

CMYK color model

#674373 color CMYK value is (10,42,0,55).

  • cyan value is 10.43%
  • magenta value is 41.74%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(10,42,0,55)
C10M42Y0K55 
(10%,42%,0%,55%)
(0.10/0.42/0.00/0.55)	

CMYK percentages

%10.43
%41.74
%0
%54.9

Codes

Color #674373 in popluar color models

674373
RGB10367115
HSL285°26.37%35.69%
HSB/HSV285°41.74%45.10%
CMYK10.43%41.74%0.00%
54.90%

Color #674373 in popluar number systems.

HEX674373
Decimal10367115
Binary110011110000111110011
Octal147103163

Shades and tints

Shades of #674373

#674373
(103,67,115)
#5E3D69
(94,61,105)
#55375F
(85,55,95)
#4C3155
(76,49,85)
#432B4B
(67,43,75)
#3A2541
(58,37,65)
#311F37
(49,31,55)
#28192D
(40,25,45)
#1F1323
(31,19,35)
#160D19
(22,13,25)
#0D070F
(13,7,15)
#000000
(0,0,0)

Tints of #674373

#674373
(103,67,115)
#74547F
(116,84,127)
#81658B
(129,101,139)
#8E7697
(142,118,151)
#9B87A3
(155,135,163)
#A898AF
(168,152,175)
#B5A9BB
(181,169,187)
#C2BAC7
(194,186,199)
#CFCBD3
(207,203,211)
#DCDCDF
(220,220,223)
#E9EDEB
(233,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #674373 color. Also use rgb(103,67,115) instead hex code.

Text Font Color

.myTextColor { color: #674373; }

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

This text font color is #674373.


Background Color

.myBgColor { background-color: #674373; }

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

This div background color is #674373.


Border color

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

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

This div border color is #674373.


Opacity

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

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

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

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

This text has shadow with #674373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674373 on black background.


Color preview on white background

This text has color #674373 on white background.



Black color preview on #674373 background

This text has black color on #674373 background.


White color preview on #674373 background

This text has white color on #674373 background.