COLOR #51387D

HEX: #51387D
RGB: (81,56,125)

Renk bilgisi

#51387D contains mainly red and blue colors. #51387D ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#51387D color RGB value is (81,56,125).

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

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 56 of 255 = 22%
B 125 of 255 = 49%

81
56
125

R + G + B ~ 34%. #51387D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 56 + 125 = 262 (100%)
R 81 of 262 ~ 30.92%
G 56 of 262 ~ 21.37%
B 125 of 262 ~ 47.71%

%30.92
%21.37
%47.71

CMYK RENK MODELİ

#51387D rengi CMYK tonu (35,55,0,51).

  • camgöbeği tonu 35.20%
  • eflatun tonu 55.20%
  • sarı tonu 0.00%
  • ana renk tonu 50.98%
CMYK:
(35,55,0,51)
C35M55Y0K51 
(35%,55%,0%,51%)
(0.35/0.55/0.00/0.51)	

CMYK yüzdeleri

%35.2
%55.2
%0
%50.98

Codes

Color #51387D in popluar color models

51387D
RGB8156125
HSL262°38.12%35.49%
HSB/HSV262°55.20%49.02%
CMYK35.20%55.20%0.00%
50.98%

Color #51387D in popluar number systems.

HEX51387D
Decimal8156125
Binary10100011110001111101
Octal12170175

Shades and tints

Shades of #51387D

#51387D
(81,56,125)
#4A3372
(74,51,114)
#432E67
(67,46,103)
#3C295C
(60,41,92)
#352451
(53,36,81)
#2E1F46
(46,31,70)
#271A3B
(39,26,59)
#201530
(32,21,48)
#191025
(25,16,37)
#120B1A
(18,11,26)
#0B060F
(11,6,15)
#000000
(0,0,0)

Tints of #51387D

#51387D
(81,56,125)
#604A88
(96,74,136)
#6F5C93
(111,92,147)
#7E6E9E
(126,110,158)
#8D80A9
(141,128,169)
#9C92B4
(156,146,180)
#ABA4BF
(171,164,191)
#BAB6CA
(186,182,202)
#C9C8D5
(201,200,213)
#D8DAE0
(216,218,224)
#E7ECEB
(231,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51387D; }

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

This text font color is #51387D.


Background Color

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

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

This div background color is #51387D.


Border color

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

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

This div border color is #51387D.


Opacity

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

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

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

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

This text has shadow with #51387D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51387D on black background.


Color preview on white background

This text has color #51387D on white background.



Black color preview on #51387D background

This text has black color on #51387D background.


White color preview on #51387D background

This text has white color on #51387D background.