COLOR #122B07

HEX: #122B07
RGB: (18,43,7)

Color info

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

RGB color model

#122B07 color RGB value is (18,43,7).

  • red value is 18;
  • green value is 43;
  • blue value is 7.
RGB:
(18,43,7)
(7%,17%,3%)

RGB channels and saturation

R 18 of 255 = 7%
G 43 of 255 = 17%
B 7 of 255 = 3%

18
43
7

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

Portions of RGB colors in percentages

R + G + B =
18 + 43 + 7 = 68 (100%)
R 18 of 68 ~ 26.47%
G 43 of 68 ~ 63.24%
B 7 of 68 ~ 10.29%

%26.47
%63.24
%10.29

CMYK color model

#122B07 color CMYK value is (58,0,84,83).

  • cyan value is 58.14%
  • magenta value is 0.00%
  • yellow value is 83.72%
  • key color value is 83.14%
CMYK:
(58,0,84,83)
C58M0Y84K83 
(58%,0%,84%,83%)
(0.58/0.00/0.84/0.83)	

CMYK percentages

%58.14
%0
%83.72
%83.14

Codes

Color #122B07 in popluar color models

122B07
RGB18437
HSL102°72.00%9.80%
HSB/HSV102°83.72%16.86%
CMYK58.14%0.00%83.72%
83.14%

Color #122B07 in popluar number systems.

HEX122B07
Decimal18437
Binary10010101011111
Octal22537

Shades and tints

Shades of #122B07

#122B07
(18,43,7)
#112807
(17,40,7)
#102507
(16,37,7)
#0F2207
(15,34,7)
#0E1F07
(14,31,7)
#0D1C07
(13,28,7)
#0C1907
(12,25,7)
#0B1607
(11,22,7)
#0A1307
(10,19,7)
#091007
(9,16,7)
#080D07
(8,13,7)
#000000
(0,0,0)

Tints of #122B07

#122B07
(18,43,7)
#273E1D
(39,62,29)
#3C5133
(60,81,51)
#516449
(81,100,73)
#66775F
(102,119,95)
#7B8A75
(123,138,117)
#909D8B
(144,157,139)
#A5B0A1
(165,176,161)
#BAC3B7
(186,195,183)
#CFD6CD
(207,214,205)
#E4E9E3
(228,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #122B07 color. Also use rgb(18,43,7) instead hex code.

Text Font Color

.myTextColor { color: #122B07; }

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

This text font color is #122B07.


Background Color

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

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

This div background color is #122B07.


Border color

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

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

This div border color is #122B07.


Opacity

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

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

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

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

This text has shadow with #122B07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #122B07 on black background.


Color preview on white background

This text has color #122B07 on white background.



Black color preview on #122B07 background

This text has black color on #122B07 background.


White color preview on #122B07 background

This text has white color on #122B07 background.