COLOR #122F18

HEX: #122F18
RGB: (18,47,24)

Color info

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

RGB color model

#122F18 color RGB value is (18,47,24).

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

RGB channels and saturation

R 18 of 255 = 7%
G 47 of 255 = 18%
B 24 of 255 = 9%

18
47
24

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

Portions of RGB colors in percentages

R + G + B =
18 + 47 + 24 = 89 (100%)
R 18 of 89 ~ 20.22%
G 47 of 89 ~ 52.81%
B 24 of 89 ~ 26.97%

%20.22
%52.81
%26.97

CMYK color model

#122F18 color CMYK value is (62,0,49,82).

  • cyan value is 61.70%
  • magenta value is 0.00%
  • yellow value is 48.94%
  • key color value is 81.57%
CMYK:
(62,0,49,82)
C62M0Y49K82 
(62%,0%,49%,82%)
(0.62/0.00/0.49/0.82)	

CMYK percentages

%61.7
%0
%48.94
%81.57

Codes

Color #122F18 in popluar color models

122F18
RGB184724
HSL132°44.62%12.75%
HSB/HSV132°61.70%18.43%
CMYK61.70%0.00%48.94%
81.57%

Color #122F18 in popluar number systems.

HEX122F18
Decimal184724
Binary1001010111111000
Octal225730

Shades and tints

Shades of #122F18

#122F18
(18,47,24)
#112B16
(17,43,22)
#102714
(16,39,20)
#0F2312
(15,35,18)
#0E1F10
(14,31,16)
#0D1B0E
(13,27,14)
#0C170C
(12,23,12)
#0B130A
(11,19,10)
#0A0F08
(10,15,8)
#090B06
(9,11,6)
#080704
(8,7,4)
#000000
(0,0,0)

Tints of #122F18

#122F18
(18,47,24)
#27412D
(39,65,45)
#3C5342
(60,83,66)
#516557
(81,101,87)
#66776C
(102,119,108)
#7B8981
(123,137,129)
#909B96
(144,155,150)
#A5ADAB
(165,173,171)
#BABFC0
(186,191,192)
#CFD1D5
(207,209,213)
#E4E3EA
(228,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #122F18; }

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

This text font color is #122F18.


Background Color

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

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

This div background color is #122F18.


Border color

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

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

This div border color is #122F18.


Opacity

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

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

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

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

This text has shadow with #122F18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #122F18 on black background.


Color preview on white background

This text has color #122F18 on white background.



Black color preview on #122F18 background

This text has black color on #122F18 background.


White color preview on #122F18 background

This text has white color on #122F18 background.