COLOR #51815A

HEX: #51815A
RGB: (81,129,90)

Color info

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

RGB color model

#51815A color RGB value is (81,129,90).

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

RGB channels and saturation

R 81 of 255 = 32%
G 129 of 255 = 51%
B 90 of 255 = 35%

81
129
90

R + G + B ~ 39%. #51815A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 129 + 90 = 300 (100%)
R 81 of 300 ~ 27%
G 129 of 300 ~ 43%
B 90 of 300 ~ 30%

%27
%43
%30

CMYK color model

#51815A color CMYK value is (37,0,30,49).

  • cyan value is 37.21%
  • magenta value is 0.00%
  • yellow value is 30.23%
  • key color value is 49.41%
CMYK:
(37,0,30,49)
C37M0Y30K49 
(37%,0%,30%,49%)
(0.37/0.00/0.30/0.49)	

CMYK percentages

%37.21
%0
%30.23
%49.41

Codes

Color #51815A in popluar color models

51815A
RGB8112990
HSL131°22.86%41.18%
HSB/HSV131°37.21%50.59%
CMYK37.21%0.00%30.23%
49.41%

Color #51815A in popluar number systems.

HEX51815A
Decimal8112990
Binary1010001100000011011010
Octal121201132

Shades and tints

Shades of #51815A

#51815A
(81,129,90)
#4A7652
(74,118,82)
#436B4A
(67,107,74)
#3C6042
(60,96,66)
#35553A
(53,85,58)
#2E4A32
(46,74,50)
#273F2A
(39,63,42)
#203422
(32,52,34)
#19291A
(25,41,26)
#121E12
(18,30,18)
#0B130A
(11,19,10)
#000000
(0,0,0)

Tints of #51815A

#51815A
(81,129,90)
#608C69
(96,140,105)
#6F9778
(111,151,120)
#7EA287
(126,162,135)
#8DAD96
(141,173,150)
#9CB8A5
(156,184,165)
#ABC3B4
(171,195,180)
#BACEC3
(186,206,195)
#C9D9D2
(201,217,210)
#D8E4E1
(216,228,225)
#E7EFF0
(231,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51815A; }

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

This text font color is #51815A.


Background Color

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

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

This div background color is #51815A.


Border color

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

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

This div border color is #51815A.


Opacity

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

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

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

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

This text has shadow with #51815A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51815A on black background.


Color preview on white background

This text has color #51815A on white background.



Black color preview on #51815A background

This text has black color on #51815A background.


White color preview on #51815A background

This text has white color on #51815A background.