COLOR #676C5B

HEX: #676C5B
RGB: (103,108,91)

Renk bilgisi

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

RGB renk modeli

#676C5B color RGB value is (103,108,91).

  • kırmız ton 103;
  • yeşil ton 108;
  • mavi ton 91.
RGB:
(103,108,91)
(40%,42%,36%)

RGB bağlantıları ve doygunluk

R 103 of 255 = 40%
G 108 of 255 = 42%
B 91 of 255 = 36%

103
108
91

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

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 108 + 91 = 302 (100%)
R 103 of 302 ~ 34.11%
G 108 of 302 ~ 35.76%
B 91 of 302 ~ 30.13%

%34.11
%35.76
%30.13

CMYK RENK MODELİ

#676C5B rengi CMYK tonu (5,0,16,58).

  • camgöbeği tonu 4.63%
  • eflatun tonu 0.00%
  • sarı tonu 15.74%
  • ana renk tonu 57.65%
CMYK:
(5,0,16,58)
C5M0Y16K58 
(5%,0%,16%,58%)
(0.05/0.00/0.16/0.58)	

CMYK yüzdeleri

%4.63
%0
%15.74
%57.65

Codes

Color #676C5B in popluar color models

676C5B
RGB10310891
HSL78°8.54%39.02%
HSB/HSV78°15.74%42.35%
CMYK4.63%0.00%15.74%
57.65%

Color #676C5B in popluar number systems.

HEX676C5B
Decimal10310891
Binary110011111011001011011
Octal147154133

Shades and tints

Shades of #676C5B

#676C5B
(103,108,91)
#5E6353
(94,99,83)
#555A4B
(85,90,75)
#4C5143
(76,81,67)
#43483B
(67,72,59)
#3A3F33
(58,63,51)
#31362B
(49,54,43)
#282D23
(40,45,35)
#1F241B
(31,36,27)
#161B13
(22,27,19)
#0D120B
(13,18,11)
#000000
(0,0,0)

Tints of #676C5B

#676C5B
(103,108,91)
#747969
(116,121,105)
#818677
(129,134,119)
#8E9385
(142,147,133)
#9BA093
(155,160,147)
#A8ADA1
(168,173,161)
#B5BAAF
(181,186,175)
#C2C7BD
(194,199,189)
#CFD4CB
(207,212,203)
#DCE1D9
(220,225,217)
#E9EEE7
(233,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #676C5B color. Also use rgb(103,108,91) instead hex code.

Text Font Color

.myTextColor { color: #676C5B; }

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

This text font color is #676C5B.


Background Color

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

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

This div background color is #676C5B.


Border color

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

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

This div border color is #676C5B.


Opacity

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

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

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

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

This text has shadow with #676C5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676C5B on black background.


Color preview on white background

This text has color #676C5B on white background.



Black color preview on #676C5B background

This text has black color on #676C5B background.


White color preview on #676C5B background

This text has white color on #676C5B background.