COLOR #515E3D

HEX: #515E3D
RGB: (81,94,61)

Color info

#515E3D contains red, green and blue colors in about the same proportion. Web safe color of #515E3D is #666633 (or #663).

RGB color model

#515E3D color RGB value is (81,94,61).

  • red value is 81;
  • green value is 94;
  • blue value is 61.
RGB:
(81,94,61)
(32%,37%,24%)

RGB channels and saturation

R 81 of 255 = 32%
G 94 of 255 = 37%
B 61 of 255 = 24%

81
94
61

R + G + B ~ 31%. #515E3D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 94 + 61 = 236 (100%)
R 81 of 236 ~ 34.32%
G 94 of 236 ~ 39.83%
B 61 of 236 ~ 25.85%

%34.32
%39.83
%25.85

CMYK color model

#515E3D color CMYK value is (14,0,35,63).

  • cyan value is 13.83%
  • magenta value is 0.00%
  • yellow value is 35.11%
  • key color value is 63.14%
CMYK:
(14,0,35,63)
C14M0Y35K63 
(14%,0%,35%,63%)
(0.14/0.00/0.35/0.63)	

CMYK percentages

%13.83
%0
%35.11
%63.14

Codes

Color #515E3D in popluar color models

515E3D
RGB819461
HSL84°21.29%30.39%
HSB/HSV84°35.11%36.86%
CMYK13.83%0.00%35.11%
63.14%

Color #515E3D in popluar number systems.

HEX515E3D
Decimal819461
Binary10100011011110111101
Octal12113675

Shades and tints

Shades of #515E3D

#515E3D
(81,94,61)
#4A5638
(74,86,56)
#434E33
(67,78,51)
#3C462E
(60,70,46)
#353E29
(53,62,41)
#2E3624
(46,54,36)
#272E1F
(39,46,31)
#20261A
(32,38,26)
#191E15
(25,30,21)
#121610
(18,22,16)
#0B0E0B
(11,14,11)
#000000
(0,0,0)

Tints of #515E3D

#515E3D
(81,94,61)
#606C4E
(96,108,78)
#6F7A5F
(111,122,95)
#7E8870
(126,136,112)
#8D9681
(141,150,129)
#9CA492
(156,164,146)
#ABB2A3
(171,178,163)
#BAC0B4
(186,192,180)
#C9CEC5
(201,206,197)
#D8DCD6
(216,220,214)
#E7EAE7
(231,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #515E3D color. Also use rgb(81,94,61) instead hex code.

Text Font Color

.myTextColor { color: #515E3D; }

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

This text font color is #515E3D.


Background Color

.myBgColor { background-color: #515E3D; }

<div style="background-color:#515E3D">Inner text</div>

This div background color is #515E3D.


Border color

.myBorderColor { border: 1px solid #515E3D; }

<div style="border:3px solid #515E3D">Div</div>

This div border color is #515E3D.


Opacity

.myOpacity80 { color: #515E3D; opacity: 0.8; }

<p style="color:#515E3D;opacity:0.8;">80%</p>

Text with #515E3D 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 #515E3D;}

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

This text has shadow with #515E3D color.

.textShadow {text-shadow: 3px 3px 1px #515E3D, 3px 3px 1px red;}

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

This text has shadow with #515E3D primary color and red secondary color.


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

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

This text has shadow with #515E3D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515E3D on black background.


Color preview on white background

This text has color #515E3D on white background.



Black color preview on #515E3D background

This text has black color on #515E3D background.


White color preview on #515E3D background

This text has white color on #515E3D background.