COLOR #120731

HEX: #120731
RGB: (18,7,49)

Color info

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

RGB color model

#120731 color RGB value is (18,7,49).

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

RGB channels and saturation

R 18 of 255 = 7%
G 7 of 255 = 3%
B 49 of 255 = 19%

18
7
49

R + G + B ~ 10%. #120731 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 7 + 49 = 74 (100%)
R 18 of 74 ~ 24.32%
G 7 of 74 ~ 9.46%
B 49 of 74 ~ 66.22%

%24.32
%66.22

CMYK color model

#120731 color CMYK value is (63,86,0,81).

  • cyan value is 63.27%
  • magenta value is 85.71%
  • yellow value is 0.00%
  • key color value is 80.78%
CMYK:
(63,86,0,81)
C63M86Y0K81 
(63%,86%,0%,81%)
(0.63/0.86/0.00/0.81)	

CMYK percentages

%63.27
%85.71
%0
%80.78

Codes

Color #120731 in popluar color models

120731
RGB18749
HSL256°75.00%10.98%
HSB/HSV256°85.71%19.22%
CMYK63.27%85.71%0.00%
80.78%

Color #120731 in popluar number systems.

HEX120731
Decimal18749
Binary10010111110001
Octal22761

Shades and tints

Shades of #120731

#120731
(18,7,49)
#11072D
(17,7,45)
#100729
(16,7,41)
#0F0725
(15,7,37)
#0E0721
(14,7,33)
#0D071D
(13,7,29)
#0C0719
(12,7,25)
#0B0715
(11,7,21)
#0A0711
(10,7,17)
#09070D
(9,7,13)
#080709
(8,7,9)
#000000
(0,0,0)

Tints of #120731

#120731
(18,7,49)
#271D43
(39,29,67)
#3C3355
(60,51,85)
#514967
(81,73,103)
#665F79
(102,95,121)
#7B758B
(123,117,139)
#908B9D
(144,139,157)
#A5A1AF
(165,161,175)
#BAB7C1
(186,183,193)
#CFCDD3
(207,205,211)
#E4E3E5
(228,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120731; }

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

This text font color is #120731.


Background Color

.myBgColor { background-color: #120731; }

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

This div background color is #120731.


Border color

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

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

This div border color is #120731.


Opacity

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

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

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

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

This text has shadow with #120731 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #120731 on black background.


Color preview on white background

This text has color #120731 on white background.



Black color preview on #120731 background

This text has black color on #120731 background.


White color preview on #120731 background

This text has white color on #120731 background.