COLOR #676277

HEX: #676277
RGB: (103,98,119)

Color info

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

RGB color model

#676277 color RGB value is (103,98,119).

  • red value is 103;
  • green value is 98;
  • blue value is 119.
RGB:
(103,98,119)
(40%,38%,47%)

RGB channels and saturation

R 103 of 255 = 40%
G 98 of 255 = 38%
B 119 of 255 = 47%

103
98
119

R + G + B ~ 42%. #676277 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
103 + 98 + 119 = 320 (100%)
R 103 of 320 ~ 32.19%
G 98 of 320 ~ 30.63%
B 119 of 320 ~ 37.19%

%32.19
%30.63
%37.19

CMYK color model

#676277 color CMYK value is (13,18,0,53).

  • cyan value is 13.45%
  • magenta value is 17.65%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(13,18,0,53)
C13M18Y0K53 
(13%,18%,0%,53%)
(0.13/0.18/0.00/0.53)	

CMYK percentages

%13.45
%17.65
%0
%53.33

Codes

Color #676277 in popluar color models

676277
RGB10398119
HSL254°9.68%42.55%
HSB/HSV254°17.65%46.67%
CMYK13.45%17.65%0.00%
53.33%

Color #676277 in popluar number systems.

HEX676277
Decimal10398119
Binary110011111000101110111
Octal147142167

Shades and tints

Shades of #676277

#676277
(103,98,119)
#5E5A6D
(94,90,109)
#555263
(85,82,99)
#4C4A59
(76,74,89)
#43424F
(67,66,79)
#3A3A45
(58,58,69)
#31323B
(49,50,59)
#282A31
(40,42,49)
#1F2227
(31,34,39)
#161A1D
(22,26,29)
#0D1213
(13,18,19)
#000000
(0,0,0)

Tints of #676277

#676277
(103,98,119)
#747083
(116,112,131)
#817E8F
(129,126,143)
#8E8C9B
(142,140,155)
#9B9AA7
(155,154,167)
#A8A8B3
(168,168,179)
#B5B6BF
(181,182,191)
#C2C4CB
(194,196,203)
#CFD2D7
(207,210,215)
#DCE0E3
(220,224,227)
#E9EEEF
(233,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #676277 color. Also use rgb(103,98,119) instead hex code.

Text Font Color

.myTextColor { color: #676277; }

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

This text font color is #676277.


Background Color

.myBgColor { background-color: #676277; }

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

This div background color is #676277.


Border color

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

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

This div border color is #676277.


Opacity

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

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

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

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

This text has shadow with #676277 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676277 on black background.


Color preview on white background

This text has color #676277 on white background.



Black color preview on #676277 background

This text has black color on #676277 background.


White color preview on #676277 background

This text has white color on #676277 background.