COLOR #51551D

HEX: #51551D RGB: (81,85,29)

Color info

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

RGB color model

#51551D color RGB value is (81,85,29).

RGB: (81,85,29) (32%, 33%, 11%)

RGB channels and saturation

R 81 of 255 = 32%
G 85 of 255 = 33%
B 29 of 255 = 11%

81
85
29

R + G + B ~ 25%. #51551D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 81 + 85 + 29 = 195 (100%)
R 81 of 195 ~ 41.54%
G 85 of 195 ~ 43.59%
B 29 of 195 ~ 14.87'%

%41.54
%43.59
%14.87

CMYK color model

#51551D color CMYK value is (5,0,66,67).

  • cyan value is 4.71%
  • magenta value is 0.00%
  • yellow value is 65.88%
  • key color value is 66.67%

CMYK: (5,0,66,67)
C5M0Y66K67 (5%, 0%, 66%, 67%)
(0.05 / 0.00 / 0.66 / 0.67)

CMYK percentages

%4.71
%0
%65.88
%66.67

Codes

Color #51551D in popluar color models

51 55 1D
RGB 81 85 29
HSL 64° 49.12% 22.35%
HSB/HSV 64° 65.88% 33.33%
CMYK 4.71% 0.00% 65.88%
66.67%

Color #51551D in popluar number systems.

HEX 51 55 1D
Decimal 81 85 29
Binary 1010001 1010101 11101
Octal 121 125 35

Shades and tints

Shades of #51551D

#51551D
(81,85,29)
#4A4E1B
(74,78,27)
#434719
(67,71,25)
#3C4017
(60,64,23)
#353915
(53,57,21)
#2E3213
(46,50,19)
#272B11
(39,43,17)
#20240F
(32,36,15)
#191D0D
(25,29,13)
#12160B
(18,22,11)
#0B0F09
(11,15,9)
#000000
(0,0,0)

Tints of #51551D

#51551D
(81,85,29)
#606431
(96,100,49)
#6F7345
(111,115,69)
#7E8259
(126,130,89)
#8D916D
(141,145,109)
#9CA081
(156,160,129)
#ABAF95
(171,175,149)
#BABEA9
(186,190,169)
#C9CDBD
(201,205,189)
#D8DCD1
(216,220,209)
#E7EBE5
(231,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51551D color. Also use rgb(81,85,29) instead hex code.

Text Font Color

.myTextColor { color: #51551D; }

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

This text font color is #51551D.

Background Color

.myBgColor { background-color: #51551D; }

<div style="background-color:#51551D">Inner text</div>

This div background color is #51551D.

Border color

.myBorderColor { border: 1px solid #51551D; }

<div style="border:3px solid #51551D">Div</div>

This div border color is #51551D.

Opacity

.myOpacity80 { color: #51551D; opacity: 0.8; }

<p style="color:#51551D;opacity:0.8;">80%</p>

Text with #51551D 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 #51551D;}

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

This text has shadow with #51551D color.


.textShadow {text-shadow: 3px 3px 1px #51551D', 3px 3px 1px red;}

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

This text has shadow with #51551D primary color and red secondary color.


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

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

This text has shadow with #51551D and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #51551D; -webkit-box-shadow: 1px 1px 3px 2px #51551D; box-shadow:1px 1px 3px 2px #51551D;">
Div content here
</div>

This div box has shadow with color #51551D.

Preview

Color preview on black background

This text has color #51551D on black background.


Color preview on white background

This text has color #51551D on white background.


Black color preview on #51551D background

This text has black color on #51551D background.


White color preview on #51551D background

This text has white color on #51551D background.


Related colors

Complementary color

Complementary color for #hex is #AEAAE2.


I love getcolorcode.com

Triadic colors

1 #1D5155 and #551D51 with #51551D are triadic colors.

2 #1D5551 and #55511D with #51551D are triadic colors.