COLOR #674288

HEX: #674288
RGB: (103,66,136)

Color info

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

RGB color model

#674288 color RGB value is (103,66,136).

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

RGB channels and saturation

R 103 of 255 = 40%
G 66 of 255 = 26%
B 136 of 255 = 53%

103
66
136

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

Portions of RGB colors in percentages

R + G + B =
103 + 66 + 136 = 305 (100%)
R 103 of 305 ~ 33.77%
G 66 of 305 ~ 21.64%
B 136 of 305 ~ 44.59%

%33.77
%21.64
%44.59

CMYK color model

#674288 color CMYK value is (24,51,0,47).

  • cyan value is 24.26%
  • magenta value is 51.47%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(24,51,0,47)
C24M51Y0K47 
(24%,51%,0%,47%)
(0.24/0.51/0.00/0.47)	

CMYK percentages

%24.26
%51.47
%0
%46.67

Codes

Color #674288 in popluar color models

674288
RGB10366136
HSL272°34.65%39.61%
HSB/HSV272°51.47%53.33%
CMYK24.26%51.47%0.00%
46.67%

Color #674288 in popluar number systems.

HEX674288
Decimal10366136
Binary1100111100001010001000
Octal147102210

Shades and tints

Shades of #674288

#674288
(103,66,136)
#5E3C7C
(94,60,124)
#553670
(85,54,112)
#4C3064
(76,48,100)
#432A58
(67,42,88)
#3A244C
(58,36,76)
#311E40
(49,30,64)
#281834
(40,24,52)
#1F1228
(31,18,40)
#160C1C
(22,12,28)
#0D0610
(13,6,16)
#000000
(0,0,0)

Tints of #674288

#674288
(103,66,136)
#745392
(116,83,146)
#81649C
(129,100,156)
#8E75A6
(142,117,166)
#9B86B0
(155,134,176)
#A897BA
(168,151,186)
#B5A8C4
(181,168,196)
#C2B9CE
(194,185,206)
#CFCAD8
(207,202,216)
#DCDBE2
(220,219,226)
#E9ECEC
(233,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #674288; }

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

This text font color is #674288.


Background Color

.myBgColor { background-color: #674288; }

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

This div background color is #674288.


Border color

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

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

This div border color is #674288.


Opacity

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

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

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

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

This text has shadow with #674288 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674288 on black background.


Color preview on white background

This text has color #674288 on white background.



Black color preview on #674288 background

This text has black color on #674288 background.


White color preview on #674288 background

This text has white color on #674288 background.