COLOR #676A52

HEX: #676A52
RGB: (103,106,82)

Renk bilgisi

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

RGB renk modeli

#676A52 color RGB value is (103,106,82).

  • kırmız ton 103;
  • yeşil ton 106;
  • mavi ton 82.
RGB:
(103,106,82)
(40%,42%,32%)

RGB bağlantıları ve doygunluk

R 103 of 255 = 40%
G 106 of 255 = 42%
B 82 of 255 = 32%

103
106
82

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

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 106 + 82 = 291 (100%)
R 103 of 291 ~ 35.4%
G 106 of 291 ~ 36.43%
B 82 of 291 ~ 28.18%

%35.4
%36.43
%28.18

CMYK RENK MODELİ

#676A52 rengi CMYK tonu (3,0,23,58).

  • camgöbeği tonu 2.83%
  • eflatun tonu 0.00%
  • sarı tonu 22.64%
  • ana renk tonu 58.43%
CMYK:
(3,0,23,58)
C3M0Y23K58 
(3%,0%,23%,58%)
(0.03/0.00/0.23/0.58)	

CMYK yüzdeleri

%2.83
%0
%22.64
%58.43

Codes

Color #676A52 in popluar color models

676A52
RGB10310682
HSL68°12.77%36.86%
HSB/HSV68°22.64%41.57%
CMYK2.83%0.00%22.64%
58.43%

Color #676A52 in popluar number systems.

HEX676A52
Decimal10310682
Binary110011111010101010010
Octal147152122

Shades and tints

Shades of #676A52

#676A52
(103,106,82)
#5E614B
(94,97,75)
#555844
(85,88,68)
#4C4F3D
(76,79,61)
#434636
(67,70,54)
#3A3D2F
(58,61,47)
#313428
(49,52,40)
#282B21
(40,43,33)
#1F221A
(31,34,26)
#161913
(22,25,19)
#0D100C
(13,16,12)
#000000
(0,0,0)

Tints of #676A52

#676A52
(103,106,82)
#747761
(116,119,97)
#818470
(129,132,112)
#8E917F
(142,145,127)
#9B9E8E
(155,158,142)
#A8AB9D
(168,171,157)
#B5B8AC
(181,184,172)
#C2C5BB
(194,197,187)
#CFD2CA
(207,210,202)
#DCDFD9
(220,223,217)
#E9ECE8
(233,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #676A52 color. Also use rgb(103,106,82) instead hex code.

Text Font Color

.myTextColor { color: #676A52; }

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

This text font color is #676A52.


Background Color

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

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

This div background color is #676A52.


Border color

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

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

This div border color is #676A52.


Opacity

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

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

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

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

This text has shadow with #676A52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676A52 on black background.


Color preview on white background

This text has color #676A52 on white background.



Black color preview on #676A52 background

This text has black color on #676A52 background.


White color preview on #676A52 background

This text has white color on #676A52 background.