COLOR #150738

HEX: #150738
RGB: (21,7,56)

Color info

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

RGB color model

#150738 color RGB value is (21,7,56).

  • red value is 21;
  • green value is 7;
  • blue value is 56.
RGB:
(21,7,56)
(8%,3%,22%)

RGB channels and saturation

R 21 of 255 = 8%
G 7 of 255 = 3%
B 56 of 255 = 22%

21
7
56

R + G + B ~ 11%. #150738 is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 7 + 56 = 84 (100%)
R 21 of 84 ~ 25%
G 7 of 84 ~ 8.33%
B 56 of 84 ~ 66.67%

%25
%66.67

CMYK color model

#150738 color CMYK value is (63,88,0,78).

  • cyan value is 62.50%
  • magenta value is 87.50%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(63,88,0,78)
C63M88Y0K78 
(63%,88%,0%,78%)
(0.63/0.88/0.00/0.78)	

CMYK percentages

%62.5
%87.5
%0
%78.04

Codes

Color #150738 in popluar color models

150738
RGB21756
HSL257°77.78%12.35%
HSB/HSV257°87.50%21.96%
CMYK62.50%87.50%0.00%
78.04%

Color #150738 in popluar number systems.

HEX150738
Decimal21756
Binary10101111111000
Octal25770

Shades and tints

Shades of #150738

#150738
(21,7,56)
#140733
(20,7,51)
#13072E
(19,7,46)
#120729
(18,7,41)
#110724
(17,7,36)
#10071F
(16,7,31)
#0F071A
(15,7,26)
#0E0715
(14,7,21)
#0D0710
(13,7,16)
#0C070B
(12,7,11)
#0B0706
(11,7,6)
#000000
(0,0,0)

Tints of #150738

#150738
(21,7,56)
#2A1D4A
(42,29,74)
#3F335C
(63,51,92)
#54496E
(84,73,110)
#695F80
(105,95,128)
#7E7592
(126,117,146)
#938BA4
(147,139,164)
#A8A1B6
(168,161,182)
#BDB7C8
(189,183,200)
#D2CDDA
(210,205,218)
#E7E3EC
(231,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #150738 color. Also use rgb(21,7,56) instead hex code.

Text Font Color

.myTextColor { color: #150738; }

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

This text font color is #150738.


Background Color

.myBgColor { background-color: #150738; }

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

This div background color is #150738.


Border color

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

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

This div border color is #150738.


Opacity

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

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

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

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

This text has shadow with #150738 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #150738 on black background.


Color preview on white background

This text has color #150738 on white background.



Black color preview on #150738 background

This text has black color on #150738 background.


White color preview on #150738 background

This text has white color on #150738 background.