COLOR #616A4B

HEX: #616A4B
RGB: (97,106,75)

Color info

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

RGB color model

#616A4B color RGB value is (97,106,75).

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

RGB channels and saturation

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

97
106
75

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

Portions of RGB colors in percentages

R + G + B =
97 + 106 + 75 = 278 (100%)
R 97 of 278 ~ 34.89%
G 106 of 278 ~ 38.13%
B 75 of 278 ~ 26.98%

%34.89
%38.13
%26.98

CMYK color model

#616A4B color CMYK value is (8,0,29,58).

  • cyan value is 8.49%
  • magenta value is 0.00%
  • yellow value is 29.25%
  • key color value is 58.43%
CMYK:
(8,0,29,58)
C8M0Y29K58 
(8%,0%,29%,58%)
(0.08/0.00/0.29/0.58)	

CMYK percentages

%8.49
%0
%29.25
%58.43

Codes

Color #616A4B in popluar color models

616A4B
RGB9710675
HSL77°17.13%35.49%
HSB/HSV77°29.25%41.57%
CMYK8.49%0.00%29.25%
58.43%

Color #616A4B in popluar number systems.

HEX616A4B
Decimal9710675
Binary110000111010101001011
Octal141152113

Shades and tints

Shades of #616A4B

#616A4B
(97,106,75)
#596145
(89,97,69)
#51583F
(81,88,63)
#494F39
(73,79,57)
#414633
(65,70,51)
#393D2D
(57,61,45)
#313427
(49,52,39)
#292B21
(41,43,33)
#21221B
(33,34,27)
#191915
(25,25,21)
#11100F
(17,16,15)
#000000
(0,0,0)

Tints of #616A4B

#616A4B
(97,106,75)
#6F775B
(111,119,91)
#7D846B
(125,132,107)
#8B917B
(139,145,123)
#999E8B
(153,158,139)
#A7AB9B
(167,171,155)
#B5B8AB
(181,184,171)
#C3C5BB
(195,197,187)
#D1D2CB
(209,210,203)
#DFDFDB
(223,223,219)
#EDECEB
(237,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616A4B; }

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

This text font color is #616A4B.


Background Color

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

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

This div background color is #616A4B.


Border color

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

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

This div border color is #616A4B.


Opacity

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

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

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

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

This text has shadow with #616A4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616A4B on black background.


Color preview on white background

This text has color #616A4B on white background.



Black color preview on #616A4B background

This text has black color on #616A4B background.


White color preview on #616A4B background

This text has white color on #616A4B background.