COLOR #151641

HEX: #151641
RGB: (21,22,65)

Color info

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

RGB color model

#151641 color RGB value is (21,22,65).

  • red value is 21;
  • green value is 22;
  • blue value is 65.
RGB:
(21,22,65)
(8%,9%,25%)

RGB channels and saturation

R 21 of 255 = 8%
G 22 of 255 = 9%
B 65 of 255 = 25%

21
22
65

R + G + B ~ 14%. #151641 is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 22 + 65 = 108 (100%)
R 21 of 108 ~ 19.44%
G 22 of 108 ~ 20.37%
B 65 of 108 ~ 60.19%

%19.44
%20.37
%60.19

CMYK color model

#151641 color CMYK value is (68,66,0,75).

  • cyan value is 67.69%
  • magenta value is 66.15%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(68,66,0,75)
C68M66Y0K75 
(68%,66%,0%,75%)
(0.68/0.66/0.00/0.75)	

CMYK percentages

%67.69
%66.15
%0
%74.51

Codes

Color #151641 in popluar color models

151641
RGB212265
HSL239°51.16%16.86%
HSB/HSV239°67.69%25.49%
CMYK67.69%66.15%0.00%
74.51%

Color #151641 in popluar number systems.

HEX151641
Decimal212265
Binary10101101101000001
Octal2526101

Shades and tints

Shades of #151641

#151641
(21,22,65)
#14143C
(20,20,60)
#131237
(19,18,55)
#121032
(18,16,50)
#110E2D
(17,14,45)
#100C28
(16,12,40)
#0F0A23
(15,10,35)
#0E081E
(14,8,30)
#0D0619
(13,6,25)
#0C0414
(12,4,20)
#0B020F
(11,2,15)
#000000
(0,0,0)

Tints of #151641

#151641
(21,22,65)
#2A2B52
(42,43,82)
#3F4063
(63,64,99)
#545574
(84,85,116)
#696A85
(105,106,133)
#7E7F96
(126,127,150)
#9394A7
(147,148,167)
#A8A9B8
(168,169,184)
#BDBEC9
(189,190,201)
#D2D3DA
(210,211,218)
#E7E8EB
(231,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #151641 color. Also use rgb(21,22,65) instead hex code.

Text Font Color

.myTextColor { color: #151641; }

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

This text font color is #151641.


Background Color

.myBgColor { background-color: #151641; }

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

This div background color is #151641.


Border color

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

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

This div border color is #151641.


Opacity

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

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

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

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

This text has shadow with #151641 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #151641 on black background.


Color preview on white background

This text has color #151641 on white background.



Black color preview on #151641 background

This text has black color on #151641 background.


White color preview on #151641 background

This text has white color on #151641 background.