COLOR #676C53

HEX: #676C53
RGB: (103,108,83)

Renk bilgisi

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

RGB renk modeli

#676C53 color RGB value is (103,108,83).

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

RGB bağlantıları ve doygunluk

R 103 of 255 = 40%
G 108 of 255 = 42%
B 83 of 255 = 33%

103
108
83

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

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 108 + 83 = 294 (100%)
R 103 of 294 ~ 35.03%
G 108 of 294 ~ 36.73%
B 83 of 294 ~ 28.23%

%35.03
%36.73
%28.23

CMYK RENK MODELİ

#676C53 rengi CMYK tonu (5,0,23,58).

  • camgöbeği tonu 4.63%
  • eflatun tonu 0.00%
  • sarı tonu 23.15%
  • ana renk tonu 57.65%
CMYK:
(5,0,23,58)
C5M0Y23K58 
(5%,0%,23%,58%)
(0.05/0.00/0.23/0.58)	

CMYK yüzdeleri

%4.63
%0
%23.15
%57.65

Codes

Color #676C53 in popluar color models

676C53
RGB10310883
HSL72°13.09%37.45%
HSB/HSV72°23.15%42.35%
CMYK4.63%0.00%23.15%
57.65%

Color #676C53 in popluar number systems.

HEX676C53
Decimal10310883
Binary110011111011001010011
Octal147154123

Shades and tints

Shades of #676C53

#676C53
(103,108,83)
#5E634C
(94,99,76)
#555A45
(85,90,69)
#4C513E
(76,81,62)
#434837
(67,72,55)
#3A3F30
(58,63,48)
#313629
(49,54,41)
#282D22
(40,45,34)
#1F241B
(31,36,27)
#161B14
(22,27,20)
#0D120D
(13,18,13)
#000000
(0,0,0)

Tints of #676C53

#676C53
(103,108,83)
#747962
(116,121,98)
#818671
(129,134,113)
#8E9380
(142,147,128)
#9BA08F
(155,160,143)
#A8AD9E
(168,173,158)
#B5BAAD
(181,186,173)
#C2C7BC
(194,199,188)
#CFD4CB
(207,212,203)
#DCE1DA
(220,225,218)
#E9EEE9
(233,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676C53; }

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

This text font color is #676C53.


Background Color

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

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

This div background color is #676C53.


Border color

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

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

This div border color is #676C53.


Opacity

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

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

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

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

This text has shadow with #676C53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676C53 on black background.


Color preview on white background

This text has color #676C53 on white background.



Black color preview on #676C53 background

This text has black color on #676C53 background.


White color preview on #676C53 background

This text has white color on #676C53 background.