COLOR #674188

HEX: #674188
RGB: (103,65,136)

Color info

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

RGB color model

#674188 color RGB value is (103,65,136).

  • red value is 103;
  • green value is 65;
  • blue value is 136.
RGB:
(103,65,136)
(40%,25%,53%)

RGB channels and saturation

R 103 of 255 = 40%
G 65 of 255 = 25%
B 136 of 255 = 53%

103
65
136

R + G + B ~ 39%. #674188 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 65 + 136 = 304 (100%)
R 103 of 304 ~ 33.88%
G 65 of 304 ~ 21.38%
B 136 of 304 ~ 44.74%

%33.88
%21.38
%44.74

CMYK color model

#674188 color CMYK value is (24,52,0,47).

  • cyan value is 24.26%
  • magenta value is 52.21%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(24,52,0,47)
C24M52Y0K47 
(24%,52%,0%,47%)
(0.24/0.52/0.00/0.47)	

CMYK percentages

%24.26
%52.21
%0
%46.67

Codes

Color #674188 in popluar color models

674188
RGB10365136
HSL272°35.32%39.41%
HSB/HSV272°52.21%53.33%
CMYK24.26%52.21%0.00%
46.67%

Color #674188 in popluar number systems.

HEX674188
Decimal10365136
Binary1100111100000110001000
Octal147101210

Shades and tints

Shades of #674188

#674188
(103,65,136)
#5E3C7C
(94,60,124)
#553770
(85,55,112)
#4C3264
(76,50,100)
#432D58
(67,45,88)
#3A284C
(58,40,76)
#312340
(49,35,64)
#281E34
(40,30,52)
#1F1928
(31,25,40)
#16141C
(22,20,28)
#0D0F10
(13,15,16)
#000000
(0,0,0)

Tints of #674188

#674188
(103,65,136)
#745292
(116,82,146)
#81639C
(129,99,156)
#8E74A6
(142,116,166)
#9B85B0
(155,133,176)
#A896BA
(168,150,186)
#B5A7C4
(181,167,196)
#C2B8CE
(194,184,206)
#CFC9D8
(207,201,216)
#DCDAE2
(220,218,226)
#E9EBEC
(233,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #674188 color. Also use rgb(103,65,136) instead hex code.

Text Font Color

.myTextColor { color: #674188; }

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

This text font color is #674188.


Background Color

.myBgColor { background-color: #674188; }

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

This div background color is #674188.


Border color

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

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

This div border color is #674188.


Opacity

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

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

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

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

This text has shadow with #674188 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674188 on black background.


Color preview on white background

This text has color #674188 on white background.



Black color preview on #674188 background

This text has black color on #674188 background.


White color preview on #674188 background

This text has white color on #674188 background.