COLOR #674572

HEX: #674572
RGB: (103,69,114)

Color info

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

RGB color model

#674572 color RGB value is (103,69,114).

  • red value is 103;
  • green value is 69;
  • blue value is 114.
RGB:
(103,69,114)
(40%,27%,45%)

RGB channels and saturation

R 103 of 255 = 40%
G 69 of 255 = 27%
B 114 of 255 = 45%

103
69
114

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

Portions of RGB colors in percentages

R + G + B =
103 + 69 + 114 = 286 (100%)
R 103 of 286 ~ 36.01%
G 69 of 286 ~ 24.13%
B 114 of 286 ~ 39.86%

%36.01
%24.13
%39.86

CMYK color model

#674572 color CMYK value is (10,39,0,55).

  • cyan value is 9.65%
  • magenta value is 39.47%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(10,39,0,55)
C10M39Y0K55 
(10%,39%,0%,55%)
(0.10/0.39/0.00/0.55)	

CMYK percentages

%9.65
%39.47
%0
%55.29

Codes

Color #674572 in popluar color models

674572
RGB10369114
HSL285°24.59%35.88%
HSB/HSV285°39.47%44.71%
CMYK9.65%39.47%0.00%
55.29%

Color #674572 in popluar number systems.

HEX674572
Decimal10369114
Binary110011110001011110010
Octal147105162

Shades and tints

Shades of #674572

#674572
(103,69,114)
#5E3F68
(94,63,104)
#55395E
(85,57,94)
#4C3354
(76,51,84)
#432D4A
(67,45,74)
#3A2740
(58,39,64)
#312136
(49,33,54)
#281B2C
(40,27,44)
#1F1522
(31,21,34)
#160F18
(22,15,24)
#0D090E
(13,9,14)
#000000
(0,0,0)

Tints of #674572

#674572
(103,69,114)
#74557E
(116,85,126)
#81658A
(129,101,138)
#8E7596
(142,117,150)
#9B85A2
(155,133,162)
#A895AE
(168,149,174)
#B5A5BA
(181,165,186)
#C2B5C6
(194,181,198)
#CFC5D2
(207,197,210)
#DCD5DE
(220,213,222)
#E9E5EA
(233,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #674572 color. Also use rgb(103,69,114) instead hex code.

Text Font Color

.myTextColor { color: #674572; }

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

This text font color is #674572.


Background Color

.myBgColor { background-color: #674572; }

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

This div background color is #674572.


Border color

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

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

This div border color is #674572.


Opacity

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

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

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

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

This text has shadow with #674572 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674572 on black background.


Color preview on white background

This text has color #674572 on white background.



Black color preview on #674572 background

This text has black color on #674572 background.


White color preview on #674572 background

This text has white color on #674572 background.