COLOR #674575

HEX: #674575
RGB: (103,69,117)

Color info

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

RGB color model

#674575 color RGB value is (103,69,117).

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

RGB channels and saturation

R 103 of 255 = 40%
G 69 of 255 = 27%
B 117 of 255 = 46%

103
69
117

R + G + B ~ 38%. #674575 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 69 + 117 = 289 (100%)
R 103 of 289 ~ 35.64%
G 69 of 289 ~ 23.88%
B 117 of 289 ~ 40.48%

%35.64
%23.88
%40.48

CMYK color model

#674575 color CMYK value is (12,41,0,54).

  • cyan value is 11.97%
  • magenta value is 41.03%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(12,41,0,54)
C12M41Y0K54 
(12%,41%,0%,54%)
(0.12/0.41/0.00/0.54)	

CMYK percentages

%11.97
%41.03
%0
%54.12

Codes

Color #674575 in popluar color models

674575
RGB10369117
HSL283°25.81%36.47%
HSB/HSV283°41.03%45.88%
CMYK11.97%41.03%0.00%
54.12%

Color #674575 in popluar number systems.

HEX674575
Decimal10369117
Binary110011110001011110101
Octal147105165

Shades and tints

Shades of #674575

#674575
(103,69,117)
#5E3F6B
(94,63,107)
#553961
(85,57,97)
#4C3357
(76,51,87)
#432D4D
(67,45,77)
#3A2743
(58,39,67)
#312139
(49,33,57)
#281B2F
(40,27,47)
#1F1525
(31,21,37)
#160F1B
(22,15,27)
#0D0911
(13,9,17)
#000000
(0,0,0)

Tints of #674575

#674575
(103,69,117)
#745581
(116,85,129)
#81658D
(129,101,141)
#8E7599
(142,117,153)
#9B85A5
(155,133,165)
#A895B1
(168,149,177)
#B5A5BD
(181,165,189)
#C2B5C9
(194,181,201)
#CFC5D5
(207,197,213)
#DCD5E1
(220,213,225)
#E9E5ED
(233,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #674575; }

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

This text font color is #674575.


Background Color

.myBgColor { background-color: #674575; }

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

This div background color is #674575.


Border color

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

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

This div border color is #674575.


Opacity

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

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

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

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

This text has shadow with #674575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674575 on black background.


Color preview on white background

This text has color #674575 on white background.



Black color preview on #674575 background

This text has black color on #674575 background.


White color preview on #674575 background

This text has white color on #674575 background.