COLOR #122113

HEX: #122113 RGB: (18,33,19)

Color info

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

RGB color model

#122113 color RGB value is (18,33,19).

RGB: (18,33,19) (7%, 13%, 7%)

RGB channels and saturation

R 18 of 255 = 7%
G 33 of 255 = 13%
B 19 of 255 = 7%

18
33
19

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

Portions of RGB colors in percentages

R + G + B = 18 + 33 + 19 = 70 (100%)
R 18 of 70 ~ 25.71%
G 33 of 70 ~ 47.14%
B 19 of 70 ~ 27.14'%

%25.71
%47.14
%27.14

CMYK color model

#122113 color CMYK value is (45,0,42,87).

  • cyan value is 45.45%
  • magenta value is 0.00%
  • yellow value is 42.42%
  • key color value is 87.06%

CMYK: (45,0,42,87)
C45M0Y42K87 (45%, 0%, 42%, 87%)
(0.45 / 0.00 / 0.42 / 0.87)

CMYK percentages

%45.45
%0
%42.42
%87.06

Codes

Color #122113 in popluar color models

12 21 13
RGB 18 33 19
HSL 124° 29.41% 10.00%
HSB/HSV 124° 45.45% 12.94%
CMYK 45.45% 0.00% 42.42%
87.06%

Color #122113 in popluar number systems.

HEX 12 21 13
Decimal 18 33 19
Binary 10010 100001 10011
Octal 22 41 23

Shades and tints

Shades of #122113

#122113
(18,33,19)
#111E12
(17,30,18)
#101B11
(16,27,17)
#0F1810
(15,24,16)
#0E150F
(14,21,15)
#0D120E
(13,18,14)
#0C0F0D
(12,15,13)
#0B0C0C
(11,12,12)
#0A090B
(10,9,11)
#09060A
(9,6,10)
#080309
(8,3,9)
#000000
(0,0,0)

Tints of #122113

#122113
(18,33,19)
#273528
(39,53,40)
#3C493D
(60,73,61)
#515D52
(81,93,82)
#667167
(102,113,103)
#7B857C
(123,133,124)
#909991
(144,153,145)
#A5ADA6
(165,173,166)
#BAC1BB
(186,193,187)
#CFD5D0
(207,213,208)
#E4E9E5
(228,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #122113 color. Also use rgb(18,33,19) instead hex code.

Text Font Color

.myTextColor { color: #122113; }

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

This text font color is #122113.

Background Color

.myBgColor { background-color: #122113; }

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

This div background color is #122113.

Border color

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

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

This div border color is #122113.

Opacity

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

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

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

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

This text has shadow with #122113 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #122113.

Preview

Color preview on black background

This text has color #122113 on black background.


Color preview on white background

This text has color #122113 on white background.


Black color preview on #122113 background

This text has black color on #122113 background.


White color preview on #122113 background

This text has white color on #122113 background.


Related colors

Complementary color

Complementary color for #hex is #EDDEEC.


I love getcolorcode.com

Triadic colors

1 #131221 and #211312 with #122113 are triadic colors.

2 #132112 and #211213 with #122113 are triadic colors.