COLOR #150123

HEX: #150123
RGB: (21,1,35)

Color info

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

RGB color model

#150123 color RGB value is (21,1,35).

  • red value is 21;
  • green value is 1;
  • blue value is 35.
RGB:
(21,1,35)
(8%,0%,14%)

RGB channels and saturation

R 21 of 255 = 8%
G 1 of 255 = 0%
B 35 of 255 = 14%

21
1
35

R + G + B ~ 7%. #150123 is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 1 + 35 = 57 (100%)
R 21 of 57 ~ 36.84%
G 1 of 57 ~ 1.75%
B 35 of 57 ~ 61.4%

%36.84
%61.4

CMYK color model

#150123 color CMYK value is (40,97,0,86).

  • cyan value is 40.00%
  • magenta value is 97.14%
  • yellow value is 0.00%
  • key color value is 86.27%
CMYK:
(40,97,0,86)
C40M97Y0K86 
(40%,97%,0%,86%)
(0.40/0.97/0.00/0.86)	

CMYK percentages

%40
%97.14
%0
%86.27

Codes

Color #150123 in popluar color models

150123
RGB21135
HSL275°94.44%7.06%
HSB/HSV275°97.14%13.73%
CMYK40.00%97.14%0.00%
86.27%

Color #150123 in popluar number systems.

HEX150123
Decimal21135
Binary101011100011
Octal25143

Shades and tints

Shades of #150123

#150123
(21,1,35)
#140120
(20,1,32)
#13011D
(19,1,29)
#12011A
(18,1,26)
#110117
(17,1,23)
#100114
(16,1,20)
#0F0111
(15,1,17)
#0E010E
(14,1,14)
#0D010B
(13,1,11)
#0C0108
(12,1,8)
#0B0105
(11,1,5)
#000000
(0,0,0)

Tints of #150123

#150123
(21,1,35)
#2A1837
(42,24,55)
#3F2F4B
(63,47,75)
#54465F
(84,70,95)
#695D73
(105,93,115)
#7E7487
(126,116,135)
#938B9B
(147,139,155)
#A8A2AF
(168,162,175)
#BDB9C3
(189,185,195)
#D2D0D7
(210,208,215)
#E7E7EB
(231,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #150123 color. Also use rgb(21,1,35) instead hex code.

Text Font Color

.myTextColor { color: #150123; }

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

This text font color is #150123.


Background Color

.myBgColor { background-color: #150123; }

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

This div background color is #150123.


Border color

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

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

This div border color is #150123.


Opacity

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

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

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

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

This text has shadow with #150123 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #150123 on black background.


Color preview on white background

This text has color #150123 on white background.



Black color preview on #150123 background

This text has black color on #150123 background.


White color preview on #150123 background

This text has white color on #150123 background.