COLOR #514530

HEX: #514530
RGB: (81,69,48)

Color info

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

RGB color model

#514530 color RGB value is (81,69,48).

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

RGB channels and saturation

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

81
69
48

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

Portions of RGB colors in percentages

R + G + B =
81 + 69 + 48 = 198 (100%)
R 81 of 198 ~ 40.91%
G 69 of 198 ~ 34.85%
B 48 of 198 ~ 24.24%

%40.91
%34.85
%24.24

CMYK color model

#514530 color CMYK value is (0,15,41,68).

  • cyan value is 0.00%
  • magenta value is 14.81%
  • yellow value is 40.74%
  • key color value is 68.24%
CMYK:
(0,15,41,68)
C0M15Y41K68 
(0%,15%,41%,68%)
(0.00/0.15/0.41/0.68)	

CMYK percentages

%0
%14.81
%40.74
%68.24

Codes

Color #514530 in popluar color models

514530
RGB816948
HSL38°25.58%25.29%
HSB/HSV38°40.74%31.76%
CMYK0.00%14.81%40.74%
68.24%

Color #514530 in popluar number systems.

HEX514530
Decimal816948
Binary10100011000101110000
Octal12110560

Shades and tints

Shades of #514530

#514530
(81,69,48)
#4A3F2C
(74,63,44)
#433928
(67,57,40)
#3C3324
(60,51,36)
#352D20
(53,45,32)
#2E271C
(46,39,28)
#272118
(39,33,24)
#201B14
(32,27,20)
#191510
(25,21,16)
#120F0C
(18,15,12)
#0B0908
(11,9,8)
#000000
(0,0,0)

Tints of #514530

#514530
(81,69,48)
#605542
(96,85,66)
#6F6554
(111,101,84)
#7E7566
(126,117,102)
#8D8578
(141,133,120)
#9C958A
(156,149,138)
#ABA59C
(171,165,156)
#BAB5AE
(186,181,174)
#C9C5C0
(201,197,192)
#D8D5D2
(216,213,210)
#E7E5E4
(231,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514530; }

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

This text font color is #514530.


Background Color

.myBgColor { background-color: #514530; }

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

This div background color is #514530.


Border color

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

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

This div border color is #514530.


Opacity

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

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

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

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

This text has shadow with #514530 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514530 on black background.


Color preview on white background

This text has color #514530 on white background.



Black color preview on #514530 background

This text has black color on #514530 background.


White color preview on #514530 background

This text has white color on #514530 background.