COLOR #676362

HEX: #676362
RGB: (103,99,98)

Renk bilgisi

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

RGB renk modeli

#676362 color RGB value is (103,99,98).

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

RGB bağlantıları ve doygunluk

R 103 of 255 = 40%
G 99 of 255 = 39%
B 98 of 255 = 38%

103
99
98

R + G + B ~ 39%. #676362 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 99 + 98 = 300 (100%)
R 103 of 300 ~ 34.33%
G 99 of 300 ~ 33%
B 98 of 300 ~ 32.67%

%34.33
%33
%32.67

CMYK RENK MODELİ

#676362 rengi CMYK tonu (0,4,5,60).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.88%
  • sarı tonu 4.85%
  • ana renk tonu 59.61%
CMYK:
(0,4,5,60)
C0M4Y5K60 
(0%,4%,5%,60%)
(0.00/0.04/0.05/0.60)	

CMYK yüzdeleri

%0
%3.88
%4.85
%59.61

Codes

Color #676362 in popluar color models

676362
RGB1039998
HSL12°2.49%39.41%
HSB/HSV12°4.85%40.39%
CMYK0.00%3.88%4.85%
59.61%

Color #676362 in popluar number systems.

HEX676362
Decimal1039998
Binary110011111000111100010
Octal147143142

Shades and tints

Shades of #676362

#676362
(103,99,98)
#5E5A5A
(94,90,90)
#555152
(85,81,82)
#4C484A
(76,72,74)
#433F42
(67,63,66)
#3A363A
(58,54,58)
#312D32
(49,45,50)
#28242A
(40,36,42)
#1F1B22
(31,27,34)
#16121A
(22,18,26)
#0D0912
(13,9,18)
#000000
(0,0,0)

Tints of #676362

#676362
(103,99,98)
#747170
(116,113,112)
#817F7E
(129,127,126)
#8E8D8C
(142,141,140)
#9B9B9A
(155,155,154)
#A8A9A8
(168,169,168)
#B5B7B6
(181,183,182)
#C2C5C4
(194,197,196)
#CFD3D2
(207,211,210)
#DCE1E0
(220,225,224)
#E9EFEE
(233,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676362; }

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

This text font color is #676362.


Background Color

.myBgColor { background-color: #676362; }

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

This div background color is #676362.


Border color

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

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

This div border color is #676362.


Opacity

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

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

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

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

This text has shadow with #676362 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676362 on black background.


Color preview on white background

This text has color #676362 on white background.



Black color preview on #676362 background

This text has black color on #676362 background.


White color preview on #676362 background

This text has white color on #676362 background.