COLOR #515C3C

HEX: #515C3C RGB: (81,92,60)

Color info

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

RGB color model

#515C3C color RGB value is (81,92,60).

RGB: (81,92,60) (32%, 36%, 24%)

RGB channels and saturation

R 81 of 255 = 32%
G 92 of 255 = 36%
B 60 of 255 = 24%

81
92
60

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

Portions of RGB colors in percentages

R + G + B = 81 + 92 + 60 = 233 (100%)
R 81 of 233 ~ 34.76%
G 92 of 233 ~ 39.48%
B 60 of 233 ~ 25.75'%

%34.76
%39.48
%25.75

CMYK color model

#515C3C color CMYK value is (12,0,35,64).

  • cyan value is 11.96%
  • magenta value is 0.00%
  • yellow value is 34.78%
  • key color value is 63.92%

CMYK: (12,0,35,64)
C12M0Y35K64 (12%, 0%, 35%, 64%)
(0.12 / 0.00 / 0.35 / 0.64)

CMYK percentages

%11.96
%0
%34.78
%63.92

Codes

Color #515C3C in popluar color models

51 5C 3C
RGB 81 92 60
HSL 81° 21.05% 29.80%
HSB/HSV 81° 34.78% 36.08%
CMYK 11.96% 0.00% 34.78%
63.92%

Color #515C3C in popluar number systems.

HEX 51 5C 3C
Decimal 81 92 60
Binary 1010001 1011100 111100
Octal 121 134 74

Shades and tints

Shades of #515C3C

#515C3C
(81,92,60)
#4A5437
(74,84,55)
#434C32
(67,76,50)
#3C442D
(60,68,45)
#353C28
(53,60,40)
#2E3423
(46,52,35)
#272C1E
(39,44,30)
#202419
(32,36,25)
#191C14
(25,28,20)
#12140F
(18,20,15)
#0B0C0A
(11,12,10)
#000000
(0,0,0)

Tints of #515C3C

#515C3C
(81,92,60)
#606A4D
(96,106,77)
#6F785E
(111,120,94)
#7E866F
(126,134,111)
#8D9480
(141,148,128)
#9CA291
(156,162,145)
#ABB0A2
(171,176,162)
#BABEB3
(186,190,179)
#C9CCC4
(201,204,196)
#D8DAD5
(216,218,213)
#E7E8E6
(231,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515C3C; }

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

This text font color is #515C3C.

Background Color

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

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

This div background color is #515C3C.

Border color

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

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

This div border color is #515C3C.

Opacity

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

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

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

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

This text has shadow with #515C3C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #515C3C.

Preview

Color preview on black background

This text has color #515C3C on black background.


Color preview on white background

This text has color #515C3C on white background.


Black color preview on #515C3C background

This text has black color on #515C3C background.


White color preview on #515C3C background

This text has white color on #515C3C background.


Related colors

Complementary color

Complementary color for #hex is #AEA3C3.


I love getcolorcode.com

Triadic colors

1 #3C515C and #5C3C51 with #515C3C are triadic colors.

2 #3C5C51 and #5C513C with #515C3C are triadic colors.