COLOR #674178

HEX: #674178
RGB: (103,65,120)

Color info

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

RGB color model

#674178 color RGB value is (103,65,120).

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

RGB channels and saturation

R 103 of 255 = 40%
G 65 of 255 = 25%
B 120 of 255 = 47%

103
65
120

R + G + B ~ 37%. #674178 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 65 + 120 = 288 (100%)
R 103 of 288 ~ 35.76%
G 65 of 288 ~ 22.57%
B 120 of 288 ~ 41.67%

%35.76
%22.57
%41.67

CMYK color model

#674178 color CMYK value is (14,46,0,53).

  • cyan value is 14.17%
  • magenta value is 45.83%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(14,46,0,53)
C14M46Y0K53 
(14%,46%,0%,53%)
(0.14/0.46/0.00/0.53)	

CMYK percentages

%14.17
%45.83
%0
%52.94

Codes

Color #674178 in popluar color models

674178
RGB10365120
HSL281°29.73%36.27%
HSB/HSV281°45.83%47.06%
CMYK14.17%45.83%0.00%
52.94%

Color #674178 in popluar number systems.

HEX674178
Decimal10365120
Binary110011110000011111000
Octal147101170

Shades and tints

Shades of #674178

#674178
(103,65,120)
#5E3C6E
(94,60,110)
#553764
(85,55,100)
#4C325A
(76,50,90)
#432D50
(67,45,80)
#3A2846
(58,40,70)
#31233C
(49,35,60)
#281E32
(40,30,50)
#1F1928
(31,25,40)
#16141E
(22,20,30)
#0D0F14
(13,15,20)
#000000
(0,0,0)

Tints of #674178

#674178
(103,65,120)
#745284
(116,82,132)
#816390
(129,99,144)
#8E749C
(142,116,156)
#9B85A8
(155,133,168)
#A896B4
(168,150,180)
#B5A7C0
(181,167,192)
#C2B8CC
(194,184,204)
#CFC9D8
(207,201,216)
#DCDAE4
(220,218,228)
#E9EBF0
(233,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #674178; }

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

This text font color is #674178.


Background Color

.myBgColor { background-color: #674178; }

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

This div background color is #674178.


Border color

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

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

This div border color is #674178.


Opacity

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

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

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

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

This text has shadow with #674178 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674178 on black background.


Color preview on white background

This text has color #674178 on white background.



Black color preview on #674178 background

This text has black color on #674178 background.


White color preview on #674178 background

This text has white color on #674178 background.