COLOR #51634A

HEX: #51634A
RGB: (81,99,74)

Color info

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

RGB color model

#51634A color RGB value is (81,99,74).

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

RGB channels and saturation

R 81 of 255 = 32%
G 99 of 255 = 39%
B 74 of 255 = 29%

81
99
74

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

Portions of RGB colors in percentages

R + G + B =
81 + 99 + 74 = 254 (100%)
R 81 of 254 ~ 31.89%
G 99 of 254 ~ 38.98%
B 74 of 254 ~ 29.13%

%31.89
%38.98
%29.13

CMYK color model

#51634A color CMYK value is (18,0,25,61).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 25.25%
  • key color value is 61.18%
CMYK:
(18,0,25,61)
C18M0Y25K61 
(18%,0%,25%,61%)
(0.18/0.00/0.25/0.61)	

CMYK percentages

%18.18
%0
%25.25
%61.18

Codes

Color #51634A in popluar color models

51634A
RGB819974
HSL103°14.45%33.92%
HSB/HSV103°25.25%38.82%
CMYK18.18%0.00%25.25%
61.18%

Color #51634A in popluar number systems.

HEX51634A
Decimal819974
Binary101000111000111001010
Octal121143112

Shades and tints

Shades of #51634A

#51634A
(81,99,74)
#4A5A44
(74,90,68)
#43513E
(67,81,62)
#3C4838
(60,72,56)
#353F32
(53,63,50)
#2E362C
(46,54,44)
#272D26
(39,45,38)
#202420
(32,36,32)
#191B1A
(25,27,26)
#121214
(18,18,20)
#0B090E
(11,9,14)
#000000
(0,0,0)

Tints of #51634A

#51634A
(81,99,74)
#60715A
(96,113,90)
#6F7F6A
(111,127,106)
#7E8D7A
(126,141,122)
#8D9B8A
(141,155,138)
#9CA99A
(156,169,154)
#ABB7AA
(171,183,170)
#BAC5BA
(186,197,186)
#C9D3CA
(201,211,202)
#D8E1DA
(216,225,218)
#E7EFEA
(231,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51634A color. Also use rgb(81,99,74) instead hex code.

Text Font Color

.myTextColor { color: #51634A; }

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

This text font color is #51634A.


Background Color

.myBgColor { background-color: #51634A; }

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

This div background color is #51634A.


Border color

.myBorderColor { border: 1px solid #51634A; }

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

This div border color is #51634A.


Opacity

.myOpacity80 { color: #51634A; opacity: 0.8; }

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

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

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

This text has shadow with #51634A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51634A on black background.


Color preview on white background

This text has color #51634A on white background.



Black color preview on #51634A background

This text has black color on #51634A background.


White color preview on #51634A background

This text has white color on #51634A background.