COLOR #122518

HEX: #122518
RGB: (18,37,24)

Color info

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

RGB color model

#122518 color RGB value is (18,37,24).

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

RGB channels and saturation

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

18
37
24

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

Portions of RGB colors in percentages

R + G + B =
18 + 37 + 24 = 79 (100%)
R 18 of 79 ~ 22.78%
G 37 of 79 ~ 46.84%
B 24 of 79 ~ 30.38%

%22.78
%46.84
%30.38

CMYK color model

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

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

CMYK percentages

%51.35
%0
%35.14
%85.49

Codes

Color #122518 in popluar color models

122518
RGB183724
HSL139°34.55%10.78%
HSB/HSV139°51.35%14.51%
CMYK51.35%0.00%35.14%
85.49%

Color #122518 in popluar number systems.

HEX122518
Decimal183724
Binary1001010010111000
Octal224530

Shades and tints

Shades of #122518

#122518
(18,37,24)
#112216
(17,34,22)
#101F14
(16,31,20)
#0F1C12
(15,28,18)
#0E1910
(14,25,16)
#0D160E
(13,22,14)
#0C130C
(12,19,12)
#0B100A
(11,16,10)
#0A0D08
(10,13,8)
#090A06
(9,10,6)
#080704
(8,7,4)
#000000
(0,0,0)

Tints of #122518

#122518
(18,37,24)
#27382D
(39,56,45)
#3C4B42
(60,75,66)
#515E57
(81,94,87)
#66716C
(102,113,108)
#7B8481
(123,132,129)
#909796
(144,151,150)
#A5AAAB
(165,170,171)
#BABDC0
(186,189,192)
#CFD0D5
(207,208,213)
#E4E3EA
(228,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #122518; }

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

This text font color is #122518.


Background Color

.myBgColor { background-color: #122518; }

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

This div background color is #122518.


Border color

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

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

This div border color is #122518.


Opacity

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

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

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

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

This text has shadow with #122518 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #122518 on black background.


Color preview on white background

This text has color #122518 on white background.



Black color preview on #122518 background

This text has black color on #122518 background.


White color preview on #122518 background

This text has white color on #122518 background.