COLOR #674E95

HEX: #674E95
RGB: (103,78,149)

Color info

#674E95 contains mainly red and blue colors. Web safe color of #674E95 is #666699 (or #669).

RGB color model

#674E95 color RGB value is (103,78,149).

  • red value is 103;
  • green value is 78;
  • blue value is 149.
RGB:
(103,78,149)
(40%,31%,58%)

RGB channels and saturation

R 103 of 255 = 40%
G 78 of 255 = 31%
B 149 of 255 = 58%

103
78
149

R + G + B ~ 43%. #674E95 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
103 + 78 + 149 = 330 (100%)
R 103 of 330 ~ 31.21%
G 78 of 330 ~ 23.64%
B 149 of 330 ~ 45.15%

%31.21
%23.64
%45.15

CMYK color model

#674E95 color CMYK value is (31,48,0,42).

  • cyan value is 30.87%
  • magenta value is 47.65%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(31,48,0,42)
C31M48Y0K42 
(31%,48%,0%,42%)
(0.31/0.48/0.00/0.42)	

CMYK percentages

%30.87
%47.65
%0
%41.57

Codes

Color #674E95 in popluar color models

674E95
RGB10378149
HSL261°31.28%44.51%
HSB/HSV261°47.65%58.43%
CMYK30.87%47.65%0.00%
41.57%

Color #674E95 in popluar number systems.

HEX674E95
Decimal10378149
Binary1100111100111010010101
Octal147116225

Shades and tints

Shades of #674E95

#674E95
(103,78,149)
#5E4788
(94,71,136)
#55407B
(85,64,123)
#4C396E
(76,57,110)
#433261
(67,50,97)
#3A2B54
(58,43,84)
#312447
(49,36,71)
#281D3A
(40,29,58)
#1F162D
(31,22,45)
#160F20
(22,15,32)
#0D0813
(13,8,19)
#000000
(0,0,0)

Tints of #674E95

#674E95
(103,78,149)
#745E9E
(116,94,158)
#816EA7
(129,110,167)
#8E7EB0
(142,126,176)
#9B8EB9
(155,142,185)
#A89EC2
(168,158,194)
#B5AECB
(181,174,203)
#C2BED4
(194,190,212)
#CFCEDD
(207,206,221)
#DCDEE6
(220,222,230)
#E9EEEF
(233,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #674E95 color. Also use rgb(103,78,149) instead hex code.

Text Font Color

.myTextColor { color: #674E95; }

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

This text font color is #674E95.


Background Color

.myBgColor { background-color: #674E95; }

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

This div background color is #674E95.


Border color

.myBorderColor { border: 1px solid #674E95; }

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

This div border color is #674E95.


Opacity

.myOpacity80 { color: #674E95; opacity: 0.8; }

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

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

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

This text has shadow with #674E95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674E95 on black background.


Color preview on white background

This text has color #674E95 on white background.



Black color preview on #674E95 background

This text has black color on #674E95 background.


White color preview on #674E95 background

This text has white color on #674E95 background.