COLOR #122014

HEX: #122014 RGB: (18,32,20)

Color info

#122014 contains red, green and blue colors in about the same proportion. Web safe color of #122014 is #003300 (or #030).

RGB color model

#122014 color RGB value is (18,32,20).

RGB: (18,32,20) (7%, 13%, 8%)

RGB channels and saturation

R 18 of 255 = 7%
G 32 of 255 = 13%
B 20 of 255 = 8%

18
32
20

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

Portions of RGB colors in percentages

R + G + B = 18 + 32 + 20 = 70 (100%)
R 18 of 70 ~ 25.71%
G 32 of 70 ~ 45.71%
B 20 of 70 ~ 28.57'%

%25.71
%45.71
%28.57

CMYK color model

#122014 color CMYK value is (44,0,38,87).

  • cyan value is 43.75%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 87.45%
CMYK: (44,0,38,87) C44M0Y38K87 (44%,0%,38%,87%) (0.44/0.00/0.38/0.87) 

CMYK percentages

%43.75
%0
%37.5
%87.45

Codes

Color #122014 in popluar color models

12 20 14
RGB 18 32 20
HSL 129° 28.00% 9.80%
HSB/HSV 129° 43.75% 12.55%
CMYK 43.75% 0.00% 37.50%
87.45%

Color #122014 in popluar number systems.

HEX 12 20 14
Decimal 18 32 20
Binary 10010 100000 10100
Octal 22 40 24

Shades and tints

Shades of #122014

#122014
(18,32,20)
#111E13
(17,30,19)
#101C12
(16,28,18)
#0F1A11
(15,26,17)
#0E1810
(14,24,16)
#0D160F
(13,22,15)
#0C140E
(12,20,14)
#0B120D
(11,18,13)
#0A100C
(10,16,12)
#090E0B
(9,14,11)
#080C0A
(8,12,10)
#000000
(0,0,0)

Tints of #122014

#122014
(18,32,20)
#273429
(39,52,41)
#3C483E
(60,72,62)
#515C53
(81,92,83)
#667068
(102,112,104)
#7B847D
(123,132,125)
#909892
(144,152,146)
#A5ACA7
(165,172,167)
#BAC0BC
(186,192,188)
#CFD4D1
(207,212,209)
#E4E8E6
(228,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #122014 color. Also use rgb(18,32,20) instead hex code.

Text Font Color

.myTextColor { color: #122014; }

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

This text font color is #122014.

Background Color

.myBgColor { background-color: #122014; }

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

This div background color is #122014.

Border color

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

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

This div border color is #122014.

Opacity

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

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

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

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

This text has shadow with #122014 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #122014.

Preview

Color preview on black background

This text has color #122014 on black background.


Color preview on white background

This text has color #122014 on white background.


Black color preview on #122014 background

This text has black color on #122014 background.


White color preview on #122014 background

This text has white color on #122014 background.


Related colors

Complementary color

Complementary color for #hex is #EDDFEB.


I love getcolorcode.com

Triadic colors

1 #141220 and #201412 with #122014 are triadic colors.

2 #142012 and #201214 with #122014 are triadic colors.