COLOR #514F26

HEX: #514F26
RGB: (81,79,38)

Color info

#514F26 contains red, green and blue colors in about the same proportion. Web safe color of #514F26 is #666633 (or #663).

RGB color model

#514F26 color RGB value is (81,79,38).

  • red value is 81;
  • green value is 79;
  • blue value is 38.
RGB:
(81,79,38)
(32%,31%,15%)

RGB channels and saturation

R 81 of 255 = 32%
G 79 of 255 = 31%
B 38 of 255 = 15%

81
79
38

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

Portions of RGB colors in percentages

R + G + B =
81 + 79 + 38 = 198 (100%)
R 81 of 198 ~ 40.91%
G 79 of 198 ~ 39.9%
B 38 of 198 ~ 19.19%

%40.91
%39.9
%19.19

CMYK color model

#514F26 color CMYK value is (0,2,53,68).

  • cyan value is 0.00%
  • magenta value is 2.47%
  • yellow value is 53.09%
  • key color value is 68.24%
CMYK:
(0,2,53,68)
C0M2Y53K68 
(0%,2%,53%,68%)
(0.00/0.02/0.53/0.68)	

CMYK percentages

%0
%2.47
%53.09
%68.24

Codes

Color #514F26 in popluar color models

514F26
RGB817938
HSL57°36.13%23.33%
HSB/HSV57°53.09%31.76%
CMYK0.00%2.47%53.09%
68.24%

Color #514F26 in popluar number systems.

HEX514F26
Decimal817938
Binary10100011001111100110
Octal12111746

Shades and tints

Shades of #514F26

#514F26
(81,79,38)
#4A4823
(74,72,35)
#434120
(67,65,32)
#3C3A1D
(60,58,29)
#35331A
(53,51,26)
#2E2C17
(46,44,23)
#272514
(39,37,20)
#201E11
(32,30,17)
#19170E
(25,23,14)
#12100B
(18,16,11)
#0B0908
(11,9,8)
#000000
(0,0,0)

Tints of #514F26

#514F26
(81,79,38)
#605F39
(96,95,57)
#6F6F4C
(111,111,76)
#7E7F5F
(126,127,95)
#8D8F72
(141,143,114)
#9C9F85
(156,159,133)
#ABAF98
(171,175,152)
#BABFAB
(186,191,171)
#C9CFBE
(201,207,190)
#D8DFD1
(216,223,209)
#E7EFE4
(231,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #514F26 color. Also use rgb(81,79,38) instead hex code.

Text Font Color

.myTextColor { color: #514F26; }

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

This text font color is #514F26.


Background Color

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

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

This div background color is #514F26.


Border color

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

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

This div border color is #514F26.


Opacity

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

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

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

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

This text has shadow with #514F26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514F26 on black background.


Color preview on white background

This text has color #514F26 on white background.



Black color preview on #514F26 background

This text has black color on #514F26 background.


White color preview on #514F26 background

This text has white color on #514F26 background.