COLOR #51583C

HEX: #51583C
RGB: (81,88,60)

Color info

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

RGB color model

#51583C color RGB value is (81,88,60).

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

RGB channels and saturation

R 81 of 255 = 32%
G 88 of 255 = 35%
B 60 of 255 = 24%

81
88
60

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

Portions of RGB colors in percentages

R + G + B =
81 + 88 + 60 = 229 (100%)
R 81 of 229 ~ 35.37%
G 88 of 229 ~ 38.43%
B 60 of 229 ~ 26.2%

%35.37
%38.43
%26.2

CMYK color model

#51583C color CMYK value is (8,0,32,65).

  • cyan value is 7.95%
  • magenta value is 0.00%
  • yellow value is 31.82%
  • key color value is 65.49%
CMYK:
(8,0,32,65)
C8M0Y32K65 
(8%,0%,32%,65%)
(0.08/0.00/0.32/0.65)	

CMYK percentages

%7.95
%0
%31.82
%65.49

Codes

Color #51583C in popluar color models

51583C
RGB818860
HSL75°18.92%29.02%
HSB/HSV75°31.82%34.51%
CMYK7.95%0.00%31.82%
65.49%

Color #51583C in popluar number systems.

HEX51583C
Decimal818860
Binary10100011011000111100
Octal12113074

Shades and tints

Shades of #51583C

#51583C
(81,88,60)
#4A5037
(74,80,55)
#434832
(67,72,50)
#3C402D
(60,64,45)
#353828
(53,56,40)
#2E3023
(46,48,35)
#27281E
(39,40,30)
#202019
(32,32,25)
#191814
(25,24,20)
#12100F
(18,16,15)
#0B080A
(11,8,10)
#000000
(0,0,0)

Tints of #51583C

#51583C
(81,88,60)
#60674D
(96,103,77)
#6F765E
(111,118,94)
#7E856F
(126,133,111)
#8D9480
(141,148,128)
#9CA391
(156,163,145)
#ABB2A2
(171,178,162)
#BAC1B3
(186,193,179)
#C9D0C4
(201,208,196)
#D8DFD5
(216,223,213)
#E7EEE6
(231,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51583C; }

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

This text font color is #51583C.


Background Color

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

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

This div background color is #51583C.


Border color

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

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

This div border color is #51583C.


Opacity

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

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

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

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

This text has shadow with #51583C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51583C on black background.


Color preview on white background

This text has color #51583C on white background.



Black color preview on #51583C background

This text has black color on #51583C background.


White color preview on #51583C background

This text has white color on #51583C background.