COLOR #616439

HEX: #616439
RGB: (97,100,57)

Color info

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

RGB color model

#616439 color RGB value is (97,100,57).

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

RGB channels and saturation

R 97 of 255 = 38%
G 100 of 255 = 39%
B 57 of 255 = 22%

97
100
57

R + G + B ~ 33%. #616439 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 100 + 57 = 254 (100%)
R 97 of 254 ~ 38.19%
G 100 of 254 ~ 39.37%
B 57 of 254 ~ 22.44%

%38.19
%39.37
%22.44

CMYK color model

#616439 color CMYK value is (3,0,43,61).

  • cyan value is 3.00%
  • magenta value is 0.00%
  • yellow value is 43.00%
  • key color value is 60.78%
CMYK:
(3,0,43,61)
C3M0Y43K61 
(3%,0%,43%,61%)
(0.03/0.00/0.43/0.61)	

CMYK percentages

%3
%0
%43
%60.78

Codes

Color #616439 in popluar color models

616439
RGB9710057
HSL64°27.39%30.78%
HSB/HSV64°43.00%39.22%
CMYK3.00%0.00%43.00%
60.78%

Color #616439 in popluar number systems.

HEX616439
Decimal9710057
Binary11000011100100111001
Octal14114471

Shades and tints

Shades of #616439

#616439
(97,100,57)
#595B34
(89,91,52)
#51522F
(81,82,47)
#49492A
(73,73,42)
#414025
(65,64,37)
#393720
(57,55,32)
#312E1B
(49,46,27)
#292516
(41,37,22)
#211C11
(33,28,17)
#19130C
(25,19,12)
#110A07
(17,10,7)
#000000
(0,0,0)

Tints of #616439

#616439
(97,100,57)
#6F724B
(111,114,75)
#7D805D
(125,128,93)
#8B8E6F
(139,142,111)
#999C81
(153,156,129)
#A7AA93
(167,170,147)
#B5B8A5
(181,184,165)
#C3C6B7
(195,198,183)
#D1D4C9
(209,212,201)
#DFE2DB
(223,226,219)
#EDF0ED
(237,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616439; }

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

This text font color is #616439.


Background Color

.myBgColor { background-color: #616439; }

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

This div background color is #616439.


Border color

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

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

This div border color is #616439.


Opacity

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

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

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

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

This text has shadow with #616439 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616439 on black background.


Color preview on white background

This text has color #616439 on white background.



Black color preview on #616439 background

This text has black color on #616439 background.


White color preview on #616439 background

This text has white color on #616439 background.