COLOR #515433

HEX: #515433
RGB: (81,84,51)

Color info

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

RGB color model

#515433 color RGB value is (81,84,51).

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

RGB channels and saturation

R 81 of 255 = 32%
G 84 of 255 = 33%
B 51 of 255 = 20%

81
84
51

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

Portions of RGB colors in percentages

R + G + B =
81 + 84 + 51 = 216 (100%)
R 81 of 216 ~ 37.5%
G 84 of 216 ~ 38.89%
B 51 of 216 ~ 23.61%

%37.5
%38.89
%23.61

CMYK color model

#515433 color CMYK value is (4,0,39,67).

  • cyan value is 3.57%
  • magenta value is 0.00%
  • yellow value is 39.29%
  • key color value is 67.06%
CMYK:
(4,0,39,67)
C4M0Y39K67 
(4%,0%,39%,67%)
(0.04/0.00/0.39/0.67)	

CMYK percentages

%3.57
%0
%39.29
%67.06

Codes

Color #515433 in popluar color models

515433
RGB818451
HSL65°24.44%26.47%
HSB/HSV65°39.29%32.94%
CMYK3.57%0.00%39.29%
67.06%

Color #515433 in popluar number systems.

HEX515433
Decimal818451
Binary10100011010100110011
Octal12112463

Shades and tints

Shades of #515433

#515433
(81,84,51)
#4A4D2F
(74,77,47)
#43462B
(67,70,43)
#3C3F27
(60,63,39)
#353823
(53,56,35)
#2E311F
(46,49,31)
#272A1B
(39,42,27)
#202317
(32,35,23)
#191C13
(25,28,19)
#12150F
(18,21,15)
#0B0E0B
(11,14,11)
#000000
(0,0,0)

Tints of #515433

#515433
(81,84,51)
#606345
(96,99,69)
#6F7257
(111,114,87)
#7E8169
(126,129,105)
#8D907B
(141,144,123)
#9C9F8D
(156,159,141)
#ABAE9F
(171,174,159)
#BABDB1
(186,189,177)
#C9CCC3
(201,204,195)
#D8DBD5
(216,219,213)
#E7EAE7
(231,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515433; }

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

This text font color is #515433.


Background Color

.myBgColor { background-color: #515433; }

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

This div background color is #515433.


Border color

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

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

This div border color is #515433.


Opacity

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

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

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

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

This text has shadow with #515433 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515433 on black background.


Color preview on white background

This text has color #515433 on white background.



Black color preview on #515433 background

This text has black color on #515433 background.


White color preview on #515433 background

This text has white color on #515433 background.