COLOR #675271

HEX: #675271
RGB: (103,82,113)

Color info

#675271 contains red, green and blue colors in about the same proportion. Web safe color of #675271 is #666666 (or #666).

RGB color model

#675271 color RGB value is (103,82,113).

  • red value is 103;
  • green value is 82;
  • blue value is 113.
RGB:
(103,82,113)
(40%,32%,44%)

RGB channels and saturation

R 103 of 255 = 40%
G 82 of 255 = 32%
B 113 of 255 = 44%

103
82
113

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

Portions of RGB colors in percentages

R + G + B =
103 + 82 + 113 = 298 (100%)
R 103 of 298 ~ 34.56%
G 82 of 298 ~ 27.52%
B 113 of 298 ~ 37.92%

%34.56
%27.52
%37.92

CMYK color model

#675271 color CMYK value is (9,27,0,56).

  • cyan value is 8.85%
  • magenta value is 27.43%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(9,27,0,56)
C9M27Y0K56 
(9%,27%,0%,56%)
(0.09/0.27/0.00/0.56)	

CMYK percentages

%8.85
%27.43
%0
%55.69

Codes

Color #675271 in popluar color models

675271
RGB10382113
HSL281°15.90%38.24%
HSB/HSV281°27.43%44.31%
CMYK8.85%27.43%0.00%
55.69%

Color #675271 in popluar number systems.

HEX675271
Decimal10382113
Binary110011110100101110001
Octal147122161

Shades and tints

Shades of #675271

#675271
(103,82,113)
#5E4B67
(94,75,103)
#55445D
(85,68,93)
#4C3D53
(76,61,83)
#433649
(67,54,73)
#3A2F3F
(58,47,63)
#312835
(49,40,53)
#28212B
(40,33,43)
#1F1A21
(31,26,33)
#161317
(22,19,23)
#0D0C0D
(13,12,13)
#000000
(0,0,0)

Tints of #675271

#675271
(103,82,113)
#74617D
(116,97,125)
#817089
(129,112,137)
#8E7F95
(142,127,149)
#9B8EA1
(155,142,161)
#A89DAD
(168,157,173)
#B5ACB9
(181,172,185)
#C2BBC5
(194,187,197)
#CFCAD1
(207,202,209)
#DCD9DD
(220,217,221)
#E9E8E9
(233,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #675271 color. Also use rgb(103,82,113) instead hex code.

Text Font Color

.myTextColor { color: #675271; }

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

This text font color is #675271.


Background Color

.myBgColor { background-color: #675271; }

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

This div background color is #675271.


Border color

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

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

This div border color is #675271.


Opacity

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

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

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

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

This text has shadow with #675271 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #675271 on black background.


Color preview on white background

This text has color #675271 on white background.



Black color preview on #675271 background

This text has black color on #675271 background.


White color preview on #675271 background

This text has white color on #675271 background.