COLOR #122D0C

HEX: #122D0C
RGB: (18,45,12)

Color info

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

RGB color model

#122D0C color RGB value is (18,45,12).

  • red value is 18;
  • green value is 45;
  • blue value is 12.
RGB:
(18,45,12)
(7%,18%,5%)

RGB channels and saturation

R 18 of 255 = 7%
G 45 of 255 = 18%
B 12 of 255 = 5%

18
45
12

R + G + B ~ 10%. #122D0C is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 45 + 12 = 75 (100%)
R 18 of 75 ~ 24%
G 45 of 75 ~ 60%
B 12 of 75 ~ 16%

%24
%60
%16

CMYK color model

#122D0C color CMYK value is (60,0,73,82).

  • cyan value is 60.00%
  • magenta value is 0.00%
  • yellow value is 73.33%
  • key color value is 82.35%
CMYK:
(60,0,73,82)
C60M0Y73K82 
(60%,0%,73%,82%)
(0.60/0.00/0.73/0.82)	

CMYK percentages

%60
%0
%73.33
%82.35

Codes

Color #122D0C in popluar color models

122D0C
RGB184512
HSL109°57.89%11.18%
HSB/HSV109°73.33%17.65%
CMYK60.00%0.00%73.33%
82.35%

Color #122D0C in popluar number systems.

HEX122D0C
Decimal184512
Binary100101011011100
Octal225514

Shades and tints

Shades of #122D0C

#122D0C
(18,45,12)
#11290B
(17,41,11)
#10250A
(16,37,10)
#0F2109
(15,33,9)
#0E1D08
(14,29,8)
#0D1907
(13,25,7)
#0C1506
(12,21,6)
#0B1105
(11,17,5)
#0A0D04
(10,13,4)
#090903
(9,9,3)
#080502
(8,5,2)
#000000
(0,0,0)

Tints of #122D0C

#122D0C
(18,45,12)
#274022
(39,64,34)
#3C5338
(60,83,56)
#51664E
(81,102,78)
#667964
(102,121,100)
#7B8C7A
(123,140,122)
#909F90
(144,159,144)
#A5B2A6
(165,178,166)
#BAC5BC
(186,197,188)
#CFD8D2
(207,216,210)
#E4EBE8
(228,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #122D0C color. Also use rgb(18,45,12) instead hex code.

Text Font Color

.myTextColor { color: #122D0C; }

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

This text font color is #122D0C.


Background Color

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

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

This div background color is #122D0C.


Border color

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

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

This div border color is #122D0C.


Opacity

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

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

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

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

This text has shadow with #122D0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #122D0C on black background.


Color preview on white background

This text has color #122D0C on white background.



Black color preview on #122D0C background

This text has black color on #122D0C background.


White color preview on #122D0C background

This text has white color on #122D0C background.