COLOR #120F25

HEX: #120F25 RGB: (18,15,37)

Color info

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

RGB color model

#120F25 color RGB value is (18,15,37).

RGB: (18,15,37) (7%, 6%, 15%)

RGB channels and saturation

R 18 of 255 = 7%
G 15 of 255 = 6%
B 37 of 255 = 15%

18
15
37

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

Portions of RGB colors in percentages

R + G + B = 18 + 15 + 37 = 70 (100%)
R 18 of 70 ~ 25.71%
G 15 of 70 ~ 21.43%
B 37 of 70 ~ 52.86'%

%25.71
%21.43
%52.86

CMYK color model

#120F25 color CMYK value is (51,59,0,85).

  • cyan value is 51.35%
  • magenta value is 59.46%
  • yellow value is 0.00%
  • key color value is 85.49%

CMYK: (51,59,0,85)
C51M59Y0K85 (51%, 59%, 0%, 85%)
(0.51 / 0.59 / 0.00 / 0.85)

CMYK percentages

%51.35
%59.46
%0
%85.49

Codes

Color #120F25 in popluar color models

12 0F 25
RGB 18 15 37
HSL 248° 42.31% 10.20%
HSB/HSV 248° 59.46% 14.51%
CMYK 51.35% 59.46% 0.00%
85.49%

Color #120F25 in popluar number systems.

HEX 12 0F 25
Decimal 18 15 37
Binary 10010 1111 100101
Octal 22 17 45

Shades and tints

Shades of #120F25

#120F25
(18,15,37)
#110E22
(17,14,34)
#100D1F
(16,13,31)
#0F0C1C
(15,12,28)
#0E0B19
(14,11,25)
#0D0A16
(13,10,22)
#0C0913
(12,9,19)
#0B0810
(11,8,16)
#0A070D
(10,7,13)
#09060A
(9,6,10)
#080507
(8,5,7)
#000000
(0,0,0)

Tints of #120F25

#120F25
(18,15,37)
#272438
(39,36,56)
#3C394B
(60,57,75)
#514E5E
(81,78,94)
#666371
(102,99,113)
#7B7884
(123,120,132)
#908D97
(144,141,151)
#A5A2AA
(165,162,170)
#BAB7BD
(186,183,189)
#CFCCD0
(207,204,208)
#E4E1E3
(228,225,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120F25; }

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

This text font color is #120F25.

Background Color

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

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

This div background color is #120F25.

Border color

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

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

This div border color is #120F25.

Opacity

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

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

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

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

This text has shadow with #120F25 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #120F25.

Preview

Color preview on black background

This text has color #120F25 on black background.


Color preview on white background

This text has color #120F25 on white background.


Black color preview on #120F25 background

This text has black color on #120F25 background.


White color preview on #120F25 background

This text has white color on #120F25 background.


Related colors

Complementary color

Complementary color for #hex is #EDF0DA.


I love getcolorcode.com

Triadic colors

1 #25120F and #0F2512 with #120F25 are triadic colors.

2 #250F12 and #0F1225 with #120F25 are triadic colors.