COLOR #616D4C

HEX: #616D4C
RGB: (97,109,76)

Renk bilgisi

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

RGB renk modeli

#616D4C color RGB value is (97,109,76).

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

RGB bağlantıları ve doygunluk

R 97 of 255 = 38%
G 109 of 255 = 43%
B 76 of 255 = 30%

97
109
76

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

Yüzdelerle RGB renk parçaları

R + G + B =
97 + 109 + 76 = 282 (100%)
R 97 of 282 ~ 34.4%
G 109 of 282 ~ 38.65%
B 76 of 282 ~ 26.95%

%34.4
%38.65
%26.95

CMYK RENK MODELİ

#616D4C rengi CMYK tonu (11,0,30,57).

  • camgöbeği tonu 11.01%
  • eflatun tonu 0.00%
  • sarı tonu 30.28%
  • ana renk tonu 57.25%
CMYK:
(11,0,30,57)
C11M0Y30K57 
(11%,0%,30%,57%)
(0.11/0.00/0.30/0.57)	

CMYK yüzdeleri

%11.01
%0
%30.28
%57.25

Codes

Color #616D4C in popluar color models

616D4C
RGB9710976
HSL82°17.84%36.27%
HSB/HSV82°30.28%42.75%
CMYK11.01%0.00%30.28%
57.25%

Color #616D4C in popluar number systems.

HEX616D4C
Decimal9710976
Binary110000111011011001100
Octal141155114

Shades and tints

Shades of #616D4C

#616D4C
(97,109,76)
#596446
(89,100,70)
#515B40
(81,91,64)
#49523A
(73,82,58)
#414934
(65,73,52)
#39402E
(57,64,46)
#313728
(49,55,40)
#292E22
(41,46,34)
#21251C
(33,37,28)
#191C16
(25,28,22)
#111310
(17,19,16)
#000000
(0,0,0)

Tints of #616D4C

#616D4C
(97,109,76)
#6F7A5C
(111,122,92)
#7D876C
(125,135,108)
#8B947C
(139,148,124)
#99A18C
(153,161,140)
#A7AE9C
(167,174,156)
#B5BBAC
(181,187,172)
#C3C8BC
(195,200,188)
#D1D5CC
(209,213,204)
#DFE2DC
(223,226,220)
#EDEFEC
(237,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616D4C; }

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

This text font color is #616D4C.


Background Color

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

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

This div background color is #616D4C.


Border color

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

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

This div border color is #616D4C.


Opacity

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

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

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

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

This text has shadow with #616D4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616D4C on black background.


Color preview on white background

This text has color #616D4C on white background.



Black color preview on #616D4C background

This text has black color on #616D4C background.


White color preview on #616D4C background

This text has white color on #616D4C background.