COLOR #514D41

HEX: #514D41
RGB: (81,77,65)

Renk bilgisi

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

RGB renk modeli

#514D41 color RGB value is (81,77,65).

  • kırmız ton 81;
  • yeşil ton 77;
  • mavi ton 65.
RGB:
(81,77,65)
(32%,30%,25%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 77 of 255 = 30%
B 65 of 255 = 25%

81
77
65

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

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 77 + 65 = 223 (100%)
R 81 of 223 ~ 36.32%
G 77 of 223 ~ 34.53%
B 65 of 223 ~ 29.15%

%36.32
%34.53
%29.15

CMYK RENK MODELİ

#514D41 rengi CMYK tonu (0,5,20,68).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.94%
  • sarı tonu 19.75%
  • ana renk tonu 68.24%
CMYK:
(0,5,20,68)
C0M5Y20K68 
(0%,5%,20%,68%)
(0.00/0.05/0.20/0.68)	

CMYK yüzdeleri

%0
%4.94
%19.75
%68.24

Codes

Color #514D41 in popluar color models

514D41
RGB817765
HSL45°10.96%28.63%
HSB/HSV45°19.75%31.76%
CMYK0.00%4.94%19.75%
68.24%

Color #514D41 in popluar number systems.

HEX514D41
Decimal817765
Binary101000110011011000001
Octal121115101

Shades and tints

Shades of #514D41

#514D41
(81,77,65)
#4A463C
(74,70,60)
#433F37
(67,63,55)
#3C3832
(60,56,50)
#35312D
(53,49,45)
#2E2A28
(46,42,40)
#272323
(39,35,35)
#201C1E
(32,28,30)
#191519
(25,21,25)
#120E14
(18,14,20)
#0B070F
(11,7,15)
#000000
(0,0,0)

Tints of #514D41

#514D41
(81,77,65)
#605D52
(96,93,82)
#6F6D63
(111,109,99)
#7E7D74
(126,125,116)
#8D8D85
(141,141,133)
#9C9D96
(156,157,150)
#ABADA7
(171,173,167)
#BABDB8
(186,189,184)
#C9CDC9
(201,205,201)
#D8DDDA
(216,221,218)
#E7EDEB
(231,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514D41; }

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

This text font color is #514D41.


Background Color

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

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

This div background color is #514D41.


Border color

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

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

This div border color is #514D41.


Opacity

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

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

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

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

This text has shadow with #514D41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514D41 on black background.


Color preview on white background

This text has color #514D41 on white background.



Black color preview on #514D41 background

This text has black color on #514D41 background.


White color preview on #514D41 background

This text has white color on #514D41 background.