COLOR #514531

HEX: #514531
RGB: (81,69,49)

Color info

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

RGB color model

#514531 color RGB value is (81,69,49).

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

RGB channels and saturation

R 81 of 255 = 32%
G 69 of 255 = 27%
B 49 of 255 = 19%

81
69
49

R + G + B ~ 26%. #514531 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 69 + 49 = 199 (100%)
R 81 of 199 ~ 40.7%
G 69 of 199 ~ 34.67%
B 49 of 199 ~ 24.62%

%40.7
%34.67
%24.62

CMYK color model

#514531 color CMYK value is (0,15,40,68).

  • cyan value is 0.00%
  • magenta value is 14.81%
  • yellow value is 39.51%
  • key color value is 68.24%
CMYK:
(0,15,40,68)
C0M15Y40K68 
(0%,15%,40%,68%)
(0.00/0.15/0.40/0.68)	

CMYK percentages

%0
%14.81
%39.51
%68.24

Codes

Color #514531 in popluar color models

514531
RGB816949
HSL38°24.62%25.49%
HSB/HSV38°39.51%31.76%
CMYK0.00%14.81%39.51%
68.24%

Color #514531 in popluar number systems.

HEX514531
Decimal816949
Binary10100011000101110001
Octal12110561

Shades and tints

Shades of #514531

#514531
(81,69,49)
#4A3F2D
(74,63,45)
#433929
(67,57,41)
#3C3325
(60,51,37)
#352D21
(53,45,33)
#2E271D
(46,39,29)
#272119
(39,33,25)
#201B15
(32,27,21)
#191511
(25,21,17)
#120F0D
(18,15,13)
#0B0909
(11,9,9)
#000000
(0,0,0)

Tints of #514531

#514531
(81,69,49)
#605543
(96,85,67)
#6F6555
(111,101,85)
#7E7567
(126,117,103)
#8D8579
(141,133,121)
#9C958B
(156,149,139)
#ABA59D
(171,165,157)
#BAB5AF
(186,181,175)
#C9C5C1
(201,197,193)
#D8D5D3
(216,213,211)
#E7E5E5
(231,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514531; }

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

This text font color is #514531.


Background Color

.myBgColor { background-color: #514531; }

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

This div background color is #514531.


Border color

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

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

This div border color is #514531.


Opacity

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

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

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

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

This text has shadow with #514531 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514531 on black background.


Color preview on white background

This text has color #514531 on white background.



Black color preview on #514531 background

This text has black color on #514531 background.


White color preview on #514531 background

This text has white color on #514531 background.