COLOR #514449

HEX: #514449
RGB: (81,68,73)

Renk bilgisi

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

RGB renk modeli

#514449 color RGB value is (81,68,73).

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

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 68 of 255 = 27%
B 73 of 255 = 29%

81
68
73

R + G + B ~ 29%. #514449 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 68 + 73 = 222 (100%)
R 81 of 222 ~ 36.49%
G 68 of 222 ~ 30.63%
B 73 of 222 ~ 32.88%

%36.49
%30.63
%32.88

CMYK RENK MODELİ

#514449 rengi CMYK tonu (0,16,10,68).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.05%
  • sarı tonu 9.88%
  • ana renk tonu 68.24%
CMYK:
(0,16,10,68)
C0M16Y10K68 
(0%,16%,10%,68%)
(0.00/0.16/0.10/0.68)	

CMYK yüzdeleri

%0
%16.05
%9.88
%68.24

Codes

Color #514449 in popluar color models

514449
RGB816873
HSL337°8.72%29.22%
HSB/HSV337°16.05%31.76%
CMYK0.00%16.05%9.88%
68.24%

Color #514449 in popluar number systems.

HEX514449
Decimal816873
Binary101000110001001001001
Octal121104111

Shades and tints

Shades of #514449

#514449
(81,68,73)
#4A3E43
(74,62,67)
#43383D
(67,56,61)
#3C3237
(60,50,55)
#352C31
(53,44,49)
#2E262B
(46,38,43)
#272025
(39,32,37)
#201A1F
(32,26,31)
#191419
(25,20,25)
#120E13
(18,14,19)
#0B080D
(11,8,13)
#000000
(0,0,0)

Tints of #514449

#514449
(81,68,73)
#605559
(96,85,89)
#6F6669
(111,102,105)
#7E7779
(126,119,121)
#8D8889
(141,136,137)
#9C9999
(156,153,153)
#ABAAA9
(171,170,169)
#BABBB9
(186,187,185)
#C9CCC9
(201,204,201)
#D8DDD9
(216,221,217)
#E7EEE9
(231,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514449; }

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

This text font color is #514449.


Background Color

.myBgColor { background-color: #514449; }

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

This div background color is #514449.


Border color

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

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

This div border color is #514449.


Opacity

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

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

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

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

This text has shadow with #514449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514449 on black background.


Color preview on white background

This text has color #514449 on white background.



Black color preview on #514449 background

This text has black color on #514449 background.


White color preview on #514449 background

This text has white color on #514449 background.