COLOR #514B45

HEX: #514B45
RGB: (81,75,69)

Color info

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

RGB color model

#514B45 color RGB value is (81,75,69).

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

RGB channels and saturation

R 81 of 255 = 32%
G 75 of 255 = 29%
B 69 of 255 = 27%

81
75
69

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

Portions of RGB colors in percentages

R + G + B =
81 + 75 + 69 = 225 (100%)
R 81 of 225 ~ 36%
G 75 of 225 ~ 33.33%
B 69 of 225 ~ 30.67%

%36
%33.33
%30.67

CMYK color model

#514B45 color CMYK value is (0,7,15,68).

  • cyan value is 0.00%
  • magenta value is 7.41%
  • yellow value is 14.81%
  • key color value is 68.24%
CMYK:
(0,7,15,68)
C0M7Y15K68 
(0%,7%,15%,68%)
(0.00/0.07/0.15/0.68)	

CMYK percentages

%0
%7.41
%14.81
%68.24

Codes

Color #514B45 in popluar color models

514B45
RGB817569
HSL30°8.00%29.41%
HSB/HSV30°14.81%31.76%
CMYK0.00%7.41%14.81%
68.24%

Color #514B45 in popluar number systems.

HEX514B45
Decimal817569
Binary101000110010111000101
Octal121113105

Shades and tints

Shades of #514B45

#514B45
(81,75,69)
#4A453F
(74,69,63)
#433F39
(67,63,57)
#3C3933
(60,57,51)
#35332D
(53,51,45)
#2E2D27
(46,45,39)
#272721
(39,39,33)
#20211B
(32,33,27)
#191B15
(25,27,21)
#12150F
(18,21,15)
#0B0F09
(11,15,9)
#000000
(0,0,0)

Tints of #514B45

#514B45
(81,75,69)
#605B55
(96,91,85)
#6F6B65
(111,107,101)
#7E7B75
(126,123,117)
#8D8B85
(141,139,133)
#9C9B95
(156,155,149)
#ABABA5
(171,171,165)
#BABBB5
(186,187,181)
#C9CBC5
(201,203,197)
#D8DBD5
(216,219,213)
#E7EBE5
(231,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514B45; }

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

This text font color is #514B45.


Background Color

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

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

This div background color is #514B45.


Border color

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

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

This div border color is #514B45.


Opacity

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

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

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

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

This text has shadow with #514B45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514B45 on black background.


Color preview on white background

This text has color #514B45 on white background.



Black color preview on #514B45 background

This text has black color on #514B45 background.


White color preview on #514B45 background

This text has white color on #514B45 background.