COLOR #514925

HEX: #514925
RGB: (81,73,37)

Color info

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

RGB color model

#514925 color RGB value is (81,73,37).

  • red value is 81;
  • green value is 73;
  • blue value is 37.
RGB:
(81,73,37)
(32%,29%,15%)

RGB channels and saturation

R 81 of 255 = 32%
G 73 of 255 = 29%
B 37 of 255 = 15%

81
73
37

R + G + B ~ 25%. #514925 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 73 + 37 = 191 (100%)
R 81 of 191 ~ 42.41%
G 73 of 191 ~ 38.22%
B 37 of 191 ~ 19.37%

%42.41
%38.22
%19.37

CMYK color model

#514925 color CMYK value is (0,10,54,68).

  • cyan value is 0.00%
  • magenta value is 9.88%
  • yellow value is 54.32%
  • key color value is 68.24%
CMYK:
(0,10,54,68)
C0M10Y54K68 
(0%,10%,54%,68%)
(0.00/0.10/0.54/0.68)	

CMYK percentages

%0
%9.88
%54.32
%68.24

Codes

Color #514925 in popluar color models

514925
RGB817337
HSL49°37.29%23.14%
HSB/HSV49°54.32%31.76%
CMYK0.00%9.88%54.32%
68.24%

Color #514925 in popluar number systems.

HEX514925
Decimal817337
Binary10100011001001100101
Octal12111145

Shades and tints

Shades of #514925

#514925
(81,73,37)
#4A4322
(74,67,34)
#433D1F
(67,61,31)
#3C371C
(60,55,28)
#353119
(53,49,25)
#2E2B16
(46,43,22)
#272513
(39,37,19)
#201F10
(32,31,16)
#19190D
(25,25,13)
#12130A
(18,19,10)
#0B0D07
(11,13,7)
#000000
(0,0,0)

Tints of #514925

#514925
(81,73,37)
#605938
(96,89,56)
#6F694B
(111,105,75)
#7E795E
(126,121,94)
#8D8971
(141,137,113)
#9C9984
(156,153,132)
#ABA997
(171,169,151)
#BAB9AA
(186,185,170)
#C9C9BD
(201,201,189)
#D8D9D0
(216,217,208)
#E7E9E3
(231,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #514925 color. Also use rgb(81,73,37) instead hex code.

Text Font Color

.myTextColor { color: #514925; }

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

This text font color is #514925.


Background Color

.myBgColor { background-color: #514925; }

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

This div background color is #514925.


Border color

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

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

This div border color is #514925.


Opacity

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

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

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

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

This text has shadow with #514925 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514925 on black background.


Color preview on white background

This text has color #514925 on white background.



Black color preview on #514925 background

This text has black color on #514925 background.


White color preview on #514925 background

This text has white color on #514925 background.