COLOR #514C3C

HEX: #514C3C
RGB: (81,76,60)

Color info

#514C3C contains red, green and blue colors in about the same proportion. Web safe color of #514C3C is #663333 (or #633).

RGB color model

#514C3C color RGB value is (81,76,60).

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

RGB channels and saturation

R 81 of 255 = 32%
G 76 of 255 = 30%
B 60 of 255 = 24%

81
76
60

R + G + B ~ 29%. #514C3C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 76 + 60 = 217 (100%)
R 81 of 217 ~ 37.33%
G 76 of 217 ~ 35.02%
B 60 of 217 ~ 27.65%

%37.33
%35.02
%27.65

CMYK color model

#514C3C color CMYK value is (0,6,26,68).

  • cyan value is 0.00%
  • magenta value is 6.17%
  • yellow value is 25.93%
  • key color value is 68.24%
CMYK:
(0,6,26,68)
C0M6Y26K68 
(0%,6%,26%,68%)
(0.00/0.06/0.26/0.68)	

CMYK percentages

%0
%6.17
%25.93
%68.24

Codes

Color #514C3C in popluar color models

514C3C
RGB817660
HSL46°14.89%27.65%
HSB/HSV46°25.93%31.76%
CMYK0.00%6.17%25.93%
68.24%

Color #514C3C in popluar number systems.

HEX514C3C
Decimal817660
Binary10100011001100111100
Octal12111474

Shades and tints

Shades of #514C3C

#514C3C
(81,76,60)
#4A4637
(74,70,55)
#434032
(67,64,50)
#3C3A2D
(60,58,45)
#353428
(53,52,40)
#2E2E23
(46,46,35)
#27281E
(39,40,30)
#202219
(32,34,25)
#191C14
(25,28,20)
#12160F
(18,22,15)
#0B100A
(11,16,10)
#000000
(0,0,0)

Tints of #514C3C

#514C3C
(81,76,60)
#605C4D
(96,92,77)
#6F6C5E
(111,108,94)
#7E7C6F
(126,124,111)
#8D8C80
(141,140,128)
#9C9C91
(156,156,145)
#ABACA2
(171,172,162)
#BABCB3
(186,188,179)
#C9CCC4
(201,204,196)
#D8DCD5
(216,220,213)
#E7ECE6
(231,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514C3C; }

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

This text font color is #514C3C.


Background Color

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

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

This div background color is #514C3C.


Border color

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

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

This div border color is #514C3C.


Opacity

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

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

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

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

This text has shadow with #514C3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514C3C on black background.


Color preview on white background

This text has color #514C3C on white background.



Black color preview on #514C3C background

This text has black color on #514C3C background.


White color preview on #514C3C background

This text has white color on #514C3C background.