COLOR #675273

HEX: #675273
RGB: (103,82,115)

Color info

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

RGB color model

#675273 color RGB value is (103,82,115).

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

RGB channels and saturation

R 103 of 255 = 40%
G 82 of 255 = 32%
B 115 of 255 = 45%

103
82
115

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

Portions of RGB colors in percentages

R + G + B =
103 + 82 + 115 = 300 (100%)
R 103 of 300 ~ 34.33%
G 82 of 300 ~ 27.33%
B 115 of 300 ~ 38.33%

%34.33
%27.33
%38.33

CMYK color model

#675273 color CMYK value is (10,29,0,55).

  • cyan value is 10.43%
  • magenta value is 28.70%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(10,29,0,55)
C10M29Y0K55 
(10%,29%,0%,55%)
(0.10/0.29/0.00/0.55)	

CMYK percentages

%10.43
%28.7
%0
%54.9

Codes

Color #675273 in popluar color models

675273
RGB10382115
HSL278°16.75%38.63%
HSB/HSV278°28.70%45.10%
CMYK10.43%28.70%0.00%
54.90%

Color #675273 in popluar number systems.

HEX675273
Decimal10382115
Binary110011110100101110011
Octal147122163

Shades and tints

Shades of #675273

#675273
(103,82,115)
#5E4B69
(94,75,105)
#55445F
(85,68,95)
#4C3D55
(76,61,85)
#43364B
(67,54,75)
#3A2F41
(58,47,65)
#312837
(49,40,55)
#28212D
(40,33,45)
#1F1A23
(31,26,35)
#161319
(22,19,25)
#0D0C0F
(13,12,15)
#000000
(0,0,0)

Tints of #675273

#675273
(103,82,115)
#74617F
(116,97,127)
#81708B
(129,112,139)
#8E7F97
(142,127,151)
#9B8EA3
(155,142,163)
#A89DAF
(168,157,175)
#B5ACBB
(181,172,187)
#C2BBC7
(194,187,199)
#CFCAD3
(207,202,211)
#DCD9DF
(220,217,223)
#E9E8EB
(233,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #675273; }

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

This text font color is #675273.


Background Color

.myBgColor { background-color: #675273; }

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

This div background color is #675273.


Border color

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

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

This div border color is #675273.


Opacity

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

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

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

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

This text has shadow with #675273 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #675273 on black background.


Color preview on white background

This text has color #675273 on white background.



Black color preview on #675273 background

This text has black color on #675273 background.


White color preview on #675273 background

This text has white color on #675273 background.