COLOR #51533D

HEX: #51533D RGB: (81,83,61)

Color info

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

RGB color model

#51533D color RGB value is (81,83,61).

RGB: (81,83,61) (32%, 33%, 24%)

RGB channels and saturation

R 81 of 255 = 32%
G 83 of 255 = 33%
B 61 of 255 = 24%

81
83
61

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

Portions of RGB colors in percentages

R + G + B = 81 + 83 + 61 = 225 (100%)
R 81 of 225 ~ 36%
G 83 of 225 ~ 36.89%
B 61 of 225 ~ 27.11'%

%36
%36.89
%27.11

CMYK color model

#51533D color CMYK value is (2,0,27,67).

  • cyan value is 2.41%
  • magenta value is 0.00%
  • yellow value is 26.51%
  • key color value is 67.45%

CMYK: (2,0,27,67)
C2M0Y27K67 (2%, 0%, 27%, 67%)
(0.02 / 0.00 / 0.27 / 0.67)

CMYK percentages

%2.41
%0
%26.51
%67.45

Codes

Color #51533D in popluar color models

51 53 3D
RGB 81 83 61
HSL 65° 15.28% 28.24%
HSB/HSV 65° 26.51% 32.55%
CMYK 2.41% 0.00% 26.51%
67.45%

Color #51533D in popluar number systems.

HEX 51 53 3D
Decimal 81 83 61
Binary 1010001 1010011 111101
Octal 121 123 75

Shades and tints

Shades of #51533D

#51533D
(81,83,61)
#4A4C38
(74,76,56)
#434533
(67,69,51)
#3C3E2E
(60,62,46)
#353729
(53,55,41)
#2E3024
(46,48,36)
#27291F
(39,41,31)
#20221A
(32,34,26)
#191B15
(25,27,21)
#121410
(18,20,16)
#0B0D0B
(11,13,11)
#000000
(0,0,0)

Tints of #51533D

#51533D
(81,83,61)
#60624E
(96,98,78)
#6F715F
(111,113,95)
#7E8070
(126,128,112)
#8D8F81
(141,143,129)
#9C9E92
(156,158,146)
#ABADA3
(171,173,163)
#BABCB4
(186,188,180)
#C9CBC5
(201,203,197)
#D8DAD6
(216,218,214)
#E7E9E7
(231,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51533D color. Also use rgb(81,83,61) instead hex code.

Text Font Color

.myTextColor { color: #51533D; }

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

This text font color is #51533D.

Background Color

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

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

This div background color is #51533D.

Border color

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

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

This div border color is #51533D.

Opacity

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

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

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

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

This text has shadow with #51533D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #51533D.

Preview

Color preview on black background

This text has color #51533D on black background.


Color preview on white background

This text has color #51533D on white background.


Black color preview on #51533D background

This text has black color on #51533D background.


White color preview on #51533D background

This text has white color on #51533D background.


Related colors

Complementary color

Complementary color for #hex is #AEACC2.


I love getcolorcode.com

Triadic colors

1 #3D5153 and #533D51 with #51533D are triadic colors.

2 #3D5351 and #53513D with #51533D are triadic colors.