COLOR #677376

HEX: #677376
RGB: (103,115,118)

Renk bilgisi

#677376 contains red, green and blue colors in about the same proportion. #677376 ‘ nin web güvenlik rengi #666666 (ya da #666) dir.

RGB renk modeli

#677376 color RGB value is (103,115,118).

  • kırmız ton 103;
  • yeşil ton 115;
  • mavi ton 118.
RGB:
(103,115,118)
(40%,45%,46%)

RGB bağlantıları ve doygunluk

R 103 of 255 = 40%
G 115 of 255 = 45%
B 118 of 255 = 46%

103
115
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 115 + 118 = 336 (100%)
R 103 of 336 ~ 30.65%
G 115 of 336 ~ 34.23%
B 118 of 336 ~ 35.12%

%30.65
%34.23
%35.12

CMYK RENK MODELİ

#677376 rengi CMYK tonu (13,3,0,54).

  • camgöbeği tonu 12.71%
  • eflatun tonu 2.54%
  • sarı tonu 0.00%
  • ana renk tonu 53.73%
CMYK:
(13,3,0,54)
C13M3Y0K54 
(13%,3%,0%,54%)
(0.13/0.03/0.00/0.54)	

CMYK yüzdeleri

%12.71
%2.54
%0
%53.73

Codes

Color #677376 in popluar color models

677376
RGB103115118
HSL192°6.79%43.33%
HSB/HSV192°12.71%46.27%
CMYK12.71%2.54%0.00%
53.73%

Color #677376 in popluar number systems.

HEX677376
Decimal103115118
Binary110011111100111110110
Octal147163166

Shades and tints

Shades of #677376

#677376
(103,115,118)
#5E696C
(94,105,108)
#555F62
(85,95,98)
#4C5558
(76,85,88)
#434B4E
(67,75,78)
#3A4144
(58,65,68)
#31373A
(49,55,58)
#282D30
(40,45,48)
#1F2326
(31,35,38)
#16191C
(22,25,28)
#0D0F12
(13,15,18)
#000000
(0,0,0)

Tints of #677376

#677376
(103,115,118)
#747F82
(116,127,130)
#818B8E
(129,139,142)
#8E979A
(142,151,154)
#9BA3A6
(155,163,166)
#A8AFB2
(168,175,178)
#B5BBBE
(181,187,190)
#C2C7CA
(194,199,202)
#CFD3D6
(207,211,214)
#DCDFE2
(220,223,226)
#E9EBEE
(233,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #677376; }

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

This text font color is #677376.


Background Color

.myBgColor { background-color: #677376; }

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

This div background color is #677376.


Border color

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

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

This div border color is #677376.


Opacity

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

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

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

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

This text has shadow with #677376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677376 on black background.


Color preview on white background

This text has color #677376 on white background.



Black color preview on #677376 background

This text has black color on #677376 background.


White color preview on #677376 background

This text has white color on #677376 background.