COLOR #674791

HEX: #674791
RGB: (103,71,145)

Color info

#674791 contains mainly red and blue colors. Web safe color of #674791 is #663399 (or #639).

RGB color model

#674791 color RGB value is (103,71,145).

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

RGB channels and saturation

R 103 of 255 = 40%
G 71 of 255 = 28%
B 145 of 255 = 57%

103
71
145

R + G + B ~ 42%. #674791 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
103 + 71 + 145 = 319 (100%)
R 103 of 319 ~ 32.29%
G 71 of 319 ~ 22.26%
B 145 of 319 ~ 45.45%

%32.29
%22.26
%45.45

CMYK color model

#674791 color CMYK value is (29,51,0,43).

  • cyan value is 28.97%
  • magenta value is 51.03%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(29,51,0,43)
C29M51Y0K43 
(29%,51%,0%,43%)
(0.29/0.51/0.00/0.43)	

CMYK percentages

%28.97
%51.03
%0
%43.14

Codes

Color #674791 in popluar color models

674791
RGB10371145
HSL266°34.26%42.35%
HSB/HSV266°51.03%56.86%
CMYK28.97%51.03%0.00%
43.14%

Color #674791 in popluar number systems.

HEX674791
Decimal10371145
Binary1100111100011110010001
Octal147107221

Shades and tints

Shades of #674791

#674791
(103,71,145)
#5E4184
(94,65,132)
#553B77
(85,59,119)
#4C356A
(76,53,106)
#432F5D
(67,47,93)
#3A2950
(58,41,80)
#312343
(49,35,67)
#281D36
(40,29,54)
#1F1729
(31,23,41)
#16111C
(22,17,28)
#0D0B0F
(13,11,15)
#000000
(0,0,0)

Tints of #674791

#674791
(103,71,145)
#74579B
(116,87,155)
#8167A5
(129,103,165)
#8E77AF
(142,119,175)
#9B87B9
(155,135,185)
#A897C3
(168,151,195)
#B5A7CD
(181,167,205)
#C2B7D7
(194,183,215)
#CFC7E1
(207,199,225)
#DCD7EB
(220,215,235)
#E9E7F5
(233,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #674791; }

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

This text font color is #674791.


Background Color

.myBgColor { background-color: #674791; }

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

This div background color is #674791.


Border color

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

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

This div border color is #674791.


Opacity

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

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

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

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

This text has shadow with #674791 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674791 on black background.


Color preview on white background

This text has color #674791 on white background.



Black color preview on #674791 background

This text has black color on #674791 background.


White color preview on #674791 background

This text has white color on #674791 background.