COLOR #676B57

HEX: #676B57
RGB: (103,107,87)

Renk bilgisi

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

RGB renk modeli

#676B57 color RGB value is (103,107,87).

  • kırmız ton 103;
  • yeşil ton 107;
  • mavi ton 87.
RGB:
(103,107,87)
(40%,42%,34%)

RGB bağlantıları ve doygunluk

R 103 of 255 = 40%
G 107 of 255 = 42%
B 87 of 255 = 34%

103
107
87

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

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 107 + 87 = 297 (100%)
R 103 of 297 ~ 34.68%
G 107 of 297 ~ 36.03%
B 87 of 297 ~ 29.29%

%34.68
%36.03
%29.29

CMYK RENK MODELİ

#676B57 rengi CMYK tonu (4,0,19,58).

  • camgöbeği tonu 3.74%
  • eflatun tonu 0.00%
  • sarı tonu 18.69%
  • ana renk tonu 58.04%
CMYK:
(4,0,19,58)
C4M0Y19K58 
(4%,0%,19%,58%)
(0.04/0.00/0.19/0.58)	

CMYK yüzdeleri

%3.74
%0
%18.69
%58.04

Codes

Color #676B57 in popluar color models

676B57
RGB10310787
HSL72°10.31%38.04%
HSB/HSV72°18.69%41.96%
CMYK3.74%0.00%18.69%
58.04%

Color #676B57 in popluar number systems.

HEX676B57
Decimal10310787
Binary110011111010111010111
Octal147153127

Shades and tints

Shades of #676B57

#676B57
(103,107,87)
#5E6250
(94,98,80)
#555949
(85,89,73)
#4C5042
(76,80,66)
#43473B
(67,71,59)
#3A3E34
(58,62,52)
#31352D
(49,53,45)
#282C26
(40,44,38)
#1F231F
(31,35,31)
#161A18
(22,26,24)
#0D1111
(13,17,17)
#000000
(0,0,0)

Tints of #676B57

#676B57
(103,107,87)
#747866
(116,120,102)
#818575
(129,133,117)
#8E9284
(142,146,132)
#9B9F93
(155,159,147)
#A8ACA2
(168,172,162)
#B5B9B1
(181,185,177)
#C2C6C0
(194,198,192)
#CFD3CF
(207,211,207)
#DCE0DE
(220,224,222)
#E9EDED
(233,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #676B57 color. Also use rgb(103,107,87) instead hex code.

Text Font Color

.myTextColor { color: #676B57; }

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

This text font color is #676B57.


Background Color

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

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

This div background color is #676B57.


Border color

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

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

This div border color is #676B57.


Opacity

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

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

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

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

This text has shadow with #676B57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676B57 on black background.


Color preview on white background

This text has color #676B57 on white background.



Black color preview on #676B57 background

This text has black color on #676B57 background.


White color preview on #676B57 background

This text has white color on #676B57 background.