COLOR #514C43

HEX: #514C43 RGB: (81,76,67)

Color info

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

RGB color model

#514C43 color RGB value is (81,76,67).

RGB: (81,76,67) (32%, 30%, 26%)

RGB channels and saturation

R 81 of 255 = 32%
G 76 of 255 = 30%
B 67 of 255 = 26%

81
76
67

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

Portions of RGB colors in percentages

R + G + B = 81 + 76 + 67 = 224 (100%)
R 81 of 224 ~ 36.16%
G 76 of 224 ~ 33.93%
B 67 of 224 ~ 29.91'%

%36.16
%33.93
%29.91

CMYK color model

#514C43 color CMYK value is (0,6,17,68).

  • cyan value is 0.00%
  • magenta value is 6.17%
  • yellow value is 17.28%
  • key color value is 68.24%

CMYK: (0,6,17,68)
C0M6Y17K68 (0%, 6%, 17%, 68%)
(0.00 / 0.06 / 0.17 / 0.68)

CMYK percentages

%0
%6.17
%17.28
%68.24

Codes

Color #514C43 in popluar color models

51 4C 43
RGB 81 76 67
HSL 39° 9.46% 29.02%
HSB/HSV 39° 17.28% 31.76%
CMYK 0.00% 6.17% 17.28%
68.24%

Color #514C43 in popluar number systems.

HEX 51 4C 43
Decimal 81 76 67
Binary 1010001 1001100 1000011
Octal 121 114 103

Shades and tints

Shades of #514C43

#514C43
(81,76,67)
#4A463D
(74,70,61)
#434037
(67,64,55)
#3C3A31
(60,58,49)
#35342B
(53,52,43)
#2E2E25
(46,46,37)
#27281F
(39,40,31)
#202219
(32,34,25)
#191C13
(25,28,19)
#12160D
(18,22,13)
#0B1007
(11,16,7)
#000000
(0,0,0)

Tints of #514C43

#514C43
(81,76,67)
#605C54
(96,92,84)
#6F6C65
(111,108,101)
#7E7C76
(126,124,118)
#8D8C87
(141,140,135)
#9C9C98
(156,156,152)
#ABACA9
(171,172,169)
#BABCBA
(186,188,186)
#C9CCCB
(201,204,203)
#D8DCDC
(216,220,220)
#E7ECED
(231,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514C43; }

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

This text font color is #514C43.

Background Color

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

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

This div background color is #514C43.

Border color

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

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

This div border color is #514C43.

Opacity

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

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

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

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

This text has shadow with #514C43 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #514C43.

Preview

Color preview on black background

This text has color #514C43 on black background.


Color preview on white background

This text has color #514C43 on white background.


Black color preview on #514C43 background

This text has black color on #514C43 background.


White color preview on #514C43 background

This text has white color on #514C43 background.


Related colors

Complementary color

Complementary color for #hex is #AEB3BC.


I love getcolorcode.com

Triadic colors

1 #43514C and #4C4351 with #514C43 are triadic colors.

2 #434C51 and #4C5143 with #514C43 are triadic colors.