COLOR #51835B

HEX: #51835B
RGB: (81,131,91)

Color info

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

RGB color model

#51835B color RGB value is (81,131,91).

  • red value is 81;
  • green value is 131;
  • blue value is 91.
RGB:
(81,131,91)
(32%,51%,36%)

RGB channels and saturation

R 81 of 255 = 32%
G 131 of 255 = 51%
B 91 of 255 = 36%

81
131
91

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

Portions of RGB colors in percentages

R + G + B =
81 + 131 + 91 = 303 (100%)
R 81 of 303 ~ 26.73%
G 131 of 303 ~ 43.23%
B 91 of 303 ~ 30.03%

%26.73
%43.23
%30.03

CMYK color model

#51835B color CMYK value is (38,0,31,49).

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

CMYK percentages

%38.17
%0
%30.53
%48.63

Codes

Color #51835B in popluar color models

51835B
RGB8113191
HSL132°23.58%41.57%
HSB/HSV132°38.17%51.37%
CMYK38.17%0.00%30.53%
48.63%

Color #51835B in popluar number systems.

HEX51835B
Decimal8113191
Binary1010001100000111011011
Octal121203133

Shades and tints

Shades of #51835B

#51835B
(81,131,91)
#4A7853
(74,120,83)
#436D4B
(67,109,75)
#3C6243
(60,98,67)
#35573B
(53,87,59)
#2E4C33
(46,76,51)
#27412B
(39,65,43)
#203623
(32,54,35)
#192B1B
(25,43,27)
#122013
(18,32,19)
#0B150B
(11,21,11)
#000000
(0,0,0)

Tints of #51835B

#51835B
(81,131,91)
#608E69
(96,142,105)
#6F9977
(111,153,119)
#7EA485
(126,164,133)
#8DAF93
(141,175,147)
#9CBAA1
(156,186,161)
#ABC5AF
(171,197,175)
#BAD0BD
(186,208,189)
#C9DBCB
(201,219,203)
#D8E6D9
(216,230,217)
#E7F1E7
(231,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51835B color. Also use rgb(81,131,91) instead hex code.

Text Font Color

.myTextColor { color: #51835B; }

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

This text font color is #51835B.


Background Color

.myBgColor { background-color: #51835B; }

<div style="background-color:#51835B">Inner text</div>

This div background color is #51835B.


Border color

.myBorderColor { border: 1px solid #51835B; }

<div style="border:3px solid #51835B">Div</div>

This div border color is #51835B.


Opacity

.myOpacity80 { color: #51835B; opacity: 0.8; }

<p style="color:#51835B;opacity:0.8;">80%</p>

Text with #51835B 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 #51835B;}

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

This text has shadow with #51835B color.

.textShadow {text-shadow: 3px 3px 1px #51835B, 3px 3px 1px red;}

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

This text has shadow with #51835B primary color and red secondary color.


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

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

This text has shadow with #51835B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51835B on black background.


Color preview on white background

This text has color #51835B on white background.



Black color preview on #51835B background

This text has black color on #51835B background.


White color preview on #51835B background

This text has white color on #51835B background.