COLOR #122A17

HEX: #122A17
RGB: (18,42,23)

Color info

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

RGB color model

#122A17 color RGB value is (18,42,23).

  • red value is 18;
  • green value is 42;
  • blue value is 23.
RGB:
(18,42,23)
(7%,16%,9%)

RGB channels and saturation

R 18 of 255 = 7%
G 42 of 255 = 16%
B 23 of 255 = 9%

18
42
23

R + G + B ~ 11%. #122A17 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 42 + 23 = 83 (100%)
R 18 of 83 ~ 21.69%
G 42 of 83 ~ 50.6%
B 23 of 83 ~ 27.71%

%21.69
%50.6
%27.71

CMYK color model

#122A17 color CMYK value is (57,0,45,84).

  • cyan value is 57.14%
  • magenta value is 0.00%
  • yellow value is 45.24%
  • key color value is 83.53%
CMYK:
(57,0,45,84)
C57M0Y45K84 
(57%,0%,45%,84%)
(0.57/0.00/0.45/0.84)	

CMYK percentages

%57.14
%0
%45.24
%83.53

Codes

Color #122A17 in popluar color models

122A17
RGB184223
HSL133°40.00%11.76%
HSB/HSV133°57.14%16.47%
CMYK57.14%0.00%45.24%
83.53%

Color #122A17 in popluar number systems.

HEX122A17
Decimal184223
Binary1001010101010111
Octal225227

Shades and tints

Shades of #122A17

#122A17
(18,42,23)
#112715
(17,39,21)
#102413
(16,36,19)
#0F2111
(15,33,17)
#0E1E0F
(14,30,15)
#0D1B0D
(13,27,13)
#0C180B
(12,24,11)
#0B1509
(11,21,9)
#0A1207
(10,18,7)
#090F05
(9,15,5)
#080C03
(8,12,3)
#000000
(0,0,0)

Tints of #122A17

#122A17
(18,42,23)
#273D2C
(39,61,44)
#3C5041
(60,80,65)
#516356
(81,99,86)
#66766B
(102,118,107)
#7B8980
(123,137,128)
#909C95
(144,156,149)
#A5AFAA
(165,175,170)
#BAC2BF
(186,194,191)
#CFD5D4
(207,213,212)
#E4E8E9
(228,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #122A17 color. Also use rgb(18,42,23) instead hex code.

Text Font Color

.myTextColor { color: #122A17; }

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

This text font color is #122A17.


Background Color

.myBgColor { background-color: #122A17; }

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

This div background color is #122A17.


Border color

.myBorderColor { border: 1px solid #122A17; }

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

This div border color is #122A17.


Opacity

.myOpacity80 { color: #122A17; opacity: 0.8; }

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

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

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

This text has shadow with #122A17 color.

.textShadow {text-shadow: 3px 3px 1px #122A17, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #122A17;
-webkit-box-shadow: 1px 1px 3px 2px #122A17;
box-shadow:1px 1px 3px 2px #122A17;">
Div content here</div>
This div box has shadow with color #122A17.

Preview

Color preview on black background

This text has color #122A17 on black background.


Color preview on white background

This text has color #122A17 on white background.



Black color preview on #122A17 background

This text has black color on #122A17 background.


White color preview on #122A17 background

This text has white color on #122A17 background.