COLOR #131625

HEX: #131625
RGB: (19,22,37)

Color info

#131625 contains red, green and blue colors in about the same proportion. Web safe color of #131625 is #000033 (or #003).

RGB color model

#131625 color RGB value is (19,22,37).

  • red value is 19;
  • green value is 22;
  • blue value is 37.
RGB:
(19,22,37)
(7%,9%,15%)

RGB channels and saturation

R 19 of 255 = 7%
G 22 of 255 = 9%
B 37 of 255 = 15%

19
22
37

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

Portions of RGB colors in percentages

R + G + B =
19 + 22 + 37 = 78 (100%)
R 19 of 78 ~ 24.36%
G 22 of 78 ~ 28.21%
B 37 of 78 ~ 47.44%

%24.36
%28.21
%47.44

CMYK color model

#131625 color CMYK value is (49,41,0,85).

  • cyan value is 48.65%
  • magenta value is 40.54%
  • yellow value is 0.00%
  • key color value is 85.49%
CMYK:
(49,41,0,85)
C49M41Y0K85 
(49%,41%,0%,85%)
(0.49/0.41/0.00/0.85)	

CMYK percentages

%48.65
%40.54
%0
%85.49

Codes

Color #131625 in popluar color models

131625
RGB192237
HSL230°32.14%10.98%
HSB/HSV230°48.65%14.51%
CMYK48.65%40.54%0.00%
85.49%

Color #131625 in popluar number systems.

HEX131625
Decimal192237
Binary1001110110100101
Octal232645

Shades and tints

Shades of #131625

#131625
(19,22,37)
#121422
(18,20,34)
#11121F
(17,18,31)
#10101C
(16,16,28)
#0F0E19
(15,14,25)
#0E0C16
(14,12,22)
#0D0A13
(13,10,19)
#0C0810
(12,8,16)
#0B060D
(11,6,13)
#0A040A
(10,4,10)
#090207
(9,2,7)
#000000
(0,0,0)

Tints of #131625

#131625
(19,22,37)
#282B38
(40,43,56)
#3D404B
(61,64,75)
#52555E
(82,85,94)
#676A71
(103,106,113)
#7C7F84
(124,127,132)
#919497
(145,148,151)
#A6A9AA
(166,169,170)
#BBBEBD
(187,190,189)
#D0D3D0
(208,211,208)
#E5E8E3
(229,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131625; }

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

This text font color is #131625.


Background Color

.myBgColor { background-color: #131625; }

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

This div background color is #131625.


Border color

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

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

This div border color is #131625.


Opacity

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

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

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

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

This text has shadow with #131625 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131625 on black background.


Color preview on white background

This text has color #131625 on white background.



Black color preview on #131625 background

This text has black color on #131625 background.


White color preview on #131625 background

This text has white color on #131625 background.