COLOR #515430

HEX: #515430
RGB: (81,84,48)

Color info

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

RGB color model

#515430 color RGB value is (81,84,48).

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

RGB channels and saturation

R 81 of 255 = 32%
G 84 of 255 = 33%
B 48 of 255 = 19%

81
84
48

R + G + B ~ 28%. #515430 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 84 + 48 = 213 (100%)
R 81 of 213 ~ 38.03%
G 84 of 213 ~ 39.44%
B 48 of 213 ~ 22.54%

%38.03
%39.44
%22.54

CMYK color model

#515430 color CMYK value is (4,0,43,67).

  • cyan value is 3.57%
  • magenta value is 0.00%
  • yellow value is 42.86%
  • key color value is 67.06%
CMYK:
(4,0,43,67)
C4M0Y43K67 
(4%,0%,43%,67%)
(0.04/0.00/0.43/0.67)	

CMYK percentages

%3.57
%0
%42.86
%67.06

Codes

Color #515430 in popluar color models

515430
RGB818448
HSL65°27.27%25.88%
HSB/HSV65°42.86%32.94%
CMYK3.57%0.00%42.86%
67.06%

Color #515430 in popluar number systems.

HEX515430
Decimal818448
Binary10100011010100110000
Octal12112460

Shades and tints

Shades of #515430

#515430
(81,84,48)
#4A4D2C
(74,77,44)
#434628
(67,70,40)
#3C3F24
(60,63,36)
#353820
(53,56,32)
#2E311C
(46,49,28)
#272A18
(39,42,24)
#202314
(32,35,20)
#191C10
(25,28,16)
#12150C
(18,21,12)
#0B0E08
(11,14,8)
#000000
(0,0,0)

Tints of #515430

#515430
(81,84,48)
#606342
(96,99,66)
#6F7254
(111,114,84)
#7E8166
(126,129,102)
#8D9078
(141,144,120)
#9C9F8A
(156,159,138)
#ABAE9C
(171,174,156)
#BABDAE
(186,189,174)
#C9CCC0
(201,204,192)
#D8DBD2
(216,219,210)
#E7EAE4
(231,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515430; }

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

This text font color is #515430.


Background Color

.myBgColor { background-color: #515430; }

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

This div background color is #515430.


Border color

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

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

This div border color is #515430.


Opacity

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

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

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

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

This text has shadow with #515430 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515430 on black background.


Color preview on white background

This text has color #515430 on white background.



Black color preview on #515430 background

This text has black color on #515430 background.


White color preview on #515430 background

This text has white color on #515430 background.