COLOR #150423

HEX: #150423 RGB: (21,4,35)

Color info

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

RGB color model

#150423 color RGB value is (21,4,35).

RGB: (21,4,35) (8%, 2%, 14%)

RGB channels and saturation

R 21 of 255 = 8%
G 4 of 255 = 2%
B 35 of 255 = 14%

21
4
35

R + G + B ~ 8%. #150423 is dark color.

Portions of RGB colors in percentages

R + G + B = 21 + 4 + 35 = 60 (100%)
R 21 of 60 ~ 35%
G 4 of 60 ~ 6.67%
B 35 of 60 ~ 58.33'%

%35
%58.33

CMYK color model

#150423 color CMYK value is (40,89,0,86).

  • cyan value is 40.00%
  • magenta value is 88.57%
  • yellow value is 0.00%
  • key color value is 86.27%

CMYK: (40,89,0,86)
C40M89Y0K86 (40%, 89%, 0%, 86%)
(0.40 / 0.89 / 0.00 / 0.86)

CMYK percentages

%40
%88.57
%0
%86.27

Codes

Color #150423 in popluar color models

15 04 23
RGB 21 4 35
HSL 273° 79.49% 7.65%
HSB/HSV 273° 88.57% 13.73%
CMYK 40.00% 88.57% 0.00%
86.27%

Color #150423 in popluar number systems.

HEX 15 04 23
Decimal 21 4 35
Binary 10101 100 100011
Octal 25 4 43

Shades and tints

Shades of #150423

#150423
(21,4,35)
#140420
(20,4,32)
#13041D
(19,4,29)
#12041A
(18,4,26)
#110417
(17,4,23)
#100414
(16,4,20)
#0F0411
(15,4,17)
#0E040E
(14,4,14)
#0D040B
(13,4,11)
#0C0408
(12,4,8)
#0B0405
(11,4,5)
#000000
(0,0,0)

Tints of #150423

#150423
(21,4,35)
#2A1A37
(42,26,55)
#3F304B
(63,48,75)
#54465F
(84,70,95)
#695C73
(105,92,115)
#7E7287
(126,114,135)
#93889B
(147,136,155)
#A89EAF
(168,158,175)
#BDB4C3
(189,180,195)
#D2CAD7
(210,202,215)
#E7E0EB
(231,224,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #150423; }

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

This text font color is #150423.

Background Color

.myBgColor { background-color: #150423; }

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

This div background color is #150423.

Border color

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

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

This div border color is #150423.

Opacity

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

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

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

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

This text has shadow with #150423 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #150423.

Preview

Color preview on black background

This text has color #150423 on black background.


Color preview on white background

This text has color #150423 on white background.


Black color preview on #150423 background

This text has black color on #150423 background.


White color preview on #150423 background

This text has white color on #150423 background.


Related colors

Complementary color

Complementary color for #hex is #EAFBDC.


I love getcolorcode.com

Triadic colors

1 #231504 and #042315 with #150423 are triadic colors.

2 #230415 and #041523 with #150423 are triadic colors.