COLOR #514841

HEX: #514841
RGB: (81,72,65)

Color info

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

RGB color model

#514841 color RGB value is (81,72,65).

  • red value is 81;
  • green value is 72;
  • blue value is 65.
RGB:
(81,72,65)
(32%,28%,25%)

RGB channels and saturation

R 81 of 255 = 32%
G 72 of 255 = 28%
B 65 of 255 = 25%

81
72
65

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

Portions of RGB colors in percentages

R + G + B =
81 + 72 + 65 = 218 (100%)
R 81 of 218 ~ 37.16%
G 72 of 218 ~ 33.03%
B 65 of 218 ~ 29.82%

%37.16
%33.03
%29.82

CMYK color model

#514841 color CMYK value is (0,11,20,68).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 19.75%
  • key color value is 68.24%
CMYK:
(0,11,20,68)
C0M11Y20K68 
(0%,11%,20%,68%)
(0.00/0.11/0.20/0.68)	

CMYK percentages

%0
%11.11
%19.75
%68.24

Codes

Color #514841 in popluar color models

514841
RGB817265
HSL26°10.96%28.63%
HSB/HSV26°19.75%31.76%
CMYK0.00%11.11%19.75%
68.24%

Color #514841 in popluar number systems.

HEX514841
Decimal817265
Binary101000110010001000001
Octal121110101

Shades and tints

Shades of #514841

#514841
(81,72,65)
#4A423C
(74,66,60)
#433C37
(67,60,55)
#3C3632
(60,54,50)
#35302D
(53,48,45)
#2E2A28
(46,42,40)
#272423
(39,36,35)
#201E1E
(32,30,30)
#191819
(25,24,25)
#121214
(18,18,20)
#0B0C0F
(11,12,15)
#000000
(0,0,0)

Tints of #514841

#514841
(81,72,65)
#605852
(96,88,82)
#6F6863
(111,104,99)
#7E7874
(126,120,116)
#8D8885
(141,136,133)
#9C9896
(156,152,150)
#ABA8A7
(171,168,167)
#BAB8B8
(186,184,184)
#C9C8C9
(201,200,201)
#D8D8DA
(216,216,218)
#E7E8EB
(231,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #514841 color. Also use rgb(81,72,65) instead hex code.

Text Font Color

.myTextColor { color: #514841; }

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

This text font color is #514841.


Background Color

.myBgColor { background-color: #514841; }

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

This div background color is #514841.


Border color

.myBorderColor { border: 1px solid #514841; }

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

This div border color is #514841.


Opacity

.myOpacity80 { color: #514841; opacity: 0.8; }

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

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

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

This text has shadow with #514841 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514841 on black background.


Color preview on white background

This text has color #514841 on white background.



Black color preview on #514841 background

This text has black color on #514841 background.


White color preview on #514841 background

This text has white color on #514841 background.