COLOR #616338

HEX: #616338
RGB: (97,99,56)

Color info

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

RGB color model

#616338 color RGB value is (97,99,56).

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

RGB channels and saturation

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

97
99
56

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

Portions of RGB colors in percentages

R + G + B =
97 + 99 + 56 = 252 (100%)
R 97 of 252 ~ 38.49%
G 99 of 252 ~ 39.29%
B 56 of 252 ~ 22.22%

%38.49
%39.29
%22.22

CMYK color model

#616338 color CMYK value is (2,0,43,61).

  • cyan value is 2.02%
  • magenta value is 0.00%
  • yellow value is 43.43%
  • key color value is 61.18%
CMYK:
(2,0,43,61)
C2M0Y43K61 
(2%,0%,43%,61%)
(0.02/0.00/0.43/0.61)	

CMYK percentages

%2.02
%0
%43.43
%61.18

Codes

Color #616338 in popluar color models

616338
RGB979956
HSL63°27.74%30.39%
HSB/HSV63°43.43%38.82%
CMYK2.02%0.00%43.43%
61.18%

Color #616338 in popluar number systems.

HEX616338
Decimal979956
Binary11000011100011111000
Octal14114370

Shades and tints

Shades of #616338

#616338
(97,99,56)
#595A33
(89,90,51)
#51512E
(81,81,46)
#494829
(73,72,41)
#413F24
(65,63,36)
#39361F
(57,54,31)
#312D1A
(49,45,26)
#292415
(41,36,21)
#211B10
(33,27,16)
#19120B
(25,18,11)
#110906
(17,9,6)
#000000
(0,0,0)

Tints of #616338

#616338
(97,99,56)
#6F714A
(111,113,74)
#7D7F5C
(125,127,92)
#8B8D6E
(139,141,110)
#999B80
(153,155,128)
#A7A992
(167,169,146)
#B5B7A4
(181,183,164)
#C3C5B6
(195,197,182)
#D1D3C8
(209,211,200)
#DFE1DA
(223,225,218)
#EDEFEC
(237,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616338; }

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

This text font color is #616338.


Background Color

.myBgColor { background-color: #616338; }

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

This div background color is #616338.


Border color

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

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

This div border color is #616338.


Opacity

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

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

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

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

This text has shadow with #616338 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616338 on black background.


Color preview on white background

This text has color #616338 on white background.



Black color preview on #616338 background

This text has black color on #616338 background.


White color preview on #616338 background

This text has white color on #616338 background.