COLOR #51825A

HEX: #51825A
RGB: (81,130,90)

Color info

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

RGB color model

#51825A color RGB value is (81,130,90).

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

RGB channels and saturation

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

81
130
90

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

Portions of RGB colors in percentages

R + G + B =
81 + 130 + 90 = 301 (100%)
R 81 of 301 ~ 26.91%
G 130 of 301 ~ 43.19%
B 90 of 301 ~ 29.9%

%26.91
%43.19
%29.9

CMYK color model

#51825A color CMYK value is (38,0,31,49).

  • cyan value is 37.69%
  • magenta value is 0.00%
  • yellow value is 30.77%
  • key color value is 49.02%
CMYK:
(38,0,31,49)
C38M0Y31K49 
(38%,0%,31%,49%)
(0.38/0.00/0.31/0.49)	

CMYK percentages

%37.69
%0
%30.77
%49.02

Codes

Color #51825A in popluar color models

51825A
RGB8113090
HSL131°23.22%41.37%
HSB/HSV131°37.69%50.98%
CMYK37.69%0.00%30.77%
49.02%

Color #51825A in popluar number systems.

HEX51825A
Decimal8113090
Binary1010001100000101011010
Octal121202132

Shades and tints

Shades of #51825A

#51825A
(81,130,90)
#4A7752
(74,119,82)
#436C4A
(67,108,74)
#3C6142
(60,97,66)
#35563A
(53,86,58)
#2E4B32
(46,75,50)
#27402A
(39,64,42)
#203522
(32,53,34)
#192A1A
(25,42,26)
#121F12
(18,31,18)
#0B140A
(11,20,10)
#000000
(0,0,0)

Tints of #51825A

#51825A
(81,130,90)
#608D69
(96,141,105)
#6F9878
(111,152,120)
#7EA387
(126,163,135)
#8DAE96
(141,174,150)
#9CB9A5
(156,185,165)
#ABC4B4
(171,196,180)
#BACFC3
(186,207,195)
#C9DAD2
(201,218,210)
#D8E5E1
(216,229,225)
#E7F0F0
(231,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51825A; }

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

This text font color is #51825A.


Background Color

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

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

This div background color is #51825A.


Border color

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

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

This div border color is #51825A.


Opacity

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

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

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

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

This text has shadow with #51825A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51825A on black background.


Color preview on white background

This text has color #51825A on white background.



Black color preview on #51825A background

This text has black color on #51825A background.


White color preview on #51825A background

This text has white color on #51825A background.