COLOR #61633B

HEX: #61633B
RGB: (97,99,59)

Color info

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

RGB color model

#61633B color RGB value is (97,99,59).

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

RGB channels and saturation

R 97 of 255 = 38%
G 99 of 255 = 39%
B 59 of 255 = 23%

97
99
59

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

Portions of RGB colors in percentages

R + G + B =
97 + 99 + 59 = 255 (100%)
R 97 of 255 ~ 38.04%
G 99 of 255 ~ 38.82%
B 59 of 255 ~ 23.14%

%38.04
%38.82
%23.14

CMYK color model

#61633B color CMYK value is (2,0,40,61).

  • cyan value is 2.02%
  • magenta value is 0.00%
  • yellow value is 40.40%
  • key color value is 61.18%
CMYK:
(2,0,40,61)
C2M0Y40K61 
(2%,0%,40%,61%)
(0.02/0.00/0.40/0.61)	

CMYK percentages

%2.02
%0
%40.4
%61.18

Codes

Color #61633B in popluar color models

61633B
RGB979959
HSL63°25.32%30.98%
HSB/HSV63°40.40%38.82%
CMYK2.02%0.00%40.40%
61.18%

Color #61633B in popluar number systems.

HEX61633B
Decimal979959
Binary11000011100011111011
Octal14114373

Shades and tints

Shades of #61633B

#61633B
(97,99,59)
#595A36
(89,90,54)
#515131
(81,81,49)
#49482C
(73,72,44)
#413F27
(65,63,39)
#393622
(57,54,34)
#312D1D
(49,45,29)
#292418
(41,36,24)
#211B13
(33,27,19)
#19120E
(25,18,14)
#110909
(17,9,9)
#000000
(0,0,0)

Tints of #61633B

#61633B
(97,99,59)
#6F714C
(111,113,76)
#7D7F5D
(125,127,93)
#8B8D6E
(139,141,110)
#999B7F
(153,155,127)
#A7A990
(167,169,144)
#B5B7A1
(181,183,161)
#C3C5B2
(195,197,178)
#D1D3C3
(209,211,195)
#DFE1D4
(223,225,212)
#EDEFE5
(237,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61633B; }

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

This text font color is #61633B.


Background Color

.myBgColor { background-color: #61633B; }

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

This div background color is #61633B.


Border color

.myBorderColor { border: 1px solid #61633B; }

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

This div border color is #61633B.


Opacity

.myOpacity80 { color: #61633B; opacity: 0.8; }

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

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

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

This text has shadow with #61633B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61633B on black background.


Color preview on white background

This text has color #61633B on white background.



Black color preview on #61633B background

This text has black color on #61633B background.


White color preview on #61633B background

This text has white color on #61633B background.