COLOR #51624A

HEX: #51624A
RGB: (81,98,74)

Color info

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

RGB color model

#51624A color RGB value is (81,98,74).

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

RGB channels and saturation

R 81 of 255 = 32%
G 98 of 255 = 38%
B 74 of 255 = 29%

81
98
74

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

Portions of RGB colors in percentages

R + G + B =
81 + 98 + 74 = 253 (100%)
R 81 of 253 ~ 32.02%
G 98 of 253 ~ 38.74%
B 74 of 253 ~ 29.25%

%32.02
%38.74
%29.25

CMYK color model

#51624A color CMYK value is (17,0,24,62).

  • cyan value is 17.35%
  • magenta value is 0.00%
  • yellow value is 24.49%
  • key color value is 61.57%
CMYK:
(17,0,24,62)
C17M0Y24K62 
(17%,0%,24%,62%)
(0.17/0.00/0.24/0.62)	

CMYK percentages

%17.35
%0
%24.49
%61.57

Codes

Color #51624A in popluar color models

51624A
RGB819874
HSL103°13.95%33.73%
HSB/HSV103°24.49%38.43%
CMYK17.35%0.00%24.49%
61.57%

Color #51624A in popluar number systems.

HEX51624A
Decimal819874
Binary101000111000101001010
Octal121142112

Shades and tints

Shades of #51624A

#51624A
(81,98,74)
#4A5A44
(74,90,68)
#43523E
(67,82,62)
#3C4A38
(60,74,56)
#354232
(53,66,50)
#2E3A2C
(46,58,44)
#273226
(39,50,38)
#202A20
(32,42,32)
#19221A
(25,34,26)
#121A14
(18,26,20)
#0B120E
(11,18,14)
#000000
(0,0,0)

Tints of #51624A

#51624A
(81,98,74)
#60705A
(96,112,90)
#6F7E6A
(111,126,106)
#7E8C7A
(126,140,122)
#8D9A8A
(141,154,138)
#9CA89A
(156,168,154)
#ABB6AA
(171,182,170)
#BAC4BA
(186,196,186)
#C9D2CA
(201,210,202)
#D8E0DA
(216,224,218)
#E7EEEA
(231,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51624A; }

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

This text font color is #51624A.


Background Color

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

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

This div background color is #51624A.


Border color

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

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

This div border color is #51624A.


Opacity

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

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

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

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

This text has shadow with #51624A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51624A on black background.


Color preview on white background

This text has color #51624A on white background.



Black color preview on #51624A background

This text has black color on #51624A background.


White color preview on #51624A background

This text has white color on #51624A background.