COLOR #120937

HEX: #120937
RGB: (18,9,55)

Color info

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

RGB color model

#120937 color RGB value is (18,9,55).

  • red value is 18;
  • green value is 9;
  • blue value is 55.
RGB:
(18,9,55)
(7%,4%,22%)

RGB channels and saturation

R 18 of 255 = 7%
G 9 of 255 = 4%
B 55 of 255 = 22%

18
9
55

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

Portions of RGB colors in percentages

R + G + B =
18 + 9 + 55 = 82 (100%)
R 18 of 82 ~ 21.95%
G 9 of 82 ~ 10.98%
B 55 of 82 ~ 67.07%

%21.95
%10.98
%67.07

CMYK color model

#120937 color CMYK value is (67,84,0,78).

  • cyan value is 67.27%
  • magenta value is 83.64%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(67,84,0,78)
C67M84Y0K78 
(67%,84%,0%,78%)
(0.67/0.84/0.00/0.78)	

CMYK percentages

%67.27
%83.64
%0
%78.43

Codes

Color #120937 in popluar color models

120937
RGB18955
HSL252°71.88%12.55%
HSB/HSV252°83.64%21.57%
CMYK67.27%83.64%0.00%
78.43%

Color #120937 in popluar number systems.

HEX120937
Decimal18955
Binary100101001110111
Octal221167

Shades and tints

Shades of #120937

#120937
(18,9,55)
#110932
(17,9,50)
#10092D
(16,9,45)
#0F0928
(15,9,40)
#0E0923
(14,9,35)
#0D091E
(13,9,30)
#0C0919
(12,9,25)
#0B0914
(11,9,20)
#0A090F
(10,9,15)
#09090A
(9,9,10)
#080905
(8,9,5)
#000000
(0,0,0)

Tints of #120937

#120937
(18,9,55)
#271F49
(39,31,73)
#3C355B
(60,53,91)
#514B6D
(81,75,109)
#66617F
(102,97,127)
#7B7791
(123,119,145)
#908DA3
(144,141,163)
#A5A3B5
(165,163,181)
#BAB9C7
(186,185,199)
#CFCFD9
(207,207,217)
#E4E5EB
(228,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #120937 color. Also use rgb(18,9,55) instead hex code.

Text Font Color

.myTextColor { color: #120937; }

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

This text font color is #120937.


Background Color

.myBgColor { background-color: #120937; }

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

This div background color is #120937.


Border color

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

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

This div border color is #120937.


Opacity

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

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

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

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

This text has shadow with #120937 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #120937 on black background.


Color preview on white background

This text has color #120937 on white background.



Black color preview on #120937 background

This text has black color on #120937 background.


White color preview on #120937 background

This text has white color on #120937 background.