COLOR #61634D

HEX: #61634D
RGB: (97,99,77)

Color info

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

RGB color model

#61634D color RGB value is (97,99,77).

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

RGB channels and saturation

R 97 of 255 = 38%
G 99 of 255 = 39%
B 77 of 255 = 30%

97
99
77

R + G + B ~ 36%. #61634D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 99 + 77 = 273 (100%)
R 97 of 273 ~ 35.53%
G 99 of 273 ~ 36.26%
B 77 of 273 ~ 28.21%

%35.53
%36.26
%28.21

CMYK color model

#61634D color CMYK value is (2,0,22,61).

  • cyan value is 2.02%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 61.18%
CMYK:
(2,0,22,61)
C2M0Y22K61 
(2%,0%,22%,61%)
(0.02/0.00/0.22/0.61)	

CMYK percentages

%2.02
%0
%22.22
%61.18

Codes

Color #61634D in popluar color models

61634D
RGB979977
HSL65°12.50%34.51%
HSB/HSV65°22.22%38.82%
CMYK2.02%0.00%22.22%
61.18%

Color #61634D in popluar number systems.

HEX61634D
Decimal979977
Binary110000111000111001101
Octal141143115

Shades and tints

Shades of #61634D

#61634D
(97,99,77)
#595A46
(89,90,70)
#51513F
(81,81,63)
#494838
(73,72,56)
#413F31
(65,63,49)
#39362A
(57,54,42)
#312D23
(49,45,35)
#29241C
(41,36,28)
#211B15
(33,27,21)
#19120E
(25,18,14)
#110907
(17,9,7)
#000000
(0,0,0)

Tints of #61634D

#61634D
(97,99,77)
#6F715D
(111,113,93)
#7D7F6D
(125,127,109)
#8B8D7D
(139,141,125)
#999B8D
(153,155,141)
#A7A99D
(167,169,157)
#B5B7AD
(181,183,173)
#C3C5BD
(195,197,189)
#D1D3CD
(209,211,205)
#DFE1DD
(223,225,221)
#EDEFED
(237,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61634D; }

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

This text font color is #61634D.


Background Color

.myBgColor { background-color: #61634D; }

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

This div background color is #61634D.


Border color

.myBorderColor { border: 1px solid #61634D; }

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

This div border color is #61634D.


Opacity

.myOpacity80 { color: #61634D; opacity: 0.8; }

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

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

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

This text has shadow with #61634D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61634D on black background.


Color preview on white background

This text has color #61634D on white background.



Black color preview on #61634D background

This text has black color on #61634D background.


White color preview on #61634D background

This text has white color on #61634D background.