COLOR #676787

HEX: #676787
RGB: (103,103,135)

Color info

#676787 contains red, green and blue colors in about the same proportion. Web safe color of #676787 is #666699 (or #669).

RGB color model

#676787 color RGB value is (103,103,135).

  • red value is 103;
  • green value is 103;
  • blue value is 135.
RGB:
(103,103,135)
(40%,40%,53%)

RGB channels and saturation

R 103 of 255 = 40%
G 103 of 255 = 40%
B 135 of 255 = 53%

103
103
135

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

Portions of RGB colors in percentages

R + G + B =
103 + 103 + 135 = 341 (100%)
R 103 of 341 ~ 30.21%
G 103 of 341 ~ 30.21%
B 135 of 341 ~ 39.59%

%30.21
%30.21
%39.59

CMYK color model

#676787 color CMYK value is (24,24,0,47).

  • cyan value is 23.70%
  • magenta value is 23.70%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(24,24,0,47)
C24M24Y0K47 
(24%,24%,0%,47%)
(0.24/0.24/0.00/0.47)	

CMYK percentages

%23.7
%23.7
%0
%47.06

Codes

Color #676787 in popluar color models

676787
RGB103103135
HSL240°13.45%46.67%
HSB/HSV240°23.70%52.94%
CMYK23.70%23.70%0.00%
47.06%

Color #676787 in popluar number systems.

HEX676787
Decimal103103135
Binary1100111110011110000111
Octal147147207

Shades and tints

Shades of #676787

#676787
(103,103,135)
#5E5E7B
(94,94,123)
#55556F
(85,85,111)
#4C4C63
(76,76,99)
#434357
(67,67,87)
#3A3A4B
(58,58,75)
#31313F
(49,49,63)
#282833
(40,40,51)
#1F1F27
(31,31,39)
#16161B
(22,22,27)
#0D0D0F
(13,13,15)
#000000
(0,0,0)

Tints of #676787

#676787
(103,103,135)
#747491
(116,116,145)
#81819B
(129,129,155)
#8E8EA5
(142,142,165)
#9B9BAF
(155,155,175)
#A8A8B9
(168,168,185)
#B5B5C3
(181,181,195)
#C2C2CD
(194,194,205)
#CFCFD7
(207,207,215)
#DCDCE1
(220,220,225)
#E9E9EB
(233,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676787; }

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

This text font color is #676787.


Background Color

.myBgColor { background-color: #676787; }

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

This div background color is #676787.


Border color

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

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

This div border color is #676787.


Opacity

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

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

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

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

This text has shadow with #676787 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676787 on black background.


Color preview on white background

This text has color #676787 on white background.



Black color preview on #676787 background

This text has black color on #676787 background.


White color preview on #676787 background

This text has white color on #676787 background.