COLOR #514B49

HEX: #514B49
RGB: (81,75,73)

Renk bilgisi

#514B49 contains red, green and blue colors in about the same proportion. #514B49 ‘ nin web güvenlik rengi #663333 (ya da #633) dir.

RGB renk modeli

#514B49 color RGB value is (81,75,73).

  • kırmız ton 81;
  • yeşil ton 75;
  • mavi ton 73.
RGB:
(81,75,73)
(32%,29%,29%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 75 of 255 = 29%
B 73 of 255 = 29%

81
75
73

R + G + B ~ 30%. #514B49 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 75 + 73 = 229 (100%)
R 81 of 229 ~ 35.37%
G 75 of 229 ~ 32.75%
B 73 of 229 ~ 31.88%

%35.37
%32.75
%31.88

CMYK RENK MODELİ

#514B49 rengi CMYK tonu (0,7,10,68).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.41%
  • sarı tonu 9.88%
  • ana renk tonu 68.24%
CMYK:
(0,7,10,68)
C0M7Y10K68 
(0%,7%,10%,68%)
(0.00/0.07/0.10/0.68)	

CMYK yüzdeleri

%0
%7.41
%9.88
%68.24

Codes

Color #514B49 in popluar color models

514B49
RGB817573
HSL15°5.19%30.20%
HSB/HSV15°9.88%31.76%
CMYK0.00%7.41%9.88%
68.24%

Color #514B49 in popluar number systems.

HEX514B49
Decimal817573
Binary101000110010111001001
Octal121113111

Shades and tints

Shades of #514B49

#514B49
(81,75,73)
#4A4543
(74,69,67)
#433F3D
(67,63,61)
#3C3937
(60,57,55)
#353331
(53,51,49)
#2E2D2B
(46,45,43)
#272725
(39,39,37)
#20211F
(32,33,31)
#191B19
(25,27,25)
#121513
(18,21,19)
#0B0F0D
(11,15,13)
#000000
(0,0,0)

Tints of #514B49

#514B49
(81,75,73)
#605B59
(96,91,89)
#6F6B69
(111,107,105)
#7E7B79
(126,123,121)
#8D8B89
(141,139,137)
#9C9B99
(156,155,153)
#ABABA9
(171,171,169)
#BABBB9
(186,187,185)
#C9CBC9
(201,203,201)
#D8DBD9
(216,219,217)
#E7EBE9
(231,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #514B49 color. Also use rgb(81,75,73) instead hex code.

Text Font Color

.myTextColor { color: #514B49; }

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

This text font color is #514B49.


Background Color

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

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

This div background color is #514B49.


Border color

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

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

This div border color is #514B49.


Opacity

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

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

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

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

This text has shadow with #514B49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514B49 on black background.


Color preview on white background

This text has color #514B49 on white background.



Black color preview on #514B49 background

This text has black color on #514B49 background.


White color preview on #514B49 background

This text has white color on #514B49 background.