COLOR #676F85

HEX: #676F85
RGB: (103,111,133)

Renk bilgisi

#676F85 contains red, green and blue colors in about the same proportion. #676F85 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#676F85 color RGB value is (103,111,133).

  • kırmız ton 103;
  • yeşil ton 111;
  • mavi ton 133.
RGB:
(103,111,133)
(40%,44%,52%)

RGB bağlantıları ve doygunluk

R 103 of 255 = 40%
G 111 of 255 = 44%
B 133 of 255 = 52%

103
111
133

R + G + B ~ 45%. #676F85 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 111 + 133 = 347 (100%)
R 103 of 347 ~ 29.68%
G 111 of 347 ~ 31.99%
B 133 of 347 ~ 38.33%

%29.68
%31.99
%38.33

CMYK RENK MODELİ

#676F85 rengi CMYK tonu (23,17,0,48).

  • camgöbeği tonu 22.56%
  • eflatun tonu 16.54%
  • sarı tonu 0.00%
  • ana renk tonu 47.84%
CMYK:
(23,17,0,48)
C23M17Y0K48 
(23%,17%,0%,48%)
(0.23/0.17/0.00/0.48)	

CMYK yüzdeleri

%22.56
%16.54
%0
%47.84

Codes

Color #676F85 in popluar color models

676F85
RGB103111133
HSL224°12.71%46.27%
HSB/HSV224°22.56%52.16%
CMYK22.56%16.54%0.00%
47.84%

Color #676F85 in popluar number systems.

HEX676F85
Decimal103111133
Binary1100111110111110000101
Octal147157205

Shades and tints

Shades of #676F85

#676F85
(103,111,133)
#5E6579
(94,101,121)
#555B6D
(85,91,109)
#4C5161
(76,81,97)
#434755
(67,71,85)
#3A3D49
(58,61,73)
#31333D
(49,51,61)
#282931
(40,41,49)
#1F1F25
(31,31,37)
#161519
(22,21,25)
#0D0B0D
(13,11,13)
#000000
(0,0,0)

Tints of #676F85

#676F85
(103,111,133)
#747C90
(116,124,144)
#81899B
(129,137,155)
#8E96A6
(142,150,166)
#9BA3B1
(155,163,177)
#A8B0BC
(168,176,188)
#B5BDC7
(181,189,199)
#C2CAD2
(194,202,210)
#CFD7DD
(207,215,221)
#DCE4E8
(220,228,232)
#E9F1F3
(233,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676F85; }

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

This text font color is #676F85.


Background Color

.myBgColor { background-color: #676F85; }

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

This div background color is #676F85.


Border color

.myBorderColor { border: 1px solid #676F85; }

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

This div border color is #676F85.


Opacity

.myOpacity80 { color: #676F85; opacity: 0.8; }

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

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

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

This text has shadow with #676F85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676F85 on black background.


Color preview on white background

This text has color #676F85 on white background.



Black color preview on #676F85 background

This text has black color on #676F85 background.


White color preview on #676F85 background

This text has white color on #676F85 background.