COLOR #51877C

HEX: #51877C
RGB: (81,135,124)

Color info

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

RGB color model

#51877C color RGB value is (81,135,124).

  • red value is 81;
  • green value is 135;
  • blue value is 124.
RGB:
(81,135,124)
(32%,53%,49%)

RGB channels and saturation

R 81 of 255 = 32%
G 135 of 255 = 53%
B 124 of 255 = 49%

81
135
124

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

Portions of RGB colors in percentages

R + G + B =
81 + 135 + 124 = 340 (100%)
R 81 of 340 ~ 23.82%
G 135 of 340 ~ 39.71%
B 124 of 340 ~ 36.47%

%23.82
%39.71
%36.47

CMYK color model

#51877C color CMYK value is (40,0,8,47).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 8.15%
  • key color value is 47.06%
CMYK:
(40,0,8,47)
C40M0Y8K47 
(40%,0%,8%,47%)
(0.40/0.00/0.08/0.47)	

CMYK percentages

%40
%0
%8.15
%47.06

Codes

Color #51877C in popluar color models

51877C
RGB81135124
HSL168°25.00%42.35%
HSB/HSV168°40.00%52.94%
CMYK40.00%0.00%8.15%
47.06%

Color #51877C in popluar number systems.

HEX51877C
Decimal81135124
Binary1010001100001111111100
Octal121207174

Shades and tints

Shades of #51877C

#51877C
(81,135,124)
#4A7B71
(74,123,113)
#436F66
(67,111,102)
#3C635B
(60,99,91)
#355750
(53,87,80)
#2E4B45
(46,75,69)
#273F3A
(39,63,58)
#20332F
(32,51,47)
#192724
(25,39,36)
#121B19
(18,27,25)
#0B0F0E
(11,15,14)
#000000
(0,0,0)

Tints of #51877C

#51877C
(81,135,124)
#609187
(96,145,135)
#6F9B92
(111,155,146)
#7EA59D
(126,165,157)
#8DAFA8
(141,175,168)
#9CB9B3
(156,185,179)
#ABC3BE
(171,195,190)
#BACDC9
(186,205,201)
#C9D7D4
(201,215,212)
#D8E1DF
(216,225,223)
#E7EBEA
(231,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51877C color. Also use rgb(81,135,124) instead hex code.

Text Font Color

.myTextColor { color: #51877C; }

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

This text font color is #51877C.


Background Color

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

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

This div background color is #51877C.


Border color

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

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

This div border color is #51877C.


Opacity

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

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

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

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

This text has shadow with #51877C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51877C on black background.


Color preview on white background

This text has color #51877C on white background.



Black color preview on #51877C background

This text has black color on #51877C background.


White color preview on #51877C background

This text has white color on #51877C background.