COLOR #616438

HEX: #616438
RGB: (97,100,56)

Color info

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

RGB color model

#616438 color RGB value is (97,100,56).

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

RGB channels and saturation

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

97
100
56

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

Portions of RGB colors in percentages

R + G + B =
97 + 100 + 56 = 253 (100%)
R 97 of 253 ~ 38.34%
G 100 of 253 ~ 39.53%
B 56 of 253 ~ 22.13%

%38.34
%39.53
%22.13

CMYK color model

#616438 color CMYK value is (3,0,44,61).

  • cyan value is 3.00%
  • magenta value is 0.00%
  • yellow value is 44.00%
  • key color value is 60.78%
CMYK: (3,0,44,61) C3M0Y44K61 (3%,0%,44%,61%) (0.03/0.00/0.44/0.61)

CMYK percentages

%3
%0
%44
%60.78

Codes

Color #616438 in popluar color models

616438
RGB9710056
HSL64°28.21%30.59%
HSB/HSV64°44.00%39.22%
CMYK3.00%0.00%44.00%
60.78%

Color #616438 in popluar number systems.

HEX616438
Decimal9710056
Binary11000011100100111000
Octal14114470

Shades and tints

Shades of #616438

#616438
(97,100,56)
#595B33
(89,91,51)
#51522E
(81,82,46)
#494929
(73,73,41)
#414024
(65,64,36)
#39371F
(57,55,31)
#312E1A
(49,46,26)
#292515
(41,37,21)
#211C10
(33,28,16)
#19130B
(25,19,11)
#110A06
(17,10,6)
#000000
(0,0,0)

Tints of #616438

#616438
(97,100,56)
#6F724A
(111,114,74)
#7D805C
(125,128,92)
#8B8E6E
(139,142,110)
#999C80
(153,156,128)
#A7AA92
(167,170,146)
#B5B8A4
(181,184,164)
#C3C6B6
(195,198,182)
#D1D4C8
(209,212,200)
#DFE2DA
(223,226,218)
#EDF0EC
(237,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616438; }

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

This text font color is #616438.


Background Color

.myBgColor { background-color: #616438; }

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

This div background color is #616438.


Border color

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

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

This div border color is #616438.


Opacity

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

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

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

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

This text has shadow with #616438 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #616438 on black background.


Color preview on white background

This text has color #616438 on white background.



Black color preview on #616438 background

This text has black color on #616438 background.


White color preview on #616438 background

This text has white color on #616438 background.