COLOR #51856C

HEX: #51856C RGB: (81,133,108)

Color info

#51856C contains red, green and blue colors in about the same proportion. Web safe color of #51856C is #669966 (or #696).

RGB color model

#51856C color RGB value is (81,133,108).

RGB: (81,133,108) (32%, 52%, 42%)

RGB channels and saturation

R 81 of 255 = 32%
G 133 of 255 = 52%
B 108 of 255 = 42%

81
133
108

R + G + B ~ 42%. #51856C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 81 + 133 + 108 = 322 (100%)
R 81 of 322 ~ 25.16%
G 133 of 322 ~ 41.3%
B 108 of 322 ~ 33.54'%

%25.16
%41.3
%33.54

CMYK color model

#51856C color CMYK value is (39,0,19,48).

  • cyan value is 39.10%
  • magenta value is 0.00%
  • yellow value is 18.80%
  • key color value is 47.84%

CMYK: (39,0,19,48)
C39M0Y19K48 (39%, 0%, 19%, 48%)
(0.39 / 0.00 / 0.19 / 0.48)

CMYK percentages

%39.1
%0
%18.8
%47.84

Codes

Color #51856C in popluar color models

51 85 6C
RGB 81 133 108
HSL 151° 24.30% 41.96%
HSB/HSV 151° 39.10% 52.16%
CMYK 39.10% 0.00% 18.80%
47.84%

Color #51856C in popluar number systems.

HEX 51 85 6C
Decimal 81 133 108
Binary 1010001 10000101 1101100
Octal 121 205 154

Shades and tints

Shades of #51856C

#51856C
(81,133,108)
#4A7963
(74,121,99)
#436D5A
(67,109,90)
#3C6151
(60,97,81)
#355548
(53,85,72)
#2E493F
(46,73,63)
#273D36
(39,61,54)
#20312D
(32,49,45)
#192524
(25,37,36)
#12191B
(18,25,27)
#0B0D12
(11,13,18)
#000000
(0,0,0)

Tints of #51856C

#51856C
(81,133,108)
#609079
(96,144,121)
#6F9B86
(111,155,134)
#7EA693
(126,166,147)
#8DB1A0
(141,177,160)
#9CBCAD
(156,188,173)
#ABC7BA
(171,199,186)
#BAD2C7
(186,210,199)
#C9DDD4
(201,221,212)
#D8E8E1
(216,232,225)
#E7F3EE
(231,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51856C color. Also use rgb(81,133,108) instead hex code.

Text Font Color

.myTextColor { color: #51856C; }

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

This text font color is #51856C.

Background Color

.myBgColor { background-color: #51856C; }

<div style="background-color:#51856C">Inner text</div>

This div background color is #51856C.

Border color

.myBorderColor { border: 1px solid #51856C; }

<div style="border:3px solid #51856C">Div</div>

This div border color is #51856C.

Opacity

.myOpacity80 { color: #51856C; opacity: 0.8; }

<p style="color:#51856C;opacity:0.8;">80%</p>

Text with #51856C 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 #51856C;}

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

This text has shadow with #51856C color.


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

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

This text has shadow with #51856C primary color and red secondary color.


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

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

This text has shadow with #51856C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #51856C.

Preview

Color preview on black background

This text has color #51856C on black background.


Color preview on white background

This text has color #51856C on white background.


Black color preview on #51856C background

This text has black color on #51856C background.


White color preview on #51856C background

This text has white color on #51856C background.


Related colors

Complementary color

Complementary color for #hex is #AE7A93.


I love getcolorcode.com

Triadic colors

1 #6C5185 and #856C51 with #51856C are triadic colors.

2 #6C8551 and #85516C with #51856C are triadic colors.