COLOR #51847D

HEX: #51847D
RGB: (81,132,125)

Color info

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

RGB color model

#51847D color RGB value is (81,132,125).

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

RGB channels and saturation

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

81
132
125

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

Portions of RGB colors in percentages

R + G + B =
81 + 132 + 125 = 338 (100%)
R 81 of 338 ~ 23.96%
G 132 of 338 ~ 39.05%
B 125 of 338 ~ 36.98%

%23.96
%39.05
%36.98

CMYK color model

#51847D color CMYK value is (39,0,5,48).

  • cyan value is 38.64%
  • magenta value is 0.00%
  • yellow value is 5.30%
  • key color value is 48.24%
CMYK:
(39,0,5,48)
C39M0Y5K48 
(39%,0%,5%,48%)
(0.39/0.00/0.05/0.48)	

CMYK percentages

%38.64
%0
%5.3
%48.24

Codes

Color #51847D in popluar color models

51847D
RGB81132125
HSL172°23.94%41.76%
HSB/HSV172°38.64%51.76%
CMYK38.64%0.00%5.30%
48.24%

Color #51847D in popluar number systems.

HEX51847D
Decimal81132125
Binary1010001100001001111101
Octal121204175

Shades and tints

Shades of #51847D

#51847D
(81,132,125)
#4A7872
(74,120,114)
#436C67
(67,108,103)
#3C605C
(60,96,92)
#355451
(53,84,81)
#2E4846
(46,72,70)
#273C3B
(39,60,59)
#203030
(32,48,48)
#192425
(25,36,37)
#12181A
(18,24,26)
#0B0C0F
(11,12,15)
#000000
(0,0,0)

Tints of #51847D

#51847D
(81,132,125)
#608F88
(96,143,136)
#6F9A93
(111,154,147)
#7EA59E
(126,165,158)
#8DB0A9
(141,176,169)
#9CBBB4
(156,187,180)
#ABC6BF
(171,198,191)
#BAD1CA
(186,209,202)
#C9DCD5
(201,220,213)
#D8E7E0
(216,231,224)
#E7F2EB
(231,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51847D; }

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

This text font color is #51847D.


Background Color

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

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

This div background color is #51847D.


Border color

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

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

This div border color is #51847D.


Opacity

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

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

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

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

This text has shadow with #51847D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51847D on black background.


Color preview on white background

This text has color #51847D on white background.



Black color preview on #51847D background

This text has black color on #51847D background.


White color preview on #51847D background

This text has white color on #51847D background.