COLOR #676D62

HEX: #676D62
RGB: (103,109,98)

Renk bilgisi

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

RGB renk modeli

#676D62 color RGB value is (103,109,98).

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

RGB bağlantıları ve doygunluk

R 103 of 255 = 40%
G 109 of 255 = 43%
B 98 of 255 = 38%

103
109
98

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

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 109 + 98 = 310 (100%)
R 103 of 310 ~ 33.23%
G 109 of 310 ~ 35.16%
B 98 of 310 ~ 31.61%

%33.23
%35.16
%31.61

CMYK RENK MODELİ

#676D62 rengi CMYK tonu (6,0,10,57).

  • camgöbeği tonu 5.50%
  • eflatun tonu 0.00%
  • sarı tonu 10.09%
  • ana renk tonu 57.25%
CMYK:
(6,0,10,57)
C6M0Y10K57 
(6%,0%,10%,57%)
(0.06/0.00/0.10/0.57)	

CMYK yüzdeleri

%5.5
%0
%10.09
%57.25

Codes

Color #676D62 in popluar color models

676D62
RGB10310998
HSL93°5.31%40.59%
HSB/HSV93°10.09%42.75%
CMYK5.50%0.00%10.09%
57.25%

Color #676D62 in popluar number systems.

HEX676D62
Decimal10310998
Binary110011111011011100010
Octal147155142

Shades and tints

Shades of #676D62

#676D62
(103,109,98)
#5E645A
(94,100,90)
#555B52
(85,91,82)
#4C524A
(76,82,74)
#434942
(67,73,66)
#3A403A
(58,64,58)
#313732
(49,55,50)
#282E2A
(40,46,42)
#1F2522
(31,37,34)
#161C1A
(22,28,26)
#0D1312
(13,19,18)
#000000
(0,0,0)

Tints of #676D62

#676D62
(103,109,98)
#747A70
(116,122,112)
#81877E
(129,135,126)
#8E948C
(142,148,140)
#9BA19A
(155,161,154)
#A8AEA8
(168,174,168)
#B5BBB6
(181,187,182)
#C2C8C4
(194,200,196)
#CFD5D2
(207,213,210)
#DCE2E0
(220,226,224)
#E9EFEE
(233,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676D62; }

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

This text font color is #676D62.


Background Color

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

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

This div background color is #676D62.


Border color

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

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

This div border color is #676D62.


Opacity

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

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

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

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

This text has shadow with #676D62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676D62 on black background.


Color preview on white background

This text has color #676D62 on white background.



Black color preview on #676D62 background

This text has black color on #676D62 background.


White color preview on #676D62 background

This text has white color on #676D62 background.