COLOR #515425

HEX: #515425
RGB: (81,84,37)

Color info

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

RGB color model

#515425 color RGB value is (81,84,37).

  • red value is 81;
  • green value is 84;
  • blue value is 37.
RGB:
(81,84,37)
(32%,33%,15%)

RGB channels and saturation

R 81 of 255 = 32%
G 84 of 255 = 33%
B 37 of 255 = 15%

81
84
37

R + G + B ~ 27%. #515425 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 84 + 37 = 202 (100%)
R 81 of 202 ~ 40.1%
G 84 of 202 ~ 41.58%
B 37 of 202 ~ 18.32%

%40.1
%41.58
%18.32

CMYK color model

#515425 color CMYK value is (4,0,56,67).

  • cyan value is 3.57%
  • magenta value is 0.00%
  • yellow value is 55.95%
  • key color value is 67.06%
CMYK:
(4,0,56,67)
C4M0Y56K67 
(4%,0%,56%,67%)
(0.04/0.00/0.56/0.67)	

CMYK percentages

%3.57
%0
%55.95
%67.06

Codes

Color #515425 in popluar color models

515425
RGB818437
HSL64°38.84%23.73%
HSB/HSV64°55.95%32.94%
CMYK3.57%0.00%55.95%
67.06%

Color #515425 in popluar number systems.

HEX515425
Decimal818437
Binary10100011010100100101
Octal12112445

Shades and tints

Shades of #515425

#515425
(81,84,37)
#4A4D22
(74,77,34)
#43461F
(67,70,31)
#3C3F1C
(60,63,28)
#353819
(53,56,25)
#2E3116
(46,49,22)
#272A13
(39,42,19)
#202310
(32,35,16)
#191C0D
(25,28,13)
#12150A
(18,21,10)
#0B0E07
(11,14,7)
#000000
(0,0,0)

Tints of #515425

#515425
(81,84,37)
#606338
(96,99,56)
#6F724B
(111,114,75)
#7E815E
(126,129,94)
#8D9071
(141,144,113)
#9C9F84
(156,159,132)
#ABAE97
(171,174,151)
#BABDAA
(186,189,170)
#C9CCBD
(201,204,189)
#D8DBD0
(216,219,208)
#E7EAE3
(231,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #515425 color. Also use rgb(81,84,37) instead hex code.

Text Font Color

.myTextColor { color: #515425; }

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

This text font color is #515425.


Background Color

.myBgColor { background-color: #515425; }

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

This div background color is #515425.


Border color

.myBorderColor { border: 1px solid #515425; }

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

This div border color is #515425.


Opacity

.myOpacity80 { color: #515425; opacity: 0.8; }

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

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

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

This text has shadow with #515425 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515425 on black background.


Color preview on white background

This text has color #515425 on white background.



Black color preview on #515425 background

This text has black color on #515425 background.


White color preview on #515425 background

This text has white color on #515425 background.