COLOR #676373

HEX: #676373
RGB: (103,99,115)

Renk bilgisi

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

RGB renk modeli

#676373 color RGB value is (103,99,115).

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

RGB bağlantıları ve doygunluk

R 103 of 255 = 40%
G 99 of 255 = 39%
B 115 of 255 = 45%

103
99
115

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

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 99 + 115 = 317 (100%)
R 103 of 317 ~ 32.49%
G 99 of 317 ~ 31.23%
B 115 of 317 ~ 36.28%

%32.49
%31.23
%36.28

CMYK RENK MODELİ

#676373 rengi CMYK tonu (10,14,0,55).

  • camgöbeği tonu 10.43%
  • eflatun tonu 13.91%
  • sarı tonu 0.00%
  • ana renk tonu 54.90%
CMYK:
(10,14,0,55)
C10M14Y0K55 
(10%,14%,0%,55%)
(0.10/0.14/0.00/0.55)	

CMYK yüzdeleri

%10.43
%13.91
%0
%54.9

Codes

Color #676373 in popluar color models

676373
RGB10399115
HSL255°7.48%41.96%
HSB/HSV255°13.91%45.10%
CMYK10.43%13.91%0.00%
54.90%

Color #676373 in popluar number systems.

HEX676373
Decimal10399115
Binary110011111000111110011
Octal147143163

Shades and tints

Shades of #676373

#676373
(103,99,115)
#5E5A69
(94,90,105)
#55515F
(85,81,95)
#4C4855
(76,72,85)
#433F4B
(67,63,75)
#3A3641
(58,54,65)
#312D37
(49,45,55)
#28242D
(40,36,45)
#1F1B23
(31,27,35)
#161219
(22,18,25)
#0D090F
(13,9,15)
#000000
(0,0,0)

Tints of #676373

#676373
(103,99,115)
#74717F
(116,113,127)
#817F8B
(129,127,139)
#8E8D97
(142,141,151)
#9B9BA3
(155,155,163)
#A8A9AF
(168,169,175)
#B5B7BB
(181,183,187)
#C2C5C7
(194,197,199)
#CFD3D3
(207,211,211)
#DCE1DF
(220,225,223)
#E9EFEB
(233,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676373; }

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

This text font color is #676373.


Background Color

.myBgColor { background-color: #676373; }

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

This div background color is #676373.


Border color

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

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

This div border color is #676373.


Opacity

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

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

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

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

This text has shadow with #676373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676373 on black background.


Color preview on white background

This text has color #676373 on white background.



Black color preview on #676373 background

This text has black color on #676373 background.


White color preview on #676373 background

This text has white color on #676373 background.