COLOR #514133

HEX: #514133
RGB: (81,65,51)

Color info

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

RGB color model

#514133 color RGB value is (81,65,51).

  • red value is 81;
  • green value is 65;
  • blue value is 51.
RGB:
(81,65,51)
(32%,25%,20%)

RGB channels and saturation

R 81 of 255 = 32%
G 65 of 255 = 25%
B 51 of 255 = 20%

81
65
51

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

Portions of RGB colors in percentages

R + G + B =
81 + 65 + 51 = 197 (100%)
R 81 of 197 ~ 41.12%
G 65 of 197 ~ 32.99%
B 51 of 197 ~ 25.89%

%41.12
%32.99
%25.89

CMYK color model

#514133 color CMYK value is (0,20,37,68).

  • cyan value is 0.00%
  • magenta value is 19.75%
  • yellow value is 37.04%
  • key color value is 68.24%
CMYK:
(0,20,37,68)
C0M20Y37K68 
(0%,20%,37%,68%)
(0.00/0.20/0.37/0.68)	

CMYK percentages

%0
%19.75
%37.04
%68.24

Codes

Color #514133 in popluar color models

514133
RGB816551
HSL28°22.73%25.88%
HSB/HSV28°37.04%31.76%
CMYK0.00%19.75%37.04%
68.24%

Color #514133 in popluar number systems.

HEX514133
Decimal816551
Binary10100011000001110011
Octal12110163

Shades and tints

Shades of #514133

#514133
(81,65,51)
#4A3C2F
(74,60,47)
#43372B
(67,55,43)
#3C3227
(60,50,39)
#352D23
(53,45,35)
#2E281F
(46,40,31)
#27231B
(39,35,27)
#201E17
(32,30,23)
#191913
(25,25,19)
#12140F
(18,20,15)
#0B0F0B
(11,15,11)
#000000
(0,0,0)

Tints of #514133

#514133
(81,65,51)
#605245
(96,82,69)
#6F6357
(111,99,87)
#7E7469
(126,116,105)
#8D857B
(141,133,123)
#9C968D
(156,150,141)
#ABA79F
(171,167,159)
#BAB8B1
(186,184,177)
#C9C9C3
(201,201,195)
#D8DAD5
(216,218,213)
#E7EBE7
(231,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #514133 color. Also use rgb(81,65,51) instead hex code.

Text Font Color

.myTextColor { color: #514133; }

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

This text font color is #514133.


Background Color

.myBgColor { background-color: #514133; }

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

This div background color is #514133.


Border color

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

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

This div border color is #514133.


Opacity

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

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

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

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

This text has shadow with #514133 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514133 on black background.


Color preview on white background

This text has color #514133 on white background.



Black color preview on #514133 background

This text has black color on #514133 background.


White color preview on #514133 background

This text has white color on #514133 background.