COLOR #514F34

HEX: #514F34 RGB: (81,79,52)

Color info

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

RGB color model

#514F34 color RGB value is (81,79,52).

RGB: (81,79,52) (32%, 31%, 20%)

RGB channels and saturation

R 81 of 255 = 32%
G 79 of 255 = 31%
B 52 of 255 = 20%

81
79
52

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

Portions of RGB colors in percentages

R + G + B = 81 + 79 + 52 = 212 (100%)
R 81 of 212 ~ 38.21%
G 79 of 212 ~ 37.26%
B 52 of 212 ~ 24.53'%

%38.21
%37.26
%24.53

CMYK color model

#514F34 color CMYK value is (0,2,36,68).

  • cyan value is 0.00%
  • magenta value is 2.47%
  • yellow value is 35.80%
  • key color value is 68.24%

CMYK: (0,2,36,68)
C0M2Y36K68 (0%, 2%, 36%, 68%)
(0.00 / 0.02 / 0.36 / 0.68)

CMYK percentages

%0
%2.47
%35.8
%68.24

Codes

Color #514F34 in popluar color models

51 4F 34
RGB 81 79 52
HSL 56° 21.80% 26.08%
HSB/HSV 56° 35.80% 31.76%
CMYK 0.00% 2.47% 35.80%
68.24%

Color #514F34 in popluar number systems.

HEX 51 4F 34
Decimal 81 79 52
Binary 1010001 1001111 110100
Octal 121 117 64

Shades and tints

Shades of #514F34

#514F34
(81,79,52)
#4A4830
(74,72,48)
#43412C
(67,65,44)
#3C3A28
(60,58,40)
#353324
(53,51,36)
#2E2C20
(46,44,32)
#27251C
(39,37,28)
#201E18
(32,30,24)
#191714
(25,23,20)
#121010
(18,16,16)
#0B090C
(11,9,12)
#000000
(0,0,0)

Tints of #514F34

#514F34
(81,79,52)
#605F46
(96,95,70)
#6F6F58
(111,111,88)
#7E7F6A
(126,127,106)
#8D8F7C
(141,143,124)
#9C9F8E
(156,159,142)
#ABAFA0
(171,175,160)
#BABFB2
(186,191,178)
#C9CFC4
(201,207,196)
#D8DFD6
(216,223,214)
#E7EFE8
(231,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514F34; }

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

This text font color is #514F34.

Background Color

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

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

This div background color is #514F34.

Border color

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

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

This div border color is #514F34.

Opacity

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

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

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

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

This text has shadow with #514F34 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #514F34.

Preview

Color preview on black background

This text has color #514F34 on black background.


Color preview on white background

This text has color #514F34 on white background.


Black color preview on #514F34 background

This text has black color on #514F34 background.


White color preview on #514F34 background

This text has white color on #514F34 background.


Related colors

Complementary color

Complementary color for #hex is #AEB0CB.


I love getcolorcode.com

Triadic colors

1 #34514F and #4F3451 with #514F34 are triadic colors.

2 #344F51 and #4F5134 with #514F34 are triadic colors.