COLOR #616448

HEX: #616448
RGB: (97,100,72)

Color info

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

RGB color model

#616448 color RGB value is (97,100,72).

  • red value is 97;
  • green value is 100;
  • blue value is 72.
RGB:
(97,100,72)
(38%,39%,28%)

RGB channels and saturation

R 97 of 255 = 38%
G 100 of 255 = 39%
B 72 of 255 = 28%

97
100
72

R + G + B ~ 35%. #616448 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 100 + 72 = 269 (100%)
R 97 of 269 ~ 36.06%
G 100 of 269 ~ 37.17%
B 72 of 269 ~ 26.77%

%36.06
%37.17
%26.77

CMYK color model

#616448 color CMYK value is (3,0,28,61).

  • cyan value is 3.00%
  • magenta value is 0.00%
  • yellow value is 28.00%
  • key color value is 60.78%
CMYK:
(3,0,28,61)
C3M0Y28K61 
(3%,0%,28%,61%)
(0.03/0.00/0.28/0.61)	

CMYK percentages

%3
%0
%28
%60.78

Codes

Color #616448 in popluar color models

616448
RGB9710072
HSL66°16.28%33.73%
HSB/HSV66°28.00%39.22%
CMYK3.00%0.00%28.00%
60.78%

Color #616448 in popluar number systems.

HEX616448
Decimal9710072
Binary110000111001001001000
Octal141144110

Shades and tints

Shades of #616448

#616448
(97,100,72)
#595B42
(89,91,66)
#51523C
(81,82,60)
#494936
(73,73,54)
#414030
(65,64,48)
#39372A
(57,55,42)
#312E24
(49,46,36)
#29251E
(41,37,30)
#211C18
(33,28,24)
#191312
(25,19,18)
#110A0C
(17,10,12)
#000000
(0,0,0)

Tints of #616448

#616448
(97,100,72)
#6F7258
(111,114,88)
#7D8068
(125,128,104)
#8B8E78
(139,142,120)
#999C88
(153,156,136)
#A7AA98
(167,170,152)
#B5B8A8
(181,184,168)
#C3C6B8
(195,198,184)
#D1D4C8
(209,212,200)
#DFE2D8
(223,226,216)
#EDF0E8
(237,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #616448 color. Also use rgb(97,100,72) instead hex code.

Text Font Color

.myTextColor { color: #616448; }

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

This text font color is #616448.


Background Color

.myBgColor { background-color: #616448; }

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

This div background color is #616448.


Border color

.myBorderColor { border: 1px solid #616448; }

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

This div border color is #616448.


Opacity

.myOpacity80 { color: #616448; opacity: 0.8; }

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

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

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

This text has shadow with #616448 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616448 on black background.


Color preview on white background

This text has color #616448 on white background.



Black color preview on #616448 background

This text has black color on #616448 background.


White color preview on #616448 background

This text has white color on #616448 background.