COLOR #51633B

HEX: #51633B
RGB: (81,99,59)

Color info

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

RGB color model

#51633B color RGB value is (81,99,59).

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

RGB channels and saturation

R 81 of 255 = 32%
G 99 of 255 = 39%
B 59 of 255 = 23%

81
99
59

R + G + B ~ 31%. #51633B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 99 + 59 = 239 (100%)
R 81 of 239 ~ 33.89%
G 99 of 239 ~ 41.42%
B 59 of 239 ~ 24.69%

%33.89
%41.42
%24.69

CMYK color model

#51633B color CMYK value is (18,0,40,61).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 40.40%
  • key color value is 61.18%
CMYK:
(18,0,40,61)
C18M0Y40K61 
(18%,0%,40%,61%)
(0.18/0.00/0.40/0.61)	

CMYK percentages

%18.18
%0
%40.4
%61.18

Codes

Color #51633B in popluar color models

51633B
RGB819959
HSL87°25.32%30.98%
HSB/HSV87°40.40%38.82%
CMYK18.18%0.00%40.40%
61.18%

Color #51633B in popluar number systems.

HEX51633B
Decimal819959
Binary10100011100011111011
Octal12114373

Shades and tints

Shades of #51633B

#51633B
(81,99,59)
#4A5A36
(74,90,54)
#435131
(67,81,49)
#3C482C
(60,72,44)
#353F27
(53,63,39)
#2E3622
(46,54,34)
#272D1D
(39,45,29)
#202418
(32,36,24)
#191B13
(25,27,19)
#12120E
(18,18,14)
#0B0909
(11,9,9)
#000000
(0,0,0)

Tints of #51633B

#51633B
(81,99,59)
#60714C
(96,113,76)
#6F7F5D
(111,127,93)
#7E8D6E
(126,141,110)
#8D9B7F
(141,155,127)
#9CA990
(156,169,144)
#ABB7A1
(171,183,161)
#BAC5B2
(186,197,178)
#C9D3C3
(201,211,195)
#D8E1D4
(216,225,212)
#E7EFE5
(231,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51633B; }

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

This text font color is #51633B.


Background Color

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

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

This div background color is #51633B.


Border color

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

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

This div border color is #51633B.


Opacity

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

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

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

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

This text has shadow with #51633B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51633B on black background.


Color preview on white background

This text has color #51633B on white background.



Black color preview on #51633B background

This text has black color on #51633B background.


White color preview on #51633B background

This text has white color on #51633B background.