COLOR #120D2F

HEX: #120D2F RGB: (18,13,47)

Color info

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

RGB color model

#120D2F color RGB value is (18,13,47).

RGB: (18,13,47) (7%, 5%, 18%)

RGB channels and saturation

R 18 of 255 = 7%
G 13 of 255 = 5%
B 47 of 255 = 18%

18
13
47

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

Portions of RGB colors in percentages

R + G + B = 18 + 13 + 47 = 78 (100%)
R 18 of 78 ~ 23.08%
G 13 of 78 ~ 16.67%
B 47 of 78 ~ 60.26'%

%23.08
%16.67
%60.26

CMYK color model

#120D2F color CMYK value is (62,72,0,82).

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

CMYK: (62,72,0,82)
C62M72Y0K82 (62%, 72%, 0%, 82%)
(0.62 / 0.72 / 0.00 / 0.82)

CMYK percentages

%61.7
%72.34
%0
%81.57

Codes

Color #120D2F in popluar color models

12 0D 2F
RGB 18 13 47
HSL 249° 56.67% 11.76%
HSB/HSV 249° 72.34% 18.43%
CMYK 61.70% 72.34% 0.00%
81.57%

Color #120D2F in popluar number systems.

HEX 12 0D 2F
Decimal 18 13 47
Binary 10010 1101 101111
Octal 22 15 57

Shades and tints

Shades of #120D2F

#120D2F
(18,13,47)
#110C2B
(17,12,43)
#100B27
(16,11,39)
#0F0A23
(15,10,35)
#0E091F
(14,9,31)
#0D081B
(13,8,27)
#0C0717
(12,7,23)
#0B0613
(11,6,19)
#0A050F
(10,5,15)
#09040B
(9,4,11)
#080307
(8,3,7)
#000000
(0,0,0)

Tints of #120D2F

#120D2F
(18,13,47)
#272341
(39,35,65)
#3C3953
(60,57,83)
#514F65
(81,79,101)
#666577
(102,101,119)
#7B7B89
(123,123,137)
#90919B
(144,145,155)
#A5A7AD
(165,167,173)
#BABDBF
(186,189,191)
#CFD3D1
(207,211,209)
#E4E9E3
(228,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120D2F; }

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

This text font color is #120D2F.

Background Color

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

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

This div background color is #120D2F.

Border color

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

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

This div border color is #120D2F.

Opacity

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

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

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

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

This text has shadow with #120D2F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #120D2F.

Preview

Color preview on black background

This text has color #120D2F on black background.


Color preview on white background

This text has color #120D2F on white background.


Black color preview on #120D2F background

This text has black color on #120D2F background.


White color preview on #120D2F background

This text has white color on #120D2F background.


Related colors

Complementary color

Complementary color for #hex is #EDF2D0.


I love getcolorcode.com

Triadic colors

1 #2F120D and #0D2F12 with #120D2F are triadic colors.

2 #2F0D12 and #0D122F with #120D2F are triadic colors.