COLOR #676385

HEX: #676385
RGB: (103,99,133)

Color info

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

RGB color model

#676385 color RGB value is (103,99,133).

  • red value is 103;
  • green value is 99;
  • blue value is 133.
RGB:
(103,99,133)
(40%,39%,52%)

RGB channels and saturation

R 103 of 255 = 40%
G 99 of 255 = 39%
B 133 of 255 = 52%

103
99
133

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

Portions of RGB colors in percentages

R + G + B =
103 + 99 + 133 = 335 (100%)
R 103 of 335 ~ 30.75%
G 99 of 335 ~ 29.55%
B 133 of 335 ~ 39.7%

%30.75
%29.55
%39.7

CMYK color model

#676385 color CMYK value is (23,26,0,48).

  • cyan value is 22.56%
  • magenta value is 25.56%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(23,26,0,48)
C23M26Y0K48 
(23%,26%,0%,48%)
(0.23/0.26/0.00/0.48)	

CMYK percentages

%22.56
%25.56
%0
%47.84

Codes

Color #676385 in popluar color models

676385
RGB10399133
HSL247°14.66%45.49%
HSB/HSV247°25.56%52.16%
CMYK22.56%25.56%0.00%
47.84%

Color #676385 in popluar number systems.

HEX676385
Decimal10399133
Binary1100111110001110000101
Octal147143205

Shades and tints

Shades of #676385

#676385
(103,99,133)
#5E5A79
(94,90,121)
#55516D
(85,81,109)
#4C4861
(76,72,97)
#433F55
(67,63,85)
#3A3649
(58,54,73)
#312D3D
(49,45,61)
#282431
(40,36,49)
#1F1B25
(31,27,37)
#161219
(22,18,25)
#0D090D
(13,9,13)
#000000
(0,0,0)

Tints of #676385

#676385
(103,99,133)
#747190
(116,113,144)
#817F9B
(129,127,155)
#8E8DA6
(142,141,166)
#9B9BB1
(155,155,177)
#A8A9BC
(168,169,188)
#B5B7C7
(181,183,199)
#C2C5D2
(194,197,210)
#CFD3DD
(207,211,221)
#DCE1E8
(220,225,232)
#E9EFF3
(233,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676385; }

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

This text font color is #676385.


Background Color

.myBgColor { background-color: #676385; }

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

This div background color is #676385.


Border color

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

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

This div border color is #676385.


Opacity

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

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

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

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

This text has shadow with #676385 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676385 on black background.


Color preview on white background

This text has color #676385 on white background.



Black color preview on #676385 background

This text has black color on #676385 background.


White color preview on #676385 background

This text has white color on #676385 background.