COLOR #122512

HEX: #122512
RGB: (18,37,18)

Color info

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

RGB color model

#122512 color RGB value is (18,37,18).

  • red value is 18;
  • green value is 37;
  • blue value is 18.
RGB:
(18,37,18)
(7%,15%,7%)

RGB channels and saturation

R 18 of 255 = 7%
G 37 of 255 = 15%
B 18 of 255 = 7%

18
37
18

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

Portions of RGB colors in percentages

R + G + B =
18 + 37 + 18 = 73 (100%)
R 18 of 73 ~ 24.66%
G 37 of 73 ~ 50.68%
B 18 of 73 ~ 24.66%

%24.66
%50.68
%24.66

CMYK color model

#122512 color CMYK value is (51,0,51,85).

  • cyan value is 51.35%
  • magenta value is 0.00%
  • yellow value is 51.35%
  • key color value is 85.49%
CMYK:
(51,0,51,85)
C51M0Y51K85 
(51%,0%,51%,85%)
(0.51/0.00/0.51/0.85)	

CMYK percentages

%51.35
%0
%51.35
%85.49

Codes

Color #122512 in popluar color models

122512
RGB183718
HSL120°34.55%10.78%
HSB/HSV120°51.35%14.51%
CMYK51.35%0.00%51.35%
85.49%

Color #122512 in popluar number systems.

HEX122512
Decimal183718
Binary1001010010110010
Octal224522

Shades and tints

Shades of #122512

#122512
(18,37,18)
#112211
(17,34,17)
#101F10
(16,31,16)
#0F1C0F
(15,28,15)
#0E190E
(14,25,14)
#0D160D
(13,22,13)
#0C130C
(12,19,12)
#0B100B
(11,16,11)
#0A0D0A
(10,13,10)
#090A09
(9,10,9)
#080708
(8,7,8)
#000000
(0,0,0)

Tints of #122512

#122512
(18,37,18)
#273827
(39,56,39)
#3C4B3C
(60,75,60)
#515E51
(81,94,81)
#667166
(102,113,102)
#7B847B
(123,132,123)
#909790
(144,151,144)
#A5AAA5
(165,170,165)
#BABDBA
(186,189,186)
#CFD0CF
(207,208,207)
#E4E3E4
(228,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #122512 color. Also use rgb(18,37,18) instead hex code.

Text Font Color

.myTextColor { color: #122512; }

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

This text font color is #122512.


Background Color

.myBgColor { background-color: #122512; }

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

This div background color is #122512.


Border color

.myBorderColor { border: 1px solid #122512; }

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

This div border color is #122512.


Opacity

.myOpacity80 { color: #122512; opacity: 0.8; }

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

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

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

This text has shadow with #122512 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #122512 on black background.


Color preview on white background

This text has color #122512 on white background.



Black color preview on #122512 background

This text has black color on #122512 background.


White color preview on #122512 background

This text has white color on #122512 background.