COLOR #120A25

HEX: #120A25
RGB: (18,10,37)

Color info

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

RGB color model

#120A25 color RGB value is (18,10,37).

  • red value is 18;
  • green value is 10;
  • blue value is 37.
RGB:
(18,10,37)
(7%,4%,15%)

RGB channels and saturation

R 18 of 255 = 7%
G 10 of 255 = 4%
B 37 of 255 = 15%

18
10
37

R + G + B ~ 9%. #120A25 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 10 + 37 = 65 (100%)
R 18 of 65 ~ 27.69%
G 10 of 65 ~ 15.38%
B 37 of 65 ~ 56.92%

%27.69
%15.38
%56.92

CMYK color model

#120A25 color CMYK value is (51,73,0,85).

  • cyan value is 51.35%
  • magenta value is 72.97%
  • yellow value is 0.00%
  • key color value is 85.49%
CMYK:
(51,73,0,85)
C51M73Y0K85 
(51%,73%,0%,85%)
(0.51/0.73/0.00/0.85)	

CMYK percentages

%51.35
%72.97
%0
%85.49

Codes

Color #120A25 in popluar color models

120A25
RGB181037
HSL258°57.45%9.22%
HSB/HSV258°72.97%14.51%
CMYK51.35%72.97%0.00%
85.49%

Color #120A25 in popluar number systems.

HEX120A25
Decimal181037
Binary100101010100101
Octal221245

Shades and tints

Shades of #120A25

#120A25
(18,10,37)
#110A22
(17,10,34)
#100A1F
(16,10,31)
#0F0A1C
(15,10,28)
#0E0A19
(14,10,25)
#0D0A16
(13,10,22)
#0C0A13
(12,10,19)
#0B0A10
(11,10,16)
#0A0A0D
(10,10,13)
#090A0A
(9,10,10)
#080A07
(8,10,7)
#000000
(0,0,0)

Tints of #120A25

#120A25
(18,10,37)
#272038
(39,32,56)
#3C364B
(60,54,75)
#514C5E
(81,76,94)
#666271
(102,98,113)
#7B7884
(123,120,132)
#908E97
(144,142,151)
#A5A4AA
(165,164,170)
#BABABD
(186,186,189)
#CFD0D0
(207,208,208)
#E4E6E3
(228,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #120A25 color. Also use rgb(18,10,37) instead hex code.

Text Font Color

.myTextColor { color: #120A25; }

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

This text font color is #120A25.


Background Color

.myBgColor { background-color: #120A25; }

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

This div background color is #120A25.


Border color

.myBorderColor { border: 1px solid #120A25; }

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

This div border color is #120A25.


Opacity

.myOpacity80 { color: #120A25; opacity: 0.8; }

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

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

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

This text has shadow with #120A25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #120A25 on black background.


Color preview on white background

This text has color #120A25 on white background.



Black color preview on #120A25 background

This text has black color on #120A25 background.


White color preview on #120A25 background

This text has white color on #120A25 background.