COLOR #51644B

HEX: #51644B
RGB: (81,100,75)

Color info

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

RGB color model

#51644B color RGB value is (81,100,75).

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

RGB channels and saturation

R 81 of 255 = 32%
G 100 of 255 = 39%
B 75 of 255 = 29%

81
100
75

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

Portions of RGB colors in percentages

R + G + B =
81 + 100 + 75 = 256 (100%)
R 81 of 256 ~ 31.64%
G 100 of 256 ~ 39.06%
B 75 of 256 ~ 29.3%

%31.64
%39.06
%29.3

CMYK color model

#51644B color CMYK value is (19,0,25,61).

  • cyan value is 19.00%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 60.78%
CMYK:
(19,0,25,61)
C19M0Y25K61 
(19%,0%,25%,61%)
(0.19/0.00/0.25/0.61)	

CMYK percentages

%19
%0
%25
%60.78

Codes

Color #51644B in popluar color models

51644B
RGB8110075
HSL106°14.29%34.31%
HSB/HSV106°25.00%39.22%
CMYK19.00%0.00%25.00%
60.78%

Color #51644B in popluar number systems.

HEX51644B
Decimal8110075
Binary101000111001001001011
Octal121144113

Shades and tints

Shades of #51644B

#51644B
(81,100,75)
#4A5B45
(74,91,69)
#43523F
(67,82,63)
#3C4939
(60,73,57)
#354033
(53,64,51)
#2E372D
(46,55,45)
#272E27
(39,46,39)
#202521
(32,37,33)
#191C1B
(25,28,27)
#121315
(18,19,21)
#0B0A0F
(11,10,15)
#000000
(0,0,0)

Tints of #51644B

#51644B
(81,100,75)
#60725B
(96,114,91)
#6F806B
(111,128,107)
#7E8E7B
(126,142,123)
#8D9C8B
(141,156,139)
#9CAA9B
(156,170,155)
#ABB8AB
(171,184,171)
#BAC6BB
(186,198,187)
#C9D4CB
(201,212,203)
#D8E2DB
(216,226,219)
#E7F0EB
(231,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51644B color. Also use rgb(81,100,75) instead hex code.

Text Font Color

.myTextColor { color: #51644B; }

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

This text font color is #51644B.


Background Color

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

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

This div background color is #51644B.


Border color

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

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

This div border color is #51644B.


Opacity

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

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

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

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

This text has shadow with #51644B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51644B on black background.


Color preview on white background

This text has color #51644B on white background.



Black color preview on #51644B background

This text has black color on #51644B background.


White color preview on #51644B background

This text has white color on #51644B background.