COLOR #616B4B

HEX: #616B4B
RGB: (97,107,75)

Color info

#616B4B contains red, green and blue colors in about the same proportion. Web safe color of #616B4B is #666633 (or #663).

RGB color model

#616B4B color RGB value is (97,107,75).

  • red value is 97;
  • green value is 107;
  • blue value is 75.
RGB:
(97,107,75)
(38%,42%,29%)

RGB channels and saturation

R 97 of 255 = 38%
G 107 of 255 = 42%
B 75 of 255 = 29%

97
107
75

R + G + B ~ 36%. #616B4B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 107 + 75 = 279 (100%)
R 97 of 279 ~ 34.77%
G 107 of 279 ~ 38.35%
B 75 of 279 ~ 26.88%

%34.77
%38.35
%26.88

CMYK color model

#616B4B color CMYK value is (9,0,30,58).

  • cyan value is 9.35%
  • magenta value is 0.00%
  • yellow value is 29.91%
  • key color value is 58.04%
CMYK:
(9,0,30,58)
C9M0Y30K58 
(9%,0%,30%,58%)
(0.09/0.00/0.30/0.58)	

CMYK percentages

%9.35
%0
%29.91
%58.04

Codes

Color #616B4B in popluar color models

616B4B
RGB9710775
HSL79°17.58%35.69%
HSB/HSV79°29.91%41.96%
CMYK9.35%0.00%29.91%
58.04%

Color #616B4B in popluar number systems.

HEX616B4B
Decimal9710775
Binary110000111010111001011
Octal141153113

Shades and tints

Shades of #616B4B

#616B4B
(97,107,75)
#596245
(89,98,69)
#51593F
(81,89,63)
#495039
(73,80,57)
#414733
(65,71,51)
#393E2D
(57,62,45)
#313527
(49,53,39)
#292C21
(41,44,33)
#21231B
(33,35,27)
#191A15
(25,26,21)
#11110F
(17,17,15)
#000000
(0,0,0)

Tints of #616B4B

#616B4B
(97,107,75)
#6F785B
(111,120,91)
#7D856B
(125,133,107)
#8B927B
(139,146,123)
#999F8B
(153,159,139)
#A7AC9B
(167,172,155)
#B5B9AB
(181,185,171)
#C3C6BB
(195,198,187)
#D1D3CB
(209,211,203)
#DFE0DB
(223,224,219)
#EDEDEB
(237,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616B4B; }

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

This text font color is #616B4B.


Background Color

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

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

This div background color is #616B4B.


Border color

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

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

This div border color is #616B4B.


Opacity

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

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

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

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

This text has shadow with #616B4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616B4B on black background.


Color preview on white background

This text has color #616B4B on white background.



Black color preview on #616B4B background

This text has black color on #616B4B background.


White color preview on #616B4B background

This text has white color on #616B4B background.