COLOR #616630

HEX: #616630
RGB: (97,102,48)

Color info

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

RGB color model

#616630 color RGB value is (97,102,48).

  • red value is 97;
  • green value is 102;
  • blue value is 48.
RGB:
(97,102,48)
(38%,40%,19%)

RGB channels and saturation

R 97 of 255 = 38%
G 102 of 255 = 40%
B 48 of 255 = 19%

97
102
48

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

Portions of RGB colors in percentages

R + G + B =
97 + 102 + 48 = 247 (100%)
R 97 of 247 ~ 39.27%
G 102 of 247 ~ 41.3%
B 48 of 247 ~ 19.43%

%39.27
%41.3
%19.43

CMYK color model

#616630 color CMYK value is (5,0,53,60).

  • cyan value is 4.90%
  • magenta value is 0.00%
  • yellow value is 52.94%
  • key color value is 60.00%
CMYK:
(5,0,53,60)
C5M0Y53K60 
(5%,0%,53%,60%)
(0.05/0.00/0.53/0.60)	

CMYK percentages

%4.9
%0
%52.94
%60

Codes

Color #616630 in popluar color models

616630
RGB9710248
HSL66°36.00%29.41%
HSB/HSV66°52.94%40.00%
CMYK4.90%0.00%52.94%
60.00%

Color #616630 in popluar number systems.

HEX616630
Decimal9710248
Binary11000011100110110000
Octal14114660

Shades and tints

Shades of #616630

#616630
(97,102,48)
#595D2C
(89,93,44)
#515428
(81,84,40)
#494B24
(73,75,36)
#414220
(65,66,32)
#39391C
(57,57,28)
#313018
(49,48,24)
#292714
(41,39,20)
#211E10
(33,30,16)
#19150C
(25,21,12)
#110C08
(17,12,8)
#000000
(0,0,0)

Tints of #616630

#616630
(97,102,48)
#6F7342
(111,115,66)
#7D8054
(125,128,84)
#8B8D66
(139,141,102)
#999A78
(153,154,120)
#A7A78A
(167,167,138)
#B5B49C
(181,180,156)
#C3C1AE
(195,193,174)
#D1CEC0
(209,206,192)
#DFDBD2
(223,219,210)
#EDE8E4
(237,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #616630 color. Also use rgb(97,102,48) instead hex code.

Text Font Color

.myTextColor { color: #616630; }

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

This text font color is #616630.


Background Color

.myBgColor { background-color: #616630; }

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

This div background color is #616630.


Border color

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

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

This div border color is #616630.


Opacity

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

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

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

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

This text has shadow with #616630 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616630 on black background.


Color preview on white background

This text has color #616630 on white background.



Black color preview on #616630 background

This text has black color on #616630 background.


White color preview on #616630 background

This text has white color on #616630 background.