COLOR #616B4C

HEX: #616B4C
RGB: (97,107,76)

Renk bilgisi

#616B4C contains red, green and blue colors in about the same proportion. #616B4C ‘ nin web güvenlik rengi #666633 (ya da #663) dir.

RGB renk modeli

#616B4C color RGB value is (97,107,76).

  • kırmız ton 97;
  • yeşil ton 107;
  • mavi ton 76.
RGB:
(97,107,76)
(38%,42%,30%)

RGB bağlantıları ve doygunluk

R 97 of 255 = 38%
G 107 of 255 = 42%
B 76 of 255 = 30%

97
107
76

R + G + B ~ 37%. #616B4C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
97 + 107 + 76 = 280 (100%)
R 97 of 280 ~ 34.64%
G 107 of 280 ~ 38.21%
B 76 of 280 ~ 27.14%

%34.64
%38.21
%27.14

CMYK RENK MODELİ

#616B4C rengi CMYK tonu (9,0,29,58).

  • camgöbeği tonu 9.35%
  • eflatun tonu 0.00%
  • sarı tonu 28.97%
  • ana renk tonu 58.04%
CMYK:
(9,0,29,58)
C9M0Y29K58 
(9%,0%,29%,58%)
(0.09/0.00/0.29/0.58)	

CMYK yüzdeleri

%9.35
%0
%28.97
%58.04

Codes

Color #616B4C in popluar color models

616B4C
RGB9710776
HSL79°16.94%35.88%
HSB/HSV79°28.97%41.96%
CMYK9.35%0.00%28.97%
58.04%

Color #616B4C in popluar number systems.

HEX616B4C
Decimal9710776
Binary110000111010111001100
Octal141153114

Shades and tints

Shades of #616B4C

#616B4C
(97,107,76)
#596246
(89,98,70)
#515940
(81,89,64)
#49503A
(73,80,58)
#414734
(65,71,52)
#393E2E
(57,62,46)
#313528
(49,53,40)
#292C22
(41,44,34)
#21231C
(33,35,28)
#191A16
(25,26,22)
#111110
(17,17,16)
#000000
(0,0,0)

Tints of #616B4C

#616B4C
(97,107,76)
#6F785C
(111,120,92)
#7D856C
(125,133,108)
#8B927C
(139,146,124)
#999F8C
(153,159,140)
#A7AC9C
(167,172,156)
#B5B9AC
(181,185,172)
#C3C6BC
(195,198,188)
#D1D3CC
(209,211,204)
#DFE0DC
(223,224,220)
#EDEDEC
(237,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #616B4C color. Also use rgb(97,107,76) instead hex code.

Text Font Color

.myTextColor { color: #616B4C; }

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

This text font color is #616B4C.


Background Color

.myBgColor { background-color: #616B4C; }

<div style="background-color:#616B4C">Inner text</div>

This div background color is #616B4C.


Border color

.myBorderColor { border: 1px solid #616B4C; }

<div style="border:3px solid #616B4C">Div</div>

This div border color is #616B4C.


Opacity

.myOpacity80 { color: #616B4C; opacity: 0.8; }

<p style="color:#616B4C;opacity:0.8;">80%</p>

Text with #616B4C 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 #616B4C;}

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

This text has shadow with #616B4C color.

.textShadow {text-shadow: 3px 3px 1px #616B4C, 3px 3px 1px red;}

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

This text has shadow with #616B4C primary color and red secondary color.


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

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

This text has shadow with #616B4C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616B4C on black background.


Color preview on white background

This text has color #616B4C on white background.



Black color preview on #616B4C background

This text has black color on #616B4C background.


White color preview on #616B4C background

This text has white color on #616B4C background.