COLOR #674D82

HEX: #674D82 RGB: (103,77,130)

Color info

#674D82 contains red, green and blue colors in about the same proportion. Web safe color of #674D82 is #663399 (or #639).

RGB color model

#674D82 color RGB value is (103,77,130).

RGB: (103,77,130) (40%, 30%, 51%)

RGB channels and saturation

R 103 of 255 = 40%
G 77 of 255 = 30%
B 130 of 255 = 51%

103
77
130

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

Portions of RGB colors in percentages

R + G + B = 103 + 77 + 130 = 310 (100%)
R 103 of 310 ~ 33.23%
G 77 of 310 ~ 24.84%
B 130 of 310 ~ 41.94'%

%33.23
%24.84
%41.94

CMYK color model

#674D82 color CMYK value is (21,41,0,49).

  • cyan value is 20.77%
  • magenta value is 40.77%
  • yellow value is 0.00%
  • key color value is 49.02%

CMYK: (21,41,0,49)
C21M41Y0K49 (21%, 41%, 0%, 49%)
(0.21 / 0.41 / 0.00 / 0.49)

CMYK percentages

%20.77
%40.77
%0
%49.02

Codes

Color #674D82 in popluar color models

67 4D 82
RGB 103 77 130
HSL 269° 25.60% 40.59%
HSB/HSV 269° 40.77% 50.98%
CMYK 20.77% 40.77% 0.00%
49.02%

Color #674D82 in popluar number systems.

HEX 67 4D 82
Decimal 103 77 130
Binary 1100111 1001101 10000010
Octal 147 115 202

Shades and tints

Shades of #674D82

#674D82
(103,77,130)
#5E4677
(94,70,119)
#553F6C
(85,63,108)
#4C3861
(76,56,97)
#433156
(67,49,86)
#3A2A4B
(58,42,75)
#312340
(49,35,64)
#281C35
(40,28,53)
#1F152A
(31,21,42)
#160E1F
(22,14,31)
#0D0714
(13,7,20)
#000000
(0,0,0)

Tints of #674D82

#674D82
(103,77,130)
#745D8D
(116,93,141)
#816D98
(129,109,152)
#8E7DA3
(142,125,163)
#9B8DAE
(155,141,174)
#A89DB9
(168,157,185)
#B5ADC4
(181,173,196)
#C2BDCF
(194,189,207)
#CFCDDA
(207,205,218)
#DCDDE5
(220,221,229)
#E9EDF0
(233,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #674D82 color. Also use rgb(103,77,130) instead hex code.

Text Font Color

.myTextColor { color: #674D82; }

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

This text font color is #674D82.

Background Color

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

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

This div background color is #674D82.

Border color

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

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

This div border color is #674D82.

Opacity

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

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

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

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

This text has shadow with #674D82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #674D82.

Preview

Color preview on black background

This text has color #674D82 on black background.


Color preview on white background

This text has color #674D82 on white background.


Black color preview on #674D82 background

This text has black color on #674D82 background.


White color preview on #674D82 background

This text has white color on #674D82 background.


Related colors

Complementary color

Complementary color for #hex is #98B27D.


I love getcolorcode.com

Triadic colors

1 #82674D and #4D8267 with #674D82 are triadic colors.

2 #824D67 and #4D6782 with #674D82 are triadic colors.