COLOR #122E14

HEX: #122E14
RGB: (18,46,20)

Color info

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

RGB color model

#122E14 color RGB value is (18,46,20).

  • red value is 18;
  • green value is 46;
  • blue value is 20.
RGB:
(18,46,20)
(7%,18%,8%)

RGB channels and saturation

R 18 of 255 = 7%
G 46 of 255 = 18%
B 20 of 255 = 8%

18
46
20

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

Portions of RGB colors in percentages

R + G + B =
18 + 46 + 20 = 84 (100%)
R 18 of 84 ~ 21.43%
G 46 of 84 ~ 54.76%
B 20 of 84 ~ 23.81%

%21.43
%54.76
%23.81

CMYK color model

#122E14 color CMYK value is (61,0,57,82).

  • cyan value is 60.87%
  • magenta value is 0.00%
  • yellow value is 56.52%
  • key color value is 81.96%
CMYK:
(61,0,57,82)
C61M0Y57K82 
(61%,0%,57%,82%)
(0.61/0.00/0.57/0.82)	

CMYK percentages

%60.87
%0
%56.52
%81.96

Codes

Color #122E14 in popluar color models

122E14
RGB184620
HSL124°43.75%12.55%
HSB/HSV124°60.87%18.04%
CMYK60.87%0.00%56.52%
81.96%

Color #122E14 in popluar number systems.

HEX122E14
Decimal184620
Binary1001010111010100
Octal225624

Shades and tints

Shades of #122E14

#122E14
(18,46,20)
#112A13
(17,42,19)
#102612
(16,38,18)
#0F2211
(15,34,17)
#0E1E10
(14,30,16)
#0D1A0F
(13,26,15)
#0C160E
(12,22,14)
#0B120D
(11,18,13)
#0A0E0C
(10,14,12)
#090A0B
(9,10,11)
#08060A
(8,6,10)
#000000
(0,0,0)

Tints of #122E14

#122E14
(18,46,20)
#274129
(39,65,41)
#3C543E
(60,84,62)
#516753
(81,103,83)
#667A68
(102,122,104)
#7B8D7D
(123,141,125)
#90A092
(144,160,146)
#A5B3A7
(165,179,167)
#BAC6BC
(186,198,188)
#CFD9D1
(207,217,209)
#E4ECE6
(228,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #122E14; }

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

This text font color is #122E14.


Background Color

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

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

This div background color is #122E14.


Border color

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

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

This div border color is #122E14.


Opacity

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

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

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

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

This text has shadow with #122E14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #122E14 on black background.


Color preview on white background

This text has color #122E14 on white background.



Black color preview on #122E14 background

This text has black color on #122E14 background.


White color preview on #122E14 background

This text has white color on #122E14 background.