COLOR #51553B

HEX: #51553B
RGB: (81,85,59)

Color info

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

RGB color model

#51553B color RGB value is (81,85,59).

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

RGB channels and saturation

R 81 of 255 = 32%
G 85 of 255 = 33%
B 59 of 255 = 23%

81
85
59

R + G + B ~ 29%. #51553B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 85 + 59 = 225 (100%)
R 81 of 225 ~ 36%
G 85 of 225 ~ 37.78%
B 59 of 225 ~ 26.22%

%36
%37.78
%26.22

CMYK color model

#51553B color CMYK value is (5,0,31,67).

  • cyan value is 4.71%
  • magenta value is 0.00%
  • yellow value is 30.59%
  • key color value is 66.67%
CMYK:
(5,0,31,67)
C5M0Y31K67 
(5%,0%,31%,67%)
(0.05/0.00/0.31/0.67)	

CMYK percentages

%4.71
%0
%30.59
%66.67

Codes

Color #51553B in popluar color models

51553B
RGB818559
HSL69°18.06%28.24%
HSB/HSV69°30.59%33.33%
CMYK4.71%0.00%30.59%
66.67%

Color #51553B in popluar number systems.

HEX51553B
Decimal818559
Binary10100011010101111011
Octal12112573

Shades and tints

Shades of #51553B

#51553B
(81,85,59)
#4A4E36
(74,78,54)
#434731
(67,71,49)
#3C402C
(60,64,44)
#353927
(53,57,39)
#2E3222
(46,50,34)
#272B1D
(39,43,29)
#202418
(32,36,24)
#191D13
(25,29,19)
#12160E
(18,22,14)
#0B0F09
(11,15,9)
#000000
(0,0,0)

Tints of #51553B

#51553B
(81,85,59)
#60644C
(96,100,76)
#6F735D
(111,115,93)
#7E826E
(126,130,110)
#8D917F
(141,145,127)
#9CA090
(156,160,144)
#ABAFA1
(171,175,161)
#BABEB2
(186,190,178)
#C9CDC3
(201,205,195)
#D8DCD4
(216,220,212)
#E7EBE5
(231,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51553B; }

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

This text font color is #51553B.


Background Color

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

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

This div background color is #51553B.


Border color

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

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

This div border color is #51553B.


Opacity

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

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

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

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

This text has shadow with #51553B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51553B on black background.


Color preview on white background

This text has color #51553B on white background.



Black color preview on #51553B background

This text has black color on #51553B background.


White color preview on #51553B background

This text has white color on #51553B background.