COLOR #515A3C

HEX: #515A3C
RGB: (81,90,60)

Color info

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

RGB color model

#515A3C color RGB value is (81,90,60).

  • red value is 81;
  • green value is 90;
  • blue value is 60.
RGB:
(81,90,60)
(32%,35%,24%)

RGB channels and saturation

R 81 of 255 = 32%
G 90 of 255 = 35%
B 60 of 255 = 24%

81
90
60

R + G + B ~ 30%. #515A3C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 90 + 60 = 231 (100%)
R 81 of 231 ~ 35.06%
G 90 of 231 ~ 38.96%
B 60 of 231 ~ 25.97%

%35.06
%38.96
%25.97

CMYK color model

#515A3C color CMYK value is (10,0,33,65).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 64.71%
CMYK:
(10,0,33,65)
C10M0Y33K65 
(10%,0%,33%,65%)
(0.10/0.00/0.33/0.65)	

CMYK percentages

%10
%0
%33.33
%64.71

Codes

Color #515A3C in popluar color models

515A3C
RGB819060
HSL78°20.00%29.41%
HSB/HSV78°33.33%35.29%
CMYK10.00%0.00%33.33%
64.71%

Color #515A3C in popluar number systems.

HEX515A3C
Decimal819060
Binary10100011011010111100
Octal12113274

Shades and tints

Shades of #515A3C

#515A3C
(81,90,60)
#4A5237
(74,82,55)
#434A32
(67,74,50)
#3C422D
(60,66,45)
#353A28
(53,58,40)
#2E3223
(46,50,35)
#272A1E
(39,42,30)
#202219
(32,34,25)
#191A14
(25,26,20)
#12120F
(18,18,15)
#0B0A0A
(11,10,10)
#000000
(0,0,0)

Tints of #515A3C

#515A3C
(81,90,60)
#60694D
(96,105,77)
#6F785E
(111,120,94)
#7E876F
(126,135,111)
#8D9680
(141,150,128)
#9CA591
(156,165,145)
#ABB4A2
(171,180,162)
#BAC3B3
(186,195,179)
#C9D2C4
(201,210,196)
#D8E1D5
(216,225,213)
#E7F0E6
(231,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #515A3C color. Also use rgb(81,90,60) instead hex code.

Text Font Color

.myTextColor { color: #515A3C; }

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

This text font color is #515A3C.


Background Color

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

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

This div background color is #515A3C.


Border color

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

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

This div border color is #515A3C.


Opacity

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

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

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

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

This text has shadow with #515A3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515A3C on black background.


Color preview on white background

This text has color #515A3C on white background.



Black color preview on #515A3C background

This text has black color on #515A3C background.


White color preview on #515A3C background

This text has white color on #515A3C background.