COLOR #51857D

HEX: #51857D
RGB: (81,133,125)

Color info

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

RGB color model

#51857D color RGB value is (81,133,125).

  • red value is 81;
  • green value is 133;
  • blue value is 125.
RGB:
(81,133,125)
(32%,52%,49%)

RGB channels and saturation

R 81 of 255 = 32%
G 133 of 255 = 52%
B 125 of 255 = 49%

81
133
125

R + G + B ~ 44%. #51857D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
81 + 133 + 125 = 339 (100%)
R 81 of 339 ~ 23.89%
G 133 of 339 ~ 39.23%
B 125 of 339 ~ 36.87%

%23.89
%39.23
%36.87

CMYK color model

#51857D color CMYK value is (39,0,6,48).

  • cyan value is 39.10%
  • magenta value is 0.00%
  • yellow value is 6.02%
  • key color value is 47.84%
CMYK:
(39,0,6,48)
C39M0Y6K48 
(39%,0%,6%,48%)
(0.39/0.00/0.06/0.48)	

CMYK percentages

%39.1
%0
%6.02
%47.84

Codes

Color #51857D in popluar color models

51857D
RGB81133125
HSL171°24.30%41.96%
HSB/HSV171°39.10%52.16%
CMYK39.10%0.00%6.02%
47.84%

Color #51857D in popluar number systems.

HEX51857D
Decimal81133125
Binary1010001100001011111101
Octal121205175

Shades and tints

Shades of #51857D

#51857D
(81,133,125)
#4A7972
(74,121,114)
#436D67
(67,109,103)
#3C615C
(60,97,92)
#355551
(53,85,81)
#2E4946
(46,73,70)
#273D3B
(39,61,59)
#203130
(32,49,48)
#192525
(25,37,37)
#12191A
(18,25,26)
#0B0D0F
(11,13,15)
#000000
(0,0,0)

Tints of #51857D

#51857D
(81,133,125)
#609088
(96,144,136)
#6F9B93
(111,155,147)
#7EA69E
(126,166,158)
#8DB1A9
(141,177,169)
#9CBCB4
(156,188,180)
#ABC7BF
(171,199,191)
#BAD2CA
(186,210,202)
#C9DDD5
(201,221,213)
#D8E8E0
(216,232,224)
#E7F3EB
(231,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51857D color. Also use rgb(81,133,125) instead hex code.

Text Font Color

.myTextColor { color: #51857D; }

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

This text font color is #51857D.


Background Color

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

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

This div background color is #51857D.


Border color

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

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

This div border color is #51857D.


Opacity

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

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

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

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

This text has shadow with #51857D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51857D on black background.


Color preview on white background

This text has color #51857D on white background.



Black color preview on #51857D background

This text has black color on #51857D background.


White color preview on #51857D background

This text has white color on #51857D background.