COLOR #51837D

HEX: #51837D
RGB: (81,131,125)

Renk bilgisi

#51837D contains red, green and blue colors in about the same proportion. #51837D ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#51837D color RGB value is (81,131,125).

  • kırmız ton 81;
  • yeşil ton 131;
  • mavi ton 125.
RGB:
(81,131,125)
(32%,51%,49%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 131 of 255 = 51%
B 125 of 255 = 49%

81
131
125

R + G + B ~ 44%. #51837D is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 131 + 125 = 337 (100%)
R 81 of 337 ~ 24.04%
G 131 of 337 ~ 38.87%
B 125 of 337 ~ 37.09%

%24.04
%38.87
%37.09

CMYK RENK MODELİ

#51837D rengi CMYK tonu (38,0,5,49).

  • camgöbeği tonu 38.17%
  • eflatun tonu 0.00%
  • sarı tonu 4.58%
  • ana renk tonu 48.63%
CMYK:
(38,0,5,49)
C38M0Y5K49 
(38%,0%,5%,49%)
(0.38/0.00/0.05/0.49)	

CMYK yüzdeleri

%38.17
%0
%4.58
%48.63

Codes

Color #51837D in popluar color models

51837D
RGB81131125
HSL173°23.58%41.57%
HSB/HSV173°38.17%51.37%
CMYK38.17%0.00%4.58%
48.63%

Color #51837D in popluar number systems.

HEX51837D
Decimal81131125
Binary1010001100000111111101
Octal121203175

Shades and tints

Shades of #51837D

#51837D
(81,131,125)
#4A7872
(74,120,114)
#436D67
(67,109,103)
#3C625C
(60,98,92)
#355751
(53,87,81)
#2E4C46
(46,76,70)
#27413B
(39,65,59)
#203630
(32,54,48)
#192B25
(25,43,37)
#12201A
(18,32,26)
#0B150F
(11,21,15)
#000000
(0,0,0)

Tints of #51837D

#51837D
(81,131,125)
#608E88
(96,142,136)
#6F9993
(111,153,147)
#7EA49E
(126,164,158)
#8DAFA9
(141,175,169)
#9CBAB4
(156,186,180)
#ABC5BF
(171,197,191)
#BAD0CA
(186,208,202)
#C9DBD5
(201,219,213)
#D8E6E0
(216,230,224)
#E7F1EB
(231,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51837D color. Also use rgb(81,131,125) instead hex code.

Text Font Color

.myTextColor { color: #51837D; }

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

This text font color is #51837D.


Background Color

.myBgColor { background-color: #51837D; }

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

This div background color is #51837D.


Border color

.myBorderColor { border: 1px solid #51837D; }

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

This div border color is #51837D.


Opacity

.myOpacity80 { color: #51837D; opacity: 0.8; }

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

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

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

This text has shadow with #51837D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51837D on black background.


Color preview on white background

This text has color #51837D on white background.



Black color preview on #51837D background

This text has black color on #51837D background.


White color preview on #51837D background

This text has white color on #51837D background.