COLOR #51825F

HEX: #51825F RGB: (81,130,95)

Color info

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

RGB color model

#51825F color RGB value is (81,130,95).

RGB: (81,130,95) (32%, 51%, 37%)

RGB channels and saturation

R 81 of 255 = 32%
G 130 of 255 = 51%
B 95 of 255 = 37%

81
130
95

R + G + B ~ 40%. #51825F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 81 + 130 + 95 = 306 (100%)
R 81 of 306 ~ 26.47%
G 130 of 306 ~ 42.48%
B 95 of 306 ~ 31.05'%

%26.47
%42.48
%31.05

CMYK color model

#51825F color CMYK value is (38,0,27,49).

  • cyan value is 37.69%
  • magenta value is 0.00%
  • yellow value is 26.92%
  • key color value is 49.02%

CMYK: (38,0,27,49)
C38M0Y27K49 (38%, 0%, 27%, 49%)
(0.38 / 0.00 / 0.27 / 0.49)

CMYK percentages

%37.69
%0
%26.92
%49.02

Codes

Color #51825F in popluar color models

51 82 5F
RGB 81 130 95
HSL 137° 23.22% 41.37%
HSB/HSV 137° 37.69% 50.98%
CMYK 37.69% 0.00% 26.92%
49.02%

Color #51825F in popluar number systems.

HEX 51 82 5F
Decimal 81 130 95
Binary 1010001 10000010 1011111
Octal 121 202 137

Shades and tints

Shades of #51825F

#51825F
(81,130,95)
#4A7757
(74,119,87)
#436C4F
(67,108,79)
#3C6147
(60,97,71)
#35563F
(53,86,63)
#2E4B37
(46,75,55)
#27402F
(39,64,47)
#203527
(32,53,39)
#192A1F
(25,42,31)
#121F17
(18,31,23)
#0B140F
(11,20,15)
#000000
(0,0,0)

Tints of #51825F

#51825F
(81,130,95)
#608D6D
(96,141,109)
#6F987B
(111,152,123)
#7EA389
(126,163,137)
#8DAE97
(141,174,151)
#9CB9A5
(156,185,165)
#ABC4B3
(171,196,179)
#BACFC1
(186,207,193)
#C9DACF
(201,218,207)
#D8E5DD
(216,229,221)
#E7F0EB
(231,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51825F; }

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

This text font color is #51825F.

Background Color

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

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

This div background color is #51825F.

Border color

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

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

This div border color is #51825F.

Opacity

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

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

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

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

This text has shadow with #51825F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #51825F.

Preview

Color preview on black background

This text has color #51825F on black background.


Color preview on white background

This text has color #51825F on white background.


Black color preview on #51825F background

This text has black color on #51825F background.


White color preview on #51825F background

This text has white color on #51825F background.


Related colors

Complementary color

Complementary color for #hex is #AE7DA0.


I love getcolorcode.com

Triadic colors

1 #5F5182 and #825F51 with #51825F are triadic colors.

2 #5F8251 and #82515F with #51825F are triadic colors.