COLOR #674769

HEX: #674769
RGB: (103,71,105)

Color info

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

RGB color model

#674769 color RGB value is (103,71,105).

  • red value is 103;
  • green value is 71;
  • blue value is 105.
RGB:
(103,71,105)
(40%,28%,41%)

RGB channels and saturation

R 103 of 255 = 40%
G 71 of 255 = 28%
B 105 of 255 = 41%

103
71
105

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

Portions of RGB colors in percentages

R + G + B =
103 + 71 + 105 = 279 (100%)
R 103 of 279 ~ 36.92%
G 71 of 279 ~ 25.45%
B 105 of 279 ~ 37.63%

%36.92
%25.45
%37.63

CMYK color model

#674769 color CMYK value is (2,32,0,59).

  • cyan value is 1.90%
  • magenta value is 32.38%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(2,32,0,59)
C2M32Y0K59 
(2%,32%,0%,59%)
(0.02/0.32/0.00/0.59)	

CMYK percentages

%1.9
%32.38
%0
%58.82

Codes

Color #674769 in popluar color models

674769
RGB10371105
HSL296°19.32%34.51%
HSB/HSV296°32.38%41.18%
CMYK1.90%32.38%0.00%
58.82%

Color #674769 in popluar number systems.

HEX674769
Decimal10371105
Binary110011110001111101001
Octal147107151

Shades and tints

Shades of #674769

#674769
(103,71,105)
#5E4160
(94,65,96)
#553B57
(85,59,87)
#4C354E
(76,53,78)
#432F45
(67,47,69)
#3A293C
(58,41,60)
#312333
(49,35,51)
#281D2A
(40,29,42)
#1F1721
(31,23,33)
#161118
(22,17,24)
#0D0B0F
(13,11,15)
#000000
(0,0,0)

Tints of #674769

#674769
(103,71,105)
#745776
(116,87,118)
#816783
(129,103,131)
#8E7790
(142,119,144)
#9B879D
(155,135,157)
#A897AA
(168,151,170)
#B5A7B7
(181,167,183)
#C2B7C4
(194,183,196)
#CFC7D1
(207,199,209)
#DCD7DE
(220,215,222)
#E9E7EB
(233,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #674769 color. Also use rgb(103,71,105) instead hex code.

Text Font Color

.myTextColor { color: #674769; }

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

This text font color is #674769.


Background Color

.myBgColor { background-color: #674769; }

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

This div background color is #674769.


Border color

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

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

This div border color is #674769.


Opacity

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

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

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

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

This text has shadow with #674769 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674769 on black background.


Color preview on white background

This text has color #674769 on white background.



Black color preview on #674769 background

This text has black color on #674769 background.


White color preview on #674769 background

This text has white color on #674769 background.