COLOR #676E51

HEX: #676E51
RGB: (103,110,81)

Renk bilgisi

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

RGB renk modeli

#676E51 color RGB value is (103,110,81).

  • kırmız ton 103;
  • yeşil ton 110;
  • mavi ton 81.
RGB:
(103,110,81)
(40%,43%,32%)

RGB bağlantıları ve doygunluk

R 103 of 255 = 40%
G 110 of 255 = 43%
B 81 of 255 = 32%

103
110
81

R + G + B ~ 38%. #676E51 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 110 + 81 = 294 (100%)
R 103 of 294 ~ 35.03%
G 110 of 294 ~ 37.41%
B 81 of 294 ~ 27.55%

%35.03
%37.41
%27.55

CMYK RENK MODELİ

#676E51 rengi CMYK tonu (6,0,26,57).

  • camgöbeği tonu 6.36%
  • eflatun tonu 0.00%
  • sarı tonu 26.36%
  • ana renk tonu 56.86%
CMYK:
(6,0,26,57)
C6M0Y26K57 
(6%,0%,26%,57%)
(0.06/0.00/0.26/0.57)	

CMYK yüzdeleri

%6.36
%0
%26.36
%56.86

Codes

Color #676E51 in popluar color models

676E51
RGB10311081
HSL74°15.18%37.45%
HSB/HSV74°26.36%43.14%
CMYK6.36%0.00%26.36%
56.86%

Color #676E51 in popluar number systems.

HEX676E51
Decimal10311081
Binary110011111011101010001
Octal147156121

Shades and tints

Shades of #676E51

#676E51
(103,110,81)
#5E644A
(94,100,74)
#555A43
(85,90,67)
#4C503C
(76,80,60)
#434635
(67,70,53)
#3A3C2E
(58,60,46)
#313227
(49,50,39)
#282820
(40,40,32)
#1F1E19
(31,30,25)
#161412
(22,20,18)
#0D0A0B
(13,10,11)
#000000
(0,0,0)

Tints of #676E51

#676E51
(103,110,81)
#747B60
(116,123,96)
#81886F
(129,136,111)
#8E957E
(142,149,126)
#9BA28D
(155,162,141)
#A8AF9C
(168,175,156)
#B5BCAB
(181,188,171)
#C2C9BA
(194,201,186)
#CFD6C9
(207,214,201)
#DCE3D8
(220,227,216)
#E9F0E7
(233,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #676E51 color. Also use rgb(103,110,81) instead hex code.

Text Font Color

.myTextColor { color: #676E51; }

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

This text font color is #676E51.


Background Color

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

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

This div background color is #676E51.


Border color

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

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

This div border color is #676E51.


Opacity

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

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

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

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

This text has shadow with #676E51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676E51 on black background.


Color preview on white background

This text has color #676E51 on white background.



Black color preview on #676E51 background

This text has black color on #676E51 background.


White color preview on #676E51 background

This text has white color on #676E51 background.