COLOR #51503A

HEX: #51503A RGB: (81,80,58)

Color info

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

RGB color model

#51503A color RGB value is (81,80,58).

RGB: (81,80,58) (32%, 31%, 23%)

RGB channels and saturation

R 81 of 255 = 32%
G 80 of 255 = 31%
B 58 of 255 = 23%

81
80
58

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

Portions of RGB colors in percentages

R + G + B = 81 + 80 + 58 = 219 (100%)
R 81 of 219 ~ 36.99%
G 80 of 219 ~ 36.53%
B 58 of 219 ~ 26.48'%

%36.99
%36.53
%26.48

CMYK color model

#51503A color CMYK value is (0,1,28,68).

  • cyan value is 0.00%
  • magenta value is 1.23%
  • yellow value is 28.40%
  • key color value is 68.24%

CMYK: (0,1,28,68)
C0M1Y28K68 (0%, 1%, 28%, 68%)
(0.00 / 0.01 / 0.28 / 0.68)

CMYK percentages

%0
%1.23
%28.4
%68.24

Codes

Color #51503A in popluar color models

51 50 3A
RGB 81 80 58
HSL 57° 16.55% 27.25%
HSB/HSV 57° 28.40% 31.76%
CMYK 0.00% 1.23% 28.40%
68.24%

Color #51503A in popluar number systems.

HEX 51 50 3A
Decimal 81 80 58
Binary 1010001 1010000 111010
Octal 121 120 72

Shades and tints

Shades of #51503A

#51503A
(81,80,58)
#4A4935
(74,73,53)
#434230
(67,66,48)
#3C3B2B
(60,59,43)
#353426
(53,52,38)
#2E2D21
(46,45,33)
#27261C
(39,38,28)
#201F17
(32,31,23)
#191812
(25,24,18)
#12110D
(18,17,13)
#0B0A08
(11,10,8)
#000000
(0,0,0)

Tints of #51503A

#51503A
(81,80,58)
#605F4B
(96,95,75)
#6F6E5C
(111,110,92)
#7E7D6D
(126,125,109)
#8D8C7E
(141,140,126)
#9C9B8F
(156,155,143)
#ABAAA0
(171,170,160)
#BAB9B1
(186,185,177)
#C9C8C2
(201,200,194)
#D8D7D3
(216,215,211)
#E7E6E4
(231,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51503A color. Also use rgb(81,80,58) instead hex code.

Text Font Color

.myTextColor { color: #51503A; }

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

This text font color is #51503A.

Background Color

.myBgColor { background-color: #51503A; }

<div style="background-color:#51503A">Inner text</div>

This div background color is #51503A.

Border color

.myBorderColor { border: 1px solid #51503A; }

<div style="border:3px solid #51503A">Div</div>

This div border color is #51503A.

Opacity

.myOpacity80 { color: #51503A; opacity: 0.8; }

<p style="color:#51503A;opacity:0.8;">80%</p>

Text with #51503A 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 #51503A;}

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

This text has shadow with #51503A color.


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

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

This text has shadow with #51503A primary color and red secondary color.


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

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

This text has shadow with #51503A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #51503A.

Preview

Color preview on black background

This text has color #51503A on black background.


Color preview on white background

This text has color #51503A on white background.


Black color preview on #51503A background

This text has black color on #51503A background.


White color preview on #51503A background

This text has white color on #51503A background.


Related colors

Complementary color

Complementary color for #hex is #AEAFC5.


I love getcolorcode.com

Triadic colors

1 #3A5150 and #503A51 with #51503A are triadic colors.

2 #3A5051 and #50513A with #51503A are triadic colors.