COLOR #51435B

HEX: #51435B
RGB: (81,67,91)

Color info

#51435B contains red, green and blue colors in about the same proportion. Web safe color of #51435B is #663366 (or #636).

RGB color model

#51435B color RGB value is (81,67,91).

  • red value is 81;
  • green value is 67;
  • blue value is 91.
RGB:
(81,67,91)
(32%,26%,36%)

RGB channels and saturation

R 81 of 255 = 32%
G 67 of 255 = 26%
B 91 of 255 = 36%

81
67
91

R + G + B ~ 31%. #51435B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 67 + 91 = 239 (100%)
R 81 of 239 ~ 33.89%
G 67 of 239 ~ 28.03%
B 91 of 239 ~ 38.08%

%33.89
%28.03
%38.08

CMYK color model

#51435B color CMYK value is (11,26,0,64).

  • cyan value is 10.99%
  • magenta value is 26.37%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(11,26,0,64)
C11M26Y0K64 
(11%,26%,0%,64%)
(0.11/0.26/0.00/0.64)	

CMYK percentages

%10.99
%26.37
%0
%64.31

Codes

Color #51435B in popluar color models

51435B
RGB816791
HSL275°15.19%30.98%
HSB/HSV275°26.37%35.69%
CMYK10.99%26.37%0.00%
64.31%

Color #51435B in popluar number systems.

HEX51435B
Decimal816791
Binary101000110000111011011
Octal121103133

Shades and tints

Shades of #51435B

#51435B
(81,67,91)
#4A3D53
(74,61,83)
#43374B
(67,55,75)
#3C3143
(60,49,67)
#352B3B
(53,43,59)
#2E2533
(46,37,51)
#271F2B
(39,31,43)
#201923
(32,25,35)
#19131B
(25,19,27)
#120D13
(18,13,19)
#0B070B
(11,7,11)
#000000
(0,0,0)

Tints of #51435B

#51435B
(81,67,91)
#605469
(96,84,105)
#6F6577
(111,101,119)
#7E7685
(126,118,133)
#8D8793
(141,135,147)
#9C98A1
(156,152,161)
#ABA9AF
(171,169,175)
#BABABD
(186,186,189)
#C9CBCB
(201,203,203)
#D8DCD9
(216,220,217)
#E7EDE7
(231,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51435B color. Also use rgb(81,67,91) instead hex code.

Text Font Color

.myTextColor { color: #51435B; }

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

This text font color is #51435B.


Background Color

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

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

This div background color is #51435B.


Border color

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

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

This div border color is #51435B.


Opacity

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

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

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

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

This text has shadow with #51435B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51435B on black background.


Color preview on white background

This text has color #51435B on white background.



Black color preview on #51435B background

This text has black color on #51435B background.


White color preview on #51435B background

This text has white color on #51435B background.