COLOR #51997C

HEX: #51997C
RGB: (81,153,124)

Color info

#51997C contains mainly green and blue colors. Web safe color of #51997C is #669966 (or #696).

RGB color model

#51997C color RGB value is (81,153,124).

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

RGB channels and saturation

R 81 of 255 = 32%
G 153 of 255 = 60%
B 124 of 255 = 49%

81
153
124

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

Portions of RGB colors in percentages

R + G + B =
81 + 153 + 124 = 358 (100%)
R 81 of 358 ~ 22.63%
G 153 of 358 ~ 42.74%
B 124 of 358 ~ 34.64%

%22.63
%42.74
%34.64

CMYK color model

#51997C color CMYK value is (47,0,19,40).

  • cyan value is 47.06%
  • magenta value is 0.00%
  • yellow value is 18.95%
  • key color value is 40.00%
CMYK:
(47,0,19,40)
C47M0Y19K40 
(47%,0%,19%,40%)
(0.47/0.00/0.19/0.40)	

CMYK percentages

%47.06
%0
%18.95
%40

Codes

Color #51997C in popluar color models

51997C
RGB81153124
HSL156°30.77%45.88%
HSB/HSV156°47.06%60.00%
CMYK47.06%0.00%18.95%
40.00%

Color #51997C in popluar number systems.

HEX51997C
Decimal81153124
Binary1010001100110011111100
Octal121231174

Shades and tints

Shades of #51997C

#51997C
(81,153,124)
#4A8C71
(74,140,113)
#437F66
(67,127,102)
#3C725B
(60,114,91)
#356550
(53,101,80)
#2E5845
(46,88,69)
#274B3A
(39,75,58)
#203E2F
(32,62,47)
#193124
(25,49,36)
#122419
(18,36,25)
#0B170E
(11,23,14)
#000000
(0,0,0)

Tints of #51997C

#51997C
(81,153,124)
#60A287
(96,162,135)
#6FAB92
(111,171,146)
#7EB49D
(126,180,157)
#8DBDA8
(141,189,168)
#9CC6B3
(156,198,179)
#ABCFBE
(171,207,190)
#BAD8C9
(186,216,201)
#C9E1D4
(201,225,212)
#D8EADF
(216,234,223)
#E7F3EA
(231,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51997C; }

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

This text font color is #51997C.


Background Color

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

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

This div background color is #51997C.


Border color

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

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

This div border color is #51997C.


Opacity

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

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

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

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

This text has shadow with #51997C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51997C on black background.


Color preview on white background

This text has color #51997C on white background.



Black color preview on #51997C background

This text has black color on #51997C background.


White color preview on #51997C background

This text has white color on #51997C background.