COLOR #120A2F

HEX: #120A2F RGB: (18,10,47)

Color info

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

RGB color model

#120A2F color RGB value is (18,10,47).

RGB: (18,10,47) (7%, 4%, 18%)

RGB channels and saturation

R 18 of 255 = 7%
G 10 of 255 = 4%
B 47 of 255 = 18%

18
10
47

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

Portions of RGB colors in percentages

R + G + B = 18 + 10 + 47 = 75 (100%)
R 18 of 75 ~ 24%
G 10 of 75 ~ 13.33%
B 47 of 75 ~ 62.67'%

%24
%13.33
%62.67

CMYK color model

#120A2F color CMYK value is (62,79,0,82).

  • cyan value is 61.70%
  • magenta value is 78.72%
  • yellow value is 0.00%
  • key color value is 81.57%

CMYK: (62,79,0,82)
C62M79Y0K82 (62%, 79%, 0%, 82%)
(0.62 / 0.79 / 0.00 / 0.82)

CMYK percentages

%61.7
%78.72
%0
%81.57

Codes

Color #120A2F in popluar color models

12 0A 2F
RGB 18 10 47
HSL 253° 64.91% 11.18%
HSB/HSV 253° 78.72% 18.43%
CMYK 61.70% 78.72% 0.00%
81.57%

Color #120A2F in popluar number systems.

HEX 12 0A 2F
Decimal 18 10 47
Binary 10010 1010 101111
Octal 22 12 57

Shades and tints

Shades of #120A2F

#120A2F
(18,10,47)
#110A2B
(17,10,43)
#100A27
(16,10,39)
#0F0A23
(15,10,35)
#0E0A1F
(14,10,31)
#0D0A1B
(13,10,27)
#0C0A17
(12,10,23)
#0B0A13
(11,10,19)
#0A0A0F
(10,10,15)
#090A0B
(9,10,11)
#080A07
(8,10,7)
#000000
(0,0,0)

Tints of #120A2F

#120A2F
(18,10,47)
#272041
(39,32,65)
#3C3653
(60,54,83)
#514C65
(81,76,101)
#666277
(102,98,119)
#7B7889
(123,120,137)
#908E9B
(144,142,155)
#A5A4AD
(165,164,173)
#BABABF
(186,186,191)
#CFD0D1
(207,208,209)
#E4E6E3
(228,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120A2F; }

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

This text font color is #120A2F.

Background Color

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

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

This div background color is #120A2F.

Border color

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

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

This div border color is #120A2F.

Opacity

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

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

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

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

This text has shadow with #120A2F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #120A2F.

Preview

Color preview on black background

This text has color #120A2F on black background.


Color preview on white background

This text has color #120A2F on white background.


Black color preview on #120A2F background

This text has black color on #120A2F background.


White color preview on #120A2F background

This text has white color on #120A2F background.


Related colors

Complementary color

Complementary color for #hex is #EDF5D0.


I love getcolorcode.com

Triadic colors

1 #2F120A and #0A2F12 with #120A2F are triadic colors.

2 #2F0A12 and #0A122F with #120A2F are triadic colors.