COLOR #51765A

HEX: #51765A
RGB: (81,118,90)

Color info

#51765A contains red, green and blue colors in about the same proportion. Web safe color of #51765A is #666666 (or #666).

RGB color model

#51765A color RGB value is (81,118,90).

  • red value is 81;
  • green value is 118;
  • blue value is 90.
RGB:
(81,118,90)
(32%,46%,35%)

RGB channels and saturation

R 81 of 255 = 32%
G 118 of 255 = 46%
B 90 of 255 = 35%

81
118
90

R + G + B ~ 38%. #51765A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 118 + 90 = 289 (100%)
R 81 of 289 ~ 28.03%
G 118 of 289 ~ 40.83%
B 90 of 289 ~ 31.14%

%28.03
%40.83
%31.14

CMYK color model

#51765A color CMYK value is (31,0,24,54).

  • cyan value is 31.36%
  • magenta value is 0.00%
  • yellow value is 23.73%
  • key color value is 53.73%
CMYK:
(31,0,24,54)
C31M0Y24K54 
(31%,0%,24%,54%)
(0.31/0.00/0.24/0.54)	

CMYK percentages

%31.36
%0
%23.73
%53.73

Codes

Color #51765A in popluar color models

51765A
RGB8111890
HSL135°18.59%39.02%
HSB/HSV135°31.36%46.27%
CMYK31.36%0.00%23.73%
53.73%

Color #51765A in popluar number systems.

HEX51765A
Decimal8111890
Binary101000111101101011010
Octal121166132

Shades and tints

Shades of #51765A

#51765A
(81,118,90)
#4A6C52
(74,108,82)
#43624A
(67,98,74)
#3C5842
(60,88,66)
#354E3A
(53,78,58)
#2E4432
(46,68,50)
#273A2A
(39,58,42)
#203022
(32,48,34)
#19261A
(25,38,26)
#121C12
(18,28,18)
#0B120A
(11,18,10)
#000000
(0,0,0)

Tints of #51765A

#51765A
(81,118,90)
#608269
(96,130,105)
#6F8E78
(111,142,120)
#7E9A87
(126,154,135)
#8DA696
(141,166,150)
#9CB2A5
(156,178,165)
#ABBEB4
(171,190,180)
#BACAC3
(186,202,195)
#C9D6D2
(201,214,210)
#D8E2E1
(216,226,225)
#E7EEF0
(231,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51765A color. Also use rgb(81,118,90) instead hex code.

Text Font Color

.myTextColor { color: #51765A; }

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

This text font color is #51765A.


Background Color

.myBgColor { background-color: #51765A; }

<div style="background-color:#51765A">Inner text</div>

This div background color is #51765A.


Border color

.myBorderColor { border: 1px solid #51765A; }

<div style="border:3px solid #51765A">Div</div>

This div border color is #51765A.


Opacity

.myOpacity80 { color: #51765A; opacity: 0.8; }

<p style="color:#51765A;opacity:0.8;">80%</p>

Text with #51765A 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 #51765A;}

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

This text has shadow with #51765A color.

.textShadow {text-shadow: 3px 3px 1px #51765A, 3px 3px 1px red;}

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

This text has shadow with #51765A primary color and red secondary color.


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

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

This text has shadow with #51765A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51765A on black background.


Color preview on white background

This text has color #51765A on white background.



Black color preview on #51765A background

This text has black color on #51765A background.


White color preview on #51765A background

This text has white color on #51765A background.