COLOR #514330

HEX: #514330
RGB: (81,67,48)

Color info

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

RGB color model

#514330 color RGB value is (81,67,48).

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

RGB channels and saturation

R 81 of 255 = 32%
G 67 of 255 = 26%
B 48 of 255 = 19%

81
67
48

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

Portions of RGB colors in percentages

R + G + B =
81 + 67 + 48 = 196 (100%)
R 81 of 196 ~ 41.33%
G 67 of 196 ~ 34.18%
B 48 of 196 ~ 24.49%

%41.33
%34.18
%24.49

CMYK color model

#514330 color CMYK value is (0,17,41,68).

  • cyan value is 0.00%
  • magenta value is 17.28%
  • yellow value is 40.74%
  • key color value is 68.24%
CMYK:
(0,17,41,68)
C0M17Y41K68 
(0%,17%,41%,68%)
(0.00/0.17/0.41/0.68)	

CMYK percentages

%0
%17.28
%40.74
%68.24

Codes

Color #514330 in popluar color models

514330
RGB816748
HSL35°25.58%25.29%
HSB/HSV35°40.74%31.76%
CMYK0.00%17.28%40.74%
68.24%

Color #514330 in popluar number systems.

HEX514330
Decimal816748
Binary10100011000011110000
Octal12110360

Shades and tints

Shades of #514330

#514330
(81,67,48)
#4A3D2C
(74,61,44)
#433728
(67,55,40)
#3C3124
(60,49,36)
#352B20
(53,43,32)
#2E251C
(46,37,28)
#271F18
(39,31,24)
#201914
(32,25,20)
#191310
(25,19,16)
#120D0C
(18,13,12)
#0B0708
(11,7,8)
#000000
(0,0,0)

Tints of #514330

#514330
(81,67,48)
#605442
(96,84,66)
#6F6554
(111,101,84)
#7E7666
(126,118,102)
#8D8778
(141,135,120)
#9C988A
(156,152,138)
#ABA99C
(171,169,156)
#BABAAE
(186,186,174)
#C9CBC0
(201,203,192)
#D8DCD2
(216,220,210)
#E7EDE4
(231,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514330; }

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

This text font color is #514330.


Background Color

.myBgColor { background-color: #514330; }

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

This div background color is #514330.


Border color

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

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

This div border color is #514330.


Opacity

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

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

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

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

This text has shadow with #514330 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514330 on black background.


Color preview on white background

This text has color #514330 on white background.



Black color preview on #514330 background

This text has black color on #514330 background.


White color preview on #514330 background

This text has white color on #514330 background.