COLOR #616933

HEX: #616933
RGB: (97,105,51)

Color info

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

RGB color model

#616933 color RGB value is (97,105,51).

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

RGB channels and saturation

R 97 of 255 = 38%
G 105 of 255 = 41%
B 51 of 255 = 20%

97
105
51

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

Portions of RGB colors in percentages

R + G + B =
97 + 105 + 51 = 253 (100%)
R 97 of 253 ~ 38.34%
G 105 of 253 ~ 41.5%
B 51 of 253 ~ 20.16%

%38.34
%41.5
%20.16

CMYK color model

#616933 color CMYK value is (8,0,51,59).

  • cyan value is 7.62%
  • magenta value is 0.00%
  • yellow value is 51.43%
  • key color value is 58.82%
CMYK:
(8,0,51,59)
C8M0Y51K59 
(8%,0%,51%,59%)
(0.08/0.00/0.51/0.59)	

CMYK percentages

%7.62
%0
%51.43
%58.82

Codes

Color #616933 in popluar color models

616933
RGB9710551
HSL69°34.62%30.59%
HSB/HSV69°51.43%41.18%
CMYK7.62%0.00%51.43%
58.82%

Color #616933 in popluar number systems.

HEX616933
Decimal9710551
Binary11000011101001110011
Octal14115163

Shades and tints

Shades of #616933

#616933
(97,105,51)
#59602F
(89,96,47)
#51572B
(81,87,43)
#494E27
(73,78,39)
#414523
(65,69,35)
#393C1F
(57,60,31)
#31331B
(49,51,27)
#292A17
(41,42,23)
#212113
(33,33,19)
#19180F
(25,24,15)
#110F0B
(17,15,11)
#000000
(0,0,0)

Tints of #616933

#616933
(97,105,51)
#6F7645
(111,118,69)
#7D8357
(125,131,87)
#8B9069
(139,144,105)
#999D7B
(153,157,123)
#A7AA8D
(167,170,141)
#B5B79F
(181,183,159)
#C3C4B1
(195,196,177)
#D1D1C3
(209,209,195)
#DFDED5
(223,222,213)
#EDEBE7
(237,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616933; }

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

This text font color is #616933.


Background Color

.myBgColor { background-color: #616933; }

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

This div background color is #616933.


Border color

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

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

This div border color is #616933.


Opacity

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

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

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

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

This text has shadow with #616933 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616933 on black background.


Color preview on white background

This text has color #616933 on white background.



Black color preview on #616933 background

This text has black color on #616933 background.


White color preview on #616933 background

This text has white color on #616933 background.