COLOR #122E07

HEX: #122E07 RGB: (18,46,7)

Color info

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

RGB color model

#122E07 color RGB value is (18,46,7).

RGB: (18,46,7) (7%, 18%, 3%)

RGB channels and saturation

R 18 of 255 = 7%
G 46 of 255 = 18%
B 7 of 255 = 3%

18
46
7

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

Portions of RGB colors in percentages

R + G + B = 18 + 46 + 7 = 71 (100%)
R 18 of 71 ~ 25.35%
G 46 of 71 ~ 64.79%
B 7 of 71 ~ 9.86'%

%25.35
%64.79

CMYK color model

#122E07 color CMYK value is (61,0,85,82).

  • cyan value is 60.87%
  • magenta value is 0.00%
  • yellow value is 84.78%
  • key color value is 81.96%

CMYK: (61,0,85,82)
C61M0Y85K82 (61%, 0%, 85%, 82%)
(0.61 / 0.00 / 0.85 / 0.82)

CMYK percentages

%60.87
%0
%84.78
%81.96

Codes

Color #122E07 in popluar color models

12 2E 07
RGB 18 46 7
HSL 103° 73.58% 10.39%
HSB/HSV 103° 84.78% 18.04%
CMYK 60.87% 0.00% 84.78%
81.96%

Color #122E07 in popluar number systems.

HEX 12 2E 07
Decimal 18 46 7
Binary 10010 101110 111
Octal 22 56 7

Shades and tints

Shades of #122E07

#122E07
(18,46,7)
#112A07
(17,42,7)
#102607
(16,38,7)
#0F2207
(15,34,7)
#0E1E07
(14,30,7)
#0D1A07
(13,26,7)
#0C1607
(12,22,7)
#0B1207
(11,18,7)
#0A0E07
(10,14,7)
#090A07
(9,10,7)
#080607
(8,6,7)
#000000
(0,0,0)

Tints of #122E07

#122E07
(18,46,7)
#27411D
(39,65,29)
#3C5433
(60,84,51)
#516749
(81,103,73)
#667A5F
(102,122,95)
#7B8D75
(123,141,117)
#90A08B
(144,160,139)
#A5B3A1
(165,179,161)
#BAC6B7
(186,198,183)
#CFD9CD
(207,217,205)
#E4ECE3
(228,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #122E07; }

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

This text font color is #122E07.

Background Color

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

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

This div background color is #122E07.

Border color

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

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

This div border color is #122E07.

Opacity

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

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

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

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

This text has shadow with #122E07 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #122E07.

Preview

Color preview on black background

This text has color #122E07 on black background.


Color preview on white background

This text has color #122E07 on white background.


Black color preview on #122E07 background

This text has black color on #122E07 background.


White color preview on #122E07 background

This text has white color on #122E07 background.


Related colors

Complementary color

Complementary color for #hex is #EDD1F8.


I love getcolorcode.com

Triadic colors

1 #07122E and #2E0712 with #122E07 are triadic colors.

2 #072E12 and #2E1207 with #122E07 are triadic colors.