COLOR #122A2F

HEX: #122A2F
RGB: (18,42,47)

Color info

#122A2F contains red, green and blue colors in about the same proportion. Web safe color of #122A2F is #003333 (or #033).

RGB color model

#122A2F color RGB value is (18,42,47).

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

RGB channels and saturation

R 18 of 255 = 7%
G 42 of 255 = 16%
B 47 of 255 = 18%

18
42
47

R + G + B ~ 14%. #122A2F is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 42 + 47 = 107 (100%)
R 18 of 107 ~ 16.82%
G 42 of 107 ~ 39.25%
B 47 of 107 ~ 43.93%

%16.82
%39.25
%43.93

CMYK color model

#122A2F color CMYK value is (62,11,0,82).

  • cyan value is 61.70%
  • magenta value is 10.64%
  • yellow value is 0.00%
  • key color value is 81.57%
CMYK:
(62,11,0,82)
C62M11Y0K82 
(62%,11%,0%,82%)
(0.62/0.11/0.00/0.82)	

CMYK percentages

%61.7
%10.64
%0
%81.57

Codes

Color #122A2F in popluar color models

122A2F
RGB184247
HSL190°44.62%12.75%
HSB/HSV190°61.70%18.43%
CMYK61.70%10.64%0.00%
81.57%

Color #122A2F in popluar number systems.

HEX122A2F
Decimal184247
Binary10010101010101111
Octal225257

Shades and tints

Shades of #122A2F

#122A2F
(18,42,47)
#11272B
(17,39,43)
#102427
(16,36,39)
#0F2123
(15,33,35)
#0E1E1F
(14,30,31)
#0D1B1B
(13,27,27)
#0C1817
(12,24,23)
#0B1513
(11,21,19)
#0A120F
(10,18,15)
#090F0B
(9,15,11)
#080C07
(8,12,7)
#000000
(0,0,0)

Tints of #122A2F

#122A2F
(18,42,47)
#273D41
(39,61,65)
#3C5053
(60,80,83)
#516365
(81,99,101)
#667677
(102,118,119)
#7B8989
(123,137,137)
#909C9B
(144,156,155)
#A5AFAD
(165,175,173)
#BAC2BF
(186,194,191)
#CFD5D1
(207,213,209)
#E4E8E3
(228,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #122A2F; }

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

This text font color is #122A2F.


Background Color

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

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

This div background color is #122A2F.


Border color

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

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

This div border color is #122A2F.


Opacity

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

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

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

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

This text has shadow with #122A2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #122A2F on black background.


Color preview on white background

This text has color #122A2F on white background.



Black color preview on #122A2F background

This text has black color on #122A2F background.


White color preview on #122A2F background

This text has white color on #122A2F background.