COLOR #514B37

HEX: #514B37
RGB: (81,75,55)

Color info

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

RGB color model

#514B37 color RGB value is (81,75,55).

  • red value is 81;
  • green value is 75;
  • blue value is 55.
RGB: (81,75,55) (32%,29%,22%)

RGB channels and saturation

R 81 of 255 = 32%
G 75 of 255 = 29%
B 55 of 255 = 22%

81
75
55

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

Portions of RGB colors in percentages

R + G + B =
81 + 75 + 55 = 211 (100%)
R 81 of 211 ~ 38.39%
G 75 of 211 ~ 35.55%
B 55 of 211 ~ 26.07%

%38.39
%35.55
%26.07

CMYK color model

#514B37 color CMYK value is (0,7,32,68).

  • cyan value is 0.00%
  • magenta value is 7.41%
  • yellow value is 32.10%
  • key color value is 68.24%
CMYK: (0,7,32,68) C0M7Y32K68 (0%,7%,32%,68%) (0.00/0.07/0.32/0.68)

CMYK percentages

%0
%7.41
%32.1
%68.24

Codes

Color #514B37 in popluar color models

514B37
RGB817555
HSL46°19.12%26.67%
HSB/HSV46°32.10%31.76%
CMYK0.00%7.41%32.10%
68.24%

Color #514B37 in popluar number systems.

HEX514B37
Decimal817555
Binary10100011001011110111
Octal12111367

Shades and tints

Shades of #514B37

#514B37
(81,75,55)
#4A4532
(74,69,50)
#433F2D
(67,63,45)
#3C3928
(60,57,40)
#353323
(53,51,35)
#2E2D1E
(46,45,30)
#272719
(39,39,25)
#202114
(32,33,20)
#191B0F
(25,27,15)
#12150A
(18,21,10)
#0B0F05
(11,15,5)
#000000
(0,0,0)

Tints of #514B37

#514B37
(81,75,55)
#605B49
(96,91,73)
#6F6B5B
(111,107,91)
#7E7B6D
(126,123,109)
#8D8B7F
(141,139,127)
#9C9B91
(156,155,145)
#ABABA3
(171,171,163)
#BABBB5
(186,187,181)
#C9CBC7
(201,203,199)
#D8DBD9
(216,219,217)
#E7EBEB
(231,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #514B37 color. Also use rgb(81,75,55) instead hex code.

Text Font Color

.myTextColor { color: #514B37; }

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

This text font color is #514B37.


Background Color

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

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

This div background color is #514B37.


Border color

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

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

This div border color is #514B37.


Opacity

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

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

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

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

This text has shadow with #514B37 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #514B37 on black background.


Color preview on white background

This text has color #514B37 on white background.



Black color preview on #514B37 background

This text has black color on #514B37 background.


White color preview on #514B37 background

This text has white color on #514B37 background.