COLOR #150737

HEX: #150737
RGB: (21,7,55)

Color info

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

RGB color model

#150737 color RGB value is (21,7,55).

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

RGB channels and saturation

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

21
7
55

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

Portions of RGB colors in percentages

R + G + B =
21 + 7 + 55 = 83 (100%)
R 21 of 83 ~ 25.3%
G 7 of 83 ~ 8.43%
B 55 of 83 ~ 66.27%

%25.3
%66.27

CMYK color model

#150737 color CMYK value is (62,87,0,78).

  • cyan value is 61.82%
  • magenta value is 87.27%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(62,87,0,78)
C62M87Y0K78 
(62%,87%,0%,78%)
(0.62/0.87/0.00/0.78)	

CMYK percentages

%61.82
%87.27
%0
%78.43

Codes

Color #150737 in popluar color models

150737
RGB21755
HSL258°77.42%12.16%
HSB/HSV258°87.27%21.57%
CMYK61.82%87.27%0.00%
78.43%

Color #150737 in popluar number systems.

HEX150737
Decimal21755
Binary10101111110111
Octal25767

Shades and tints

Shades of #150737

#150737
(21,7,55)
#140732
(20,7,50)
#13072D
(19,7,45)
#120728
(18,7,40)
#110723
(17,7,35)
#10071E
(16,7,30)
#0F0719
(15,7,25)
#0E0714
(14,7,20)
#0D070F
(13,7,15)
#0C070A
(12,7,10)
#0B0705
(11,7,5)
#000000
(0,0,0)

Tints of #150737

#150737
(21,7,55)
#2A1D49
(42,29,73)
#3F335B
(63,51,91)
#54496D
(84,73,109)
#695F7F
(105,95,127)
#7E7591
(126,117,145)
#938BA3
(147,139,163)
#A8A1B5
(168,161,181)
#BDB7C7
(189,183,199)
#D2CDD9
(210,205,217)
#E7E3EB
(231,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #150737; }

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

This text font color is #150737.


Background Color

.myBgColor { background-color: #150737; }

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

This div background color is #150737.


Border color

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

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

This div border color is #150737.


Opacity

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

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

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

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

This text has shadow with #150737 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #150737 on black background.


Color preview on white background

This text has color #150737 on white background.



Black color preview on #150737 background

This text has black color on #150737 background.


White color preview on #150737 background

This text has white color on #150737 background.