COLOR #131425

HEX: #131425
RGB: (19,20,37)

Renk bilgisi

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

RGB renk modeli

#131425 color RGB value is (19,20,37).

  • kırmız ton 19;
  • yeşil ton 20;
  • mavi ton 37.
RGB:
(19,20,37)
(7%,8%,15%)

RGB bağlantıları ve doygunluk

R 19 of 255 = 7%
G 20 of 255 = 8%
B 37 of 255 = 15%

19
20
37

R + G + B ~ 10%. #131425 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
19 + 20 + 37 = 76 (100%)
R 19 of 76 ~ 25%
G 20 of 76 ~ 26.32%
B 37 of 76 ~ 48.68%

%25
%26.32
%48.68

CMYK RENK MODELİ

#131425 rengi CMYK tonu (49,46,0,85).

  • camgöbeği tonu 48.65%
  • eflatun tonu 45.95%
  • sarı tonu 0.00%
  • ana renk tonu 85.49%
CMYK:
(49,46,0,85)
C49M46Y0K85 
(49%,46%,0%,85%)
(0.49/0.46/0.00/0.85)	

CMYK yüzdeleri

%48.65
%45.95
%0
%85.49

Codes

Color #131425 in popluar color models

131425
RGB192037
HSL237°32.14%10.98%
HSB/HSV237°48.65%14.51%
CMYK48.65%45.95%0.00%
85.49%

Color #131425 in popluar number systems.

HEX131425
Decimal192037
Binary1001110100100101
Octal232445

Shades and tints

Shades of #131425

#131425
(19,20,37)
#121322
(18,19,34)
#11121F
(17,18,31)
#10111C
(16,17,28)
#0F1019
(15,16,25)
#0E0F16
(14,15,22)
#0D0E13
(13,14,19)
#0C0D10
(12,13,16)
#0B0C0D
(11,12,13)
#0A0B0A
(10,11,10)
#090A07
(9,10,7)
#000000
(0,0,0)

Tints of #131425

#131425
(19,20,37)
#282938
(40,41,56)
#3D3E4B
(61,62,75)
#52535E
(82,83,94)
#676871
(103,104,113)
#7C7D84
(124,125,132)
#919297
(145,146,151)
#A6A7AA
(166,167,170)
#BBBCBD
(187,188,189)
#D0D1D0
(208,209,208)
#E5E6E3
(229,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #131425 color. Also use rgb(19,20,37) instead hex code.

Text Font Color

.myTextColor { color: #131425; }

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

This text font color is #131425.


Background Color

.myBgColor { background-color: #131425; }

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

This div background color is #131425.


Border color

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

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

This div border color is #131425.


Opacity

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

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

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

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

This text has shadow with #131425 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131425 on black background.


Color preview on white background

This text has color #131425 on white background.



Black color preview on #131425 background

This text has black color on #131425 background.


White color preview on #131425 background

This text has white color on #131425 background.