COLOR #616333

HEX: #616333
RGB: (97,99,51)

Color info

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

RGB color model

#616333 color RGB value is (97,99,51).

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

RGB channels and saturation

R 97 of 255 = 38%
G 99 of 255 = 39%
B 51 of 255 = 20%

97
99
51

R + G + B ~ 32%. #616333 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 99 + 51 = 247 (100%)
R 97 of 247 ~ 39.27%
G 99 of 247 ~ 40.08%
B 51 of 247 ~ 20.65%

%39.27
%40.08
%20.65

CMYK color model

#616333 color CMYK value is (2,0,48,61).

  • cyan value is 2.02%
  • magenta value is 0.00%
  • yellow value is 48.48%
  • key color value is 61.18%
CMYK:
(2,0,48,61)
C2M0Y48K61 
(2%,0%,48%,61%)
(0.02/0.00/0.48/0.61)	

CMYK percentages

%2.02
%0
%48.48
%61.18

Codes

Color #616333 in popluar color models

616333
RGB979951
HSL63°32.00%29.41%
HSB/HSV63°48.48%38.82%
CMYK2.02%0.00%48.48%
61.18%

Color #616333 in popluar number systems.

HEX616333
Decimal979951
Binary11000011100011110011
Octal14114363

Shades and tints

Shades of #616333

#616333
(97,99,51)
#595A2F
(89,90,47)
#51512B
(81,81,43)
#494827
(73,72,39)
#413F23
(65,63,35)
#39361F
(57,54,31)
#312D1B
(49,45,27)
#292417
(41,36,23)
#211B13
(33,27,19)
#19120F
(25,18,15)
#11090B
(17,9,11)
#000000
(0,0,0)

Tints of #616333

#616333
(97,99,51)
#6F7145
(111,113,69)
#7D7F57
(125,127,87)
#8B8D69
(139,141,105)
#999B7B
(153,155,123)
#A7A98D
(167,169,141)
#B5B79F
(181,183,159)
#C3C5B1
(195,197,177)
#D1D3C3
(209,211,195)
#DFE1D5
(223,225,213)
#EDEFE7
(237,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616333; }

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

This text font color is #616333.


Background Color

.myBgColor { background-color: #616333; }

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

This div background color is #616333.


Border color

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

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

This div border color is #616333.


Opacity

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

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

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

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

This text has shadow with #616333 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616333 on black background.


Color preview on white background

This text has color #616333 on white background.



Black color preview on #616333 background

This text has black color on #616333 background.


White color preview on #616333 background

This text has white color on #616333 background.