COLOR #120747

HEX: #120747
RGB: (18,7,71)

Color info

#120747 contains mainly red and blue colors. Web safe color of #120747 is #000033 (or #003).

RGB color model

#120747 color RGB value is (18,7,71).

  • red value is 18;
  • green value is 7;
  • blue value is 71.
RGB:
(18,7,71)
(7%,3%,28%)

RGB channels and saturation

R 18 of 255 = 7%
G 7 of 255 = 3%
B 71 of 255 = 28%

18
7
71

R + G + B ~ 13%. #120747 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 7 + 71 = 96 (100%)
R 18 of 96 ~ 18.75%
G 7 of 96 ~ 7.29%
B 71 of 96 ~ 73.96%

%18.75
%73.96

CMYK color model

#120747 color CMYK value is (75,90,0,72).

  • cyan value is 74.65%
  • magenta value is 90.14%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(75,90,0,72)
C75M90Y0K72 
(75%,90%,0%,72%)
(0.75/0.90/0.00/0.72)	

CMYK percentages

%74.65
%90.14
%0
%72.16

Codes

Color #120747 in popluar color models

120747
RGB18771
HSL250°82.05%15.29%
HSB/HSV250°90.14%27.84%
CMYK74.65%90.14%0.00%
72.16%

Color #120747 in popluar number systems.

HEX120747
Decimal18771
Binary100101111000111
Octal227107

Shades and tints

Shades of #120747

#120747
(18,7,71)
#110741
(17,7,65)
#10073B
(16,7,59)
#0F0735
(15,7,53)
#0E072F
(14,7,47)
#0D0729
(13,7,41)
#0C0723
(12,7,35)
#0B071D
(11,7,29)
#0A0717
(10,7,23)
#090711
(9,7,17)
#08070B
(8,7,11)
#000000
(0,0,0)

Tints of #120747

#120747
(18,7,71)
#271D57
(39,29,87)
#3C3367
(60,51,103)
#514977
(81,73,119)
#665F87
(102,95,135)
#7B7597
(123,117,151)
#908BA7
(144,139,167)
#A5A1B7
(165,161,183)
#BAB7C7
(186,183,199)
#CFCDD7
(207,205,215)
#E4E3E7
(228,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #120747 color. Also use rgb(18,7,71) instead hex code.

Text Font Color

.myTextColor { color: #120747; }

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

This text font color is #120747.


Background Color

.myBgColor { background-color: #120747; }

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

This div background color is #120747.


Border color

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

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

This div border color is #120747.


Opacity

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

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

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

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

This text has shadow with #120747 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #120747 on black background.


Color preview on white background

This text has color #120747 on white background.



Black color preview on #120747 background

This text has black color on #120747 background.


White color preview on #120747 background

This text has white color on #120747 background.