COLOR #51673F

HEX: #51673F
RGB: (81,103,63)

Color info

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

RGB color model

#51673F color RGB value is (81,103,63).

  • red value is 81;
  • green value is 103;
  • blue value is 63.
RGB:
(81,103,63)
(32%,40%,25%)

RGB channels and saturation

R 81 of 255 = 32%
G 103 of 255 = 40%
B 63 of 255 = 25%

81
103
63

R + G + B ~ 32%. #51673F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 103 + 63 = 247 (100%)
R 81 of 247 ~ 32.79%
G 103 of 247 ~ 41.7%
B 63 of 247 ~ 25.51%

%32.79
%41.7
%25.51

CMYK color model

#51673F color CMYK value is (21,0,39,60).

  • cyan value is 21.36%
  • magenta value is 0.00%
  • yellow value is 38.83%
  • key color value is 59.61%
CMYK:
(21,0,39,60)
C21M0Y39K60 
(21%,0%,39%,60%)
(0.21/0.00/0.39/0.60)	

CMYK percentages

%21.36
%0
%38.83
%59.61

Codes

Color #51673F in popluar color models

51673F
RGB8110363
HSL93°24.10%32.55%
HSB/HSV93°38.83%40.39%
CMYK21.36%0.00%38.83%
59.61%

Color #51673F in popluar number systems.

HEX51673F
Decimal8110363
Binary10100011100111111111
Octal12114777

Shades and tints

Shades of #51673F

#51673F
(81,103,63)
#4A5E3A
(74,94,58)
#435535
(67,85,53)
#3C4C30
(60,76,48)
#35432B
(53,67,43)
#2E3A26
(46,58,38)
#273121
(39,49,33)
#20281C
(32,40,28)
#191F17
(25,31,23)
#121612
(18,22,18)
#0B0D0D
(11,13,13)
#000000
(0,0,0)

Tints of #51673F

#51673F
(81,103,63)
#607450
(96,116,80)
#6F8161
(111,129,97)
#7E8E72
(126,142,114)
#8D9B83
(141,155,131)
#9CA894
(156,168,148)
#ABB5A5
(171,181,165)
#BAC2B6
(186,194,182)
#C9CFC7
(201,207,199)
#D8DCD8
(216,220,216)
#E7E9E9
(231,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51673F color. Also use rgb(81,103,63) instead hex code.

Text Font Color

.myTextColor { color: #51673F; }

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

This text font color is #51673F.


Background Color

.myBgColor { background-color: #51673F; }

<div style="background-color:#51673F">Inner text</div>

This div background color is #51673F.


Border color

.myBorderColor { border: 1px solid #51673F; }

<div style="border:3px solid #51673F">Div</div>

This div border color is #51673F.


Opacity

.myOpacity80 { color: #51673F; opacity: 0.8; }

<p style="color:#51673F;opacity:0.8;">80%</p>

Text with #51673F 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 #51673F;}

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

This text has shadow with #51673F color.

.textShadow {text-shadow: 3px 3px 1px #51673F, 3px 3px 1px red;}

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

This text has shadow with #51673F primary color and red secondary color.


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

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

This text has shadow with #51673F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51673F on black background.


Color preview on white background

This text has color #51673F on white background.



Black color preview on #51673F background

This text has black color on #51673F background.


White color preview on #51673F background

This text has white color on #51673F background.