COLOR #616538

HEX: #616538
RGB: (97,101,56)

Color info

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

RGB color model

#616538 color RGB value is (97,101,56).

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

RGB channels and saturation

R 97 of 255 = 38%
G 101 of 255 = 40%
B 56 of 255 = 22%

97
101
56

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

Portions of RGB colors in percentages

R + G + B =
97 + 101 + 56 = 254 (100%)
R 97 of 254 ~ 38.19%
G 101 of 254 ~ 39.76%
B 56 of 254 ~ 22.05%

%38.19
%39.76
%22.05

CMYK color model

#616538 color CMYK value is (4,0,45,60).

  • cyan value is 3.96%
  • magenta value is 0.00%
  • yellow value is 44.55%
  • key color value is 60.39%
CMYK:
(4,0,45,60)
C4M0Y45K60 
(4%,0%,45%,60%)
(0.04/0.00/0.45/0.60)	

CMYK percentages

%3.96
%0
%44.55
%60.39

Codes

Color #616538 in popluar color models

616538
RGB9710156
HSL65°28.66%30.78%
HSB/HSV65°44.55%39.61%
CMYK3.96%0.00%44.55%
60.39%

Color #616538 in popluar number systems.

HEX616538
Decimal9710156
Binary11000011100101111000
Octal14114570

Shades and tints

Shades of #616538

#616538
(97,101,56)
#595C33
(89,92,51)
#51532E
(81,83,46)
#494A29
(73,74,41)
#414124
(65,65,36)
#39381F
(57,56,31)
#312F1A
(49,47,26)
#292615
(41,38,21)
#211D10
(33,29,16)
#19140B
(25,20,11)
#110B06
(17,11,6)
#000000
(0,0,0)

Tints of #616538

#616538
(97,101,56)
#6F734A
(111,115,74)
#7D815C
(125,129,92)
#8B8F6E
(139,143,110)
#999D80
(153,157,128)
#A7AB92
(167,171,146)
#B5B9A4
(181,185,164)
#C3C7B6
(195,199,182)
#D1D5C8
(209,213,200)
#DFE3DA
(223,227,218)
#EDF1EC
(237,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616538; }

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

This text font color is #616538.


Background Color

.myBgColor { background-color: #616538; }

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

This div background color is #616538.


Border color

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

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

This div border color is #616538.


Opacity

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

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

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

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

This text has shadow with #616538 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616538 on black background.


Color preview on white background

This text has color #616538 on white background.



Black color preview on #616538 background

This text has black color on #616538 background.


White color preview on #616538 background

This text has white color on #616538 background.