COLOR #51583B

HEX: #51583B
RGB: (81,88,59)

Color info

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

RGB color model

#51583B color RGB value is (81,88,59).

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

RGB channels and saturation

R 81 of 255 = 32%
G 88 of 255 = 35%
B 59 of 255 = 23%

81
88
59

R + G + B ~ 30%. #51583B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 88 + 59 = 228 (100%)
R 81 of 228 ~ 35.53%
G 88 of 228 ~ 38.6%
B 59 of 228 ~ 25.88%

%35.53
%38.6
%25.88

CMYK color model

#51583B color CMYK value is (8,0,33,65).

  • cyan value is 7.95%
  • magenta value is 0.00%
  • yellow value is 32.95%
  • key color value is 65.49%
CMYK:
(8,0,33,65)
C8M0Y33K65 
(8%,0%,33%,65%)
(0.08/0.00/0.33/0.65)	

CMYK percentages

%7.95
%0
%32.95
%65.49

Codes

Color #51583B in popluar color models

51583B
RGB818859
HSL74°19.73%28.82%
HSB/HSV74°32.95%34.51%
CMYK7.95%0.00%32.95%
65.49%

Color #51583B in popluar number systems.

HEX51583B
Decimal818859
Binary10100011011000111011
Octal12113073

Shades and tints

Shades of #51583B

#51583B
(81,88,59)
#4A5036
(74,80,54)
#434831
(67,72,49)
#3C402C
(60,64,44)
#353827
(53,56,39)
#2E3022
(46,48,34)
#27281D
(39,40,29)
#202018
(32,32,24)
#191813
(25,24,19)
#12100E
(18,16,14)
#0B0809
(11,8,9)
#000000
(0,0,0)

Tints of #51583B

#51583B
(81,88,59)
#60674C
(96,103,76)
#6F765D
(111,118,93)
#7E856E
(126,133,110)
#8D947F
(141,148,127)
#9CA390
(156,163,144)
#ABB2A1
(171,178,161)
#BAC1B2
(186,193,178)
#C9D0C3
(201,208,195)
#D8DFD4
(216,223,212)
#E7EEE5
(231,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51583B; }

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

This text font color is #51583B.


Background Color

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

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

This div background color is #51583B.


Border color

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

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

This div border color is #51583B.


Opacity

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

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

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

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

This text has shadow with #51583B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51583B on black background.


Color preview on white background

This text has color #51583B on white background.



Black color preview on #51583B background

This text has black color on #51583B background.


White color preview on #51583B background

This text has white color on #51583B background.